[arch-commits] Commit in qjson/trunk (PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Tue Feb 26 06:00:21 UTC 2013


    Date: Tuesday, February 26, 2013 @ 07:00:20
  Author: andrea
Revision: 178640

upgpkg: qjson 0.8.1-2

qt4 rebuild

Modified:
  qjson/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-26 05:58:30 UTC (rev 178639)
+++ PKGBUILD	2013-02-26 06:00:20 UTC (rev 178640)
@@ -3,17 +3,19 @@
 
 pkgname=qjson
 pkgver=0.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A qt-based library that maps JSON data to QVariant objects"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://qjson.sourceforge.net"
-depends=('qt')
+depends=('qt4')
 makedepends=('cmake')
 source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/flavio/${pkgname}/archive/${pkgver}.tar.gz")
 md5sums=('4eef13da988edf8f91c260a3e1baeea9')
 
 build() {
+  . /etc/profile.d/qt4.sh
+
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \




More information about the arch-commits mailing list