summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2017-05-08 11:42:00 +0200
committerHyacinthe Cartiaux2017-05-08 11:42:00 +0200
commit28751ddd11293927489d7d69e94589851d6c502a (patch)
tree107e10a5de7b42c8fa3cb5decc9a00352d2e22b2 /PKGBUILD
parent87c61a7eeaa894587f80352aabee712160756829 (diff)
downloadaur-28751ddd11293927489d7d69e94589851d6c502a.tar.gz
Update the dependency array (qt5)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8879a3e0aaf2..8c533c7d0f71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Hyacinthe Cartiaux
pkgname=qconf-git
-pkgver=1.5_20150604
+pkgver=1.5_20170508
pkgrel=1
pkgdesc="Qt5 compatible qconf - Qt configuration tool"
arch=('i686' 'x86_64')
url="https://github.com/psi-plus/qconf"
license=('GPL2')
-depends=('qt4')
+depends=('qt5-base')
makedepends=('git')
conflicts=(qconf)
provides=(qconf)