[arch-commits] Commit in sip/trunk (PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Tue Sep 10 08:42:37 UTC 2013


    Date: Tuesday, September 10, 2013 @ 10:42:36
  Author: andrea
Revision: 194025

upgpkg: sip 4.15.1.908d49322dcf-1

Snapshot is needed to fix FS#36652

Modified:
  sip/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-10 07:43:52 UTC (rev 194024)
+++ PKGBUILD	2013-09-10 08:42:36 UTC (rev 194025)
@@ -5,24 +5,26 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.15.1
+pkgver=4.15.1.908d49322dcf
+_pkgver=4.15.2-snapshot-908d49322dcf
 pkgrel=1
 arch=('i686' 'x86_64')
 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')
+#source=("http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz")
+source=("http://www.riverbankcomputing.com/static/Downloads/sip4/${pkgname}-${_pkgver}.tar.gz")
+md5sums=('a58484947c324dad2c99b5fd770fefea')
 
 build() {
-  cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}
+  cp -r ${pkgbase}-${_pkgver} python2-${pkgbase}-${_pkgver}
 
-  cd ${pkgbase}-${pkgver}
+  cd ${pkgbase}-${_pkgver}
   python configure.py CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}"
   make
   
   ### Python2 version ###
-  cd ../python2-${pkgbase}-${pkgver}
+  cd ../python2-${pkgbase}-${_pkgver}
   python2 configure.py CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}"
   make
 }
@@ -31,7 +33,7 @@
   pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries"
   depends=('glibc')
 
-  cd ${pkgbase}-${pkgver}
+  cd ${pkgbase}-${_pkgver}
   make DESTDIR="${pkgdir}" install -C sipgen
 
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
@@ -41,7 +43,7 @@
   pkgdesc="Python 3.x SIP bindings for C and C++ libraries"
   depends=('sip' 'python')
 
-  cd ${pkgbase}-${pkgver}
+  cd ${pkgbase}-${_pkgver}
   make DESTDIR="${pkgdir}" install -C siplib
   
   install -Dm644 sipconfig.py "${pkgdir}"/usr/lib/python3.3/site-packages/sipconfig.py
@@ -54,7 +56,7 @@
   pkgdesc="Python 2.x SIP bindings for C and C++ libraries"
   depends=('sip' 'python2')
 
-  cd python2-${pkgbase}-${pkgver}
+  cd python2-${pkgbase}-${_pkgver}
   make DESTDIR="${pkgdir}" install -C siplib
   
   install -Dm644 sipconfig.py "${pkgdir}"/usr/lib/python2.7/site-packages/sipconfig.py




More information about the arch-commits mailing list