[arch-commits] Commit in qconf/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Aug 21 12:35:12 UTC 2018
Date: Tuesday, August 21, 2018 @ 12:35:11
Author: arojas
Revision: 373124
Switch to qt5
Modified:
qconf/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-21 12:35:00 UTC (rev 373123)
+++ PKGBUILD 2018-08-21 12:35:11 UTC (rev 373124)
@@ -4,12 +4,12 @@
pkgname=qconf
pkgver=2.4
-pkgrel=1
+pkgrel=2
pkgdesc="QConf allows you to have a nice configure script for your qmake-based project."
arch=(x86_64)
url="https://github.com/psi-plus/qconf"
license=('GPL')
-depends=('qt4')
+depends=('qt5-base')
makedepends=()
source=("$pkgname-$pkgver.tar.gz::https://github.com/psi-plus/qconf/archive/v$pkgver.tar.gz")
sha256sums=('8a486060d5481f5b62171b8ffe343d9a9dd49e3b3170a1f79314ee34ea9e8819')
More information about the arch-commits
mailing list