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

Allan McRae allan at archlinux.org
Wed Oct 22 03:22:07 UTC 2008


    Date: Tuesday, October 21, 2008 @ 23:22:06
  Author: allan
Revision: 16774

upgpkg: sip 4.7.7-3

Modified:
  sip/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-22 03:21:46 UTC (rev 16773)
+++ PKGBUILD	2008-10-22 03:22:06 UTC (rev 16774)
@@ -4,12 +4,12 @@
 
 pkgname=sip
 pkgver=4.7.7
-pkgrel=2
+pkgrel=3
 pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries."
 arch=(i686 x86_64)
 url="http://www.riverbankcomputing.com/software/sip/"
 license=('custom:"sip"')
-depends=('python>=2.5')
+depends=('python>=2.6')
 source=(http://riverbankcomputing.com/static/Downloads/sip4/${pkgname}-${pkgver}.tar.gz)
 
 md5sums=('9cabe6a0f61b73582cfc38b903576211')
@@ -18,14 +18,14 @@
   cd ${startdir}/src/${pkgname}-${pkgver}
 
   python configure.py -b /usr/bin \
-    -d /usr/lib/python2.5/site-packages \
-    -e /usr/include/python2.5 \
+    -d /usr/lib/python2.6/site-packages \
+    -e /usr/include/python2.6 \
     -v /usr/share/sip
 
   make || return 1
   make DESTDIR=${startdir}/pkg install
   # fix permissions
-  chmod 644 ${startdir}/pkg/usr/lib/python2.5/site-packages/sipdistutils.py
+  chmod 644 ${startdir}/pkg/usr/lib/python2.6/site-packages/sipdistutils.py
 
   install -m 644 -D LICENSE  ${startdir}/pkg/usr/share/licenses/sip/LICENSE
 } 




More information about the arch-commits mailing list