summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2018-11-29 10:56:17 +0100
committermschubert2018-11-29 10:56:17 +0100
commite922b1b9c6205a9d98c9f49b5aefb070573a12d4 (patch)
treed54af739e2e2b1a6adafdf277990d9682fc76975
parentfb477b2bd225521ea955e3dfdc4022d6ee532728 (diff)
downloadaur-shiboken-git.tar.gz
version bump 1.2.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3580143adb41..ad0bd9dbfc00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = shiboken-git
pkgdesc = Support library for Python bindings
- pkgver = 0.4.0.1373.g9536f13
+ pkgver = 1.2.4
pkgrel = 1
url = http://www.pyside.org
arch = i686
@@ -12,7 +12,7 @@ pkgbase = shiboken-git
depends = python2>=2.7
depends = qt4>=4.8
depends = openssl
- optdepends = python-sphinx: Documentation
+ optdepends = python2-sphinx: Documentation
provides = shiboken
conflicts = shiboken
source = shiboken-git::git+https://github.com/PySide/Shiboken.git
diff --git a/PKGBUILD b/PKGBUILD
index a5bc9b26e2e8..5688f4814020 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,8 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
# Contributor: Hugo Osvaldo Barrera <hugo@osvaldobarrera.com.ar>
# Contributor: Matthias Maennich <arch@maennich.net>
-
pkgname=shiboken-git
-pkgver=0.4.0.1373.g9536f13
+pkgver=1.2.4
pkgrel=1
_pyver=2.7
pkgdesc="Support library for Python bindings"
@@ -11,7 +10,7 @@ arch=('i686' 'x86_64')
license=('LGPL')
url="http://www.pyside.org"
depends=("python2>=${_pyver}" "qt4>=4.8" 'openssl')
-optdepends=("python-sphinx: Documentation")
+optdepends=("python2-sphinx: Documentation")
makedepends=('cmake' 'automoc4' 'generatorrunner-git')
conflicts=("shiboken")
provides=("shiboken")
@@ -49,4 +48,3 @@ package() {
"$pkgdir/usr/lib/cmake/Shiboken-$pkgver/"
install -Dm755 ../data/shiboken.pc "$pkgdir/usr/lib/pkgconfig"
}
-