summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2017-11-01 18:18:44 +0100
committerMichel Zou2017-11-01 18:18:44 +0100
commita521de8e0e0cab928ca011811206bd99d073b473 (patch)
tree312a47938a5bcd4d7dc1f89bbb32da11d7e670eb
parent190162878141099bae0a9cc446f22db074026e4c (diff)
downloadaur-a521de8e0e0cab928ca011811206bd99d073b473.tar.gz
depatch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3452e730ae30..227b20cccbb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Mon Oct 30 18:37:21 UTC 2017
+# Wed Nov 1 17:18:44 UTC 2017
pkgbase = pyside2-git
- pkgver = 2.0.0.r2151.4ec9cfa3
+ pkgver = 2.0.0.r5308.25f899e2
pkgrel = 1
url = http://qt-project.org/wiki/PySide
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 8f4c0217d3c2..528080ccf331 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgbase=pyside2-git
pkgname=(pyside2-common-git python2-pyside2-git python-pyside2-git)
-pkgver=2.0.0.r2151.4ec9cfa3
+pkgver=2.0.0.r5308.25f899e2
_upver=2.0.0
pkgrel=1
arch=('i686' 'x86_64')
@@ -32,13 +32,13 @@ pkgver() {
prepare() {
cd "$srcdir/$pkgbase"
- patch -Np1 -i "$srcdir/sphinx-build2.patch"
- patch -Np1 -i "$srcdir/fix-module-name.patch"
+ #patch -Np1 -i "$srcdir/sphinx-build2.patch"
+ #patch -Np1 -i "$srcdir/fix-module-name.patch"
}
build(){
# Build for python2.
- cd "$srcdir/$pkgbase"
+ cd "$srcdir"/$pkgbase/sources/pyside2
mkdir -p build-py2 && cd build-py2
cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
@@ -48,7 +48,7 @@ build(){
make
# Build for python3.
- cd "$srcdir/$pkgbase"
+ cd "$srcdir"/$pkgbase/sources/pyside2
mkdir -p build-py3 && cd build-py3
cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \