summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2017-05-08 11:42:00 +0200
committerHyacinthe Cartiaux2017-05-08 11:42:00 +0200
commit28751ddd11293927489d7d69e94589851d6c502a (patch)
tree107e10a5de7b42c8fa3cb5decc9a00352d2e22b2
parent87c61a7eeaa894587f80352aabee712160756829 (diff)
downloadaur-28751ddd11293927489d7d69e94589851d6c502a.tar.gz
Update the dependency array (qt5)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e2c26aff493..ad8a7c11ad1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
+# Generated by mksrcinfo v8
+# Mon May 8 09:41:39 UTC 2017
pkgbase = qconf-git
pkgdesc = Qt5 compatible qconf - Qt configuration tool
- pkgver = 1.5_20150604
+ pkgver = 1.5_20170508
pkgrel = 1
url = https://github.com/psi-plus/qconf
arch = i686
arch = x86_64
license = GPL2
makedepends = git
- depends = qt4
+ depends = qt5-base
provides = qconf
conflicts = qconf
source = git+https://github.com/psi-plus/qconf.git
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)