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

Andrea Scarpino andrea at nymeria.archlinux.org
Sun Sep 15 07:17:35 UTC 2013


    Date: Sunday, September 15, 2013 @ 09:17:35
  Author: andrea
Revision: 194371

upgpkg: sip 4.15.2-1

Upstream release

Modified:
  sip/trunk/PKGBUILD

----------+
 PKGBUILD |   30 ++++++++++++++----------------
 1 file changed, 14 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-14 20:47:48 UTC (rev 194370)
+++ PKGBUILD	2013-09-15 07:17:35 UTC (rev 194371)
@@ -5,26 +5,24 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.15.1.908d49322dcf
-_pkgver=4.15.2-snapshot-908d49322dcf
+pkgver=4.15.2
 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")
-source=("http://www.riverbankcomputing.com/static/Downloads/sip4/${pkgname}-${_pkgver}.tar.gz")
-md5sums=('a58484947c324dad2c99b5fd770fefea')
+source=("http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz")
+md5sums=('52abe824ca7f530a5643abfa3ee715d7')
 
 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
 }
@@ -33,7 +31,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"
@@ -43,12 +41,12 @@
   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
   install -Dm644 sipdistutils.py "${pkgdir}"/usr/lib/python3.3/site-packages/sipdistutils.py
-  
+
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
 
@@ -56,11 +54,11 @@
   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
   install -Dm644 sipdistutils.py "${pkgdir}"/usr/lib/python2.7/site-packages/sipdistutils.py
-  
+
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }




More information about the arch-commits mailing list