summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122015-12-06 13:57:52 +0100
committerwillemw122015-12-06 13:57:52 +0100
commitb6c042d5a64b4238babffe058b12048cb8374169 (patch)
tree84dc636f30f6cfeb4e6b6eec5302fff488d0f93a
parenta77809cf32c2fc85cfac6712ca524043d94ffcd6 (diff)
downloadaur-b6c042d5a64b4238babffe058b12048cb8374169.tar.gz
Fix 'provides' and 'conflicts' of python 2 version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b03ff573bd69..8f2a35a07903 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Dec 5 17:57:14 UTC 2015
+# Sun Dec 6 12:54:23 UTC 2015
pkgbase = python-qtpy-git
pkgdesc = Provides a uniform layer to support PyQt4, PyQt5 and PySide with a single codebase
pkgver = 0.1.2.r24.gd336f1b
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/spyder-ide/qtpy
arch = any
license = MIT
@@ -24,6 +24,6 @@ pkgname = python2-qtpy-git
depends = python2-pyqt5
optdepends = python2-pyqt4: Qt-Python bindings
optdepends = python2-pyside: Qt-Python bindings
- provides = python-qtpy
- conflicts = python-qtpy
+ provides = python2-qtpy
+ conflicts = python2-qtpy
diff --git a/PKGBUILD b/PKGBUILD
index 9e7294386690..ed1a967c4b42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname2=python2-qtpy
pkgbase=$_pkgname-git
pkgname=($_pkgname-git $_pkgname2-git)
pkgver=0.1.2.r24.gd336f1b
-pkgrel=1
+pkgrel=2
pkgdesc="Provides a uniform layer to support PyQt4, PyQt5 and PySide with a single codebase"
arch=('any')
url="https://github.com/spyder-ide/qtpy"
@@ -49,8 +49,8 @@ package_python2-qtpy-git() {
depends=('python2-pyqt5')
optdepends=('python2-pyqt4: Qt-Python bindings'
'python2-pyside: Qt-Python bindings')
- provides=($_pkgname)
- conflicts=($_pkgname)
+ provides=($_pkgname2)
+ conflicts=($_pkgname2)
cd $_pkgname2
python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1