summaryrefslogtreecommitdiff
path: root/community/sqlitebrowser/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-07-02 03:51:56 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-07-02 03:51:56 +0000
commit35f5198d4a73e45c4e9e22d638f5bfd5b9b4bc62 (patch)
tree0a936fac74a00270ec2c07d3a37a63e79dd80999 /community/sqlitebrowser/PKGBUILD
parent88933a383866089c23f6d62783a6a24ab211e872 (diff)
Wed Jul 2 03:45:24 UTC 2014
Diffstat (limited to 'community/sqlitebrowser/PKGBUILD')
-rw-r--r--community/sqlitebrowser/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/sqlitebrowser/PKGBUILD b/community/sqlitebrowser/PKGBUILD
index 6d3325e47..5f1299976 100644
--- a/community/sqlitebrowser/PKGBUILD
+++ b/community/sqlitebrowser/PKGBUILD
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD 113784 2014-06-30 12:01:05Z spupykin $
+# $Id: PKGBUILD 113919 2014-07-01 09:46:48Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Douglas Soares de Andrade <dsandrade@gmail.com>
# Contributor: Michael Fellinger <m.fellinger@gmail.com>
pkgname=sqlitebrowser
pkgver=3.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="SQLite Database browser is a light GUI editor for SQLite databases, built on top of Qt"
arch=('i686' 'x86_64')
-url="http://sqlitebrowser.sf.net"
+url="http://sqlitebrowser.org/"
license=('GPL')
-depends=('qt4' 'sqlite')
+depends=('qt5-base' 'sqlite')
source=(https://github.com/sqlitebrowser/sqlitebrowser/archive/sqlb-$pkgver.tar.gz)
md5sums=('17be1cdebcf79a906e6e206fc7cd6cde')
build() {
cd $srcdir/$pkgname-sqlb-$pkgver
- qmake-qt4
+ qmake-qt5 QMAKE_INCDIR="/usr/include/qt/QtWidgets /usr/include/qt/QtPrintSupport/"
make
}