summaryrefslogtreecommitdiff
path: root/extra/sip/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/sip/PKGBUILD')
-rw-r--r--extra/sip/PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/extra/sip/PKGBUILD b/extra/sip/PKGBUILD
index 541758fe9..27b0344b4 100644
--- a/extra/sip/PKGBUILD
+++ b/extra/sip/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 193580 2013-08-24 12:37:03Z andrea $
+# $Id: PKGBUILD 194372 2013-09-15 07:17:44Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
# Contributor: riai <riai@bigfoot.com>, Ben <ben@benmazer.net>
pkgbase=sip
pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.15.1
+pkgver=4.15.2
pkgrel=1
arch=('i686' 'x86_64' 'mips64el')
url='http://www.riverbankcomputing.com/software/sip/intro'
license=('custom:"sip"')
makedepends=('python' 'python2')
source=("http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz")
-md5sums=('ec1ce361ac3618fe05359ec6f5368463')
+md5sums=('52abe824ca7f530a5643abfa3ee715d7')
build() {
cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}
@@ -20,7 +20,7 @@ build() {
cd ${pkgbase}-${pkgver}
python configure.py CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}"
make
-
+
### Python2 version ###
cd ../python2-${pkgbase}-${pkgver}
python2 configure.py CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}"
@@ -43,10 +43,10 @@ package_python-sip() {
cd ${pkgbase}-${pkgver}
make DESTDIR="${pkgdir}" install -C siplib
-
+
install -Dm644 sipconfig.py "${pkgdir}"/usr/lib/python3.3/site-packages/sipconfig.py
install -Dm644 sipdistutils.py "${pkgdir}"/usr/lib/python3.3/site-packages/sipdistutils.py
-
+
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
@@ -56,9 +56,9 @@ package_python2-sip() {
cd python2-${pkgbase}-${pkgver}
make DESTDIR="${pkgdir}" install -C siplib
-
+
install -Dm644 sipconfig.py "${pkgdir}"/usr/lib/python2.7/site-packages/sipconfig.py
install -Dm644 sipdistutils.py "${pkgdir}"/usr/lib/python2.7/site-packages/sipdistutils.py
-
+
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}