summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
2 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d86c71d8e3f1..1af027dbe176 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Mar 8 08:44:55 UTC 2016
+# Wed Mar 30 07:08:22 UTC 2016
pkgbase = qt4-revert80e3108
- pkgdesc = A cross-platform application and UI framework, faster by reverting commit 80e3108
+ pkgdesc = A cross-platform application and UI framework
pkgver = 4.8.7
- pkgrel = 7
+ pkgrel = 8
url = http://www.qt.io
install = qt4.install
arch = i686
@@ -44,8 +44,9 @@ pkgbase = qt4-revert80e3108
optdepends = libxfixes: Xfixes support
optdepends = icu: Unicode support
optdepends = sni-qt: StatusNotifierItem (AppIndicators) support
- conflicts = qt
- replaces = qt<=4.8.4
+ provides = qt4=4.8.7
+ conflicts = qt4
+ replaces = qt4
source = http://download.qt.io/official_releases/qt/4.8/4.8.7/qt-everywhere-opensource-src-4.8.7.tar.gz
source = qtconfig-qt4.desktop
source = assistant-qt4.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 9c2c5da0196d..c1036d383c8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=qt4-revert80e3108
_pkgname=qt4
pkgver=4.8.7
-pkgrel=7
+pkgrel=8
arch=('i686' 'x86_64')
url='http://www.qt.io'
license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -28,8 +28,11 @@ optdepends=('qtchooser: set the default Qt toolkit'
'icu: Unicode support'
'sni-qt: StatusNotifierItem (AppIndicators) support')
install="${_pkgname}.install"
-replaces=('qt<=4.8.4')
-conflicts=('qt')
+
+provides=("qt4=$pkgver")
+replaces=('qt4')
+conflicts=('qt4')
+
_pkgfqn="qt-everywhere-opensource-src-${pkgver}"
source=("http://download.qt.io/official_releases/qt/4.8/${pkgver}/${_pkgfqn}.tar.gz"
'qtconfig-qt4.desktop' 'assistant-qt4.desktop' 'designer-qt4.desktop'