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

Andrea Scarpino andrea at nymeria.archlinux.org
Mon Feb 25 17:19:37 UTC 2013


    Date: Monday, February 25, 2013 @ 18:19:37
  Author: andrea
Revision: 178601

upgpkg: qt4 4.8.4-7

There is no more a qt package so this can provide it

Modified:
  qt4/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-25 17:16:44 UTC (rev 178600)
+++ PKGBUILD	2013-02-25 17:19:37 UTC (rev 178601)
@@ -4,7 +4,7 @@
 
 pkgname=qt4
 pkgver=4.8.4
-pkgrel=6
+pkgrel=7
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL')
@@ -23,8 +23,9 @@
             'icu: Unicode support')
 install="${pkgname}.install"
 options=('!libtool')
-replaces=('qt<=4.8.4')
-conflicts=('qt<=4.8.4')
+replaces=('qt')
+conflicts=('qt')
+provides=("qt=${pkgver}")
 _pkgfqn="qt-everywhere-opensource-src-${pkgver}"
 source=("http://releases.qt-project.org/${pkgname}/source/${_pkgfqn}.tar.gz"
         'qtconfig.desktop' 'qt4.profile'




More information about the arch-commits mailing list