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

Pierre Schmitz pierre at archlinux.org
Wed Jul 22 05:01:46 UTC 2009


    Date: Wednesday, July 22, 2009 @ 01:01:46
  Author: pierre
Revision: 46928

update

Modified:
  sip/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-22 04:57:24 UTC (rev 46927)
+++ PKGBUILD	2009-07-22 05:01:46 UTC (rev 46928)
@@ -3,19 +3,18 @@
 # Contributor: riai <riai at bigfoot.com>, Ben <ben at benmazer.net>
 
 pkgname=sip
-pkgver=4.8.0.20090603
-_pkgver=4.8-snapshot-20090603
+pkgver=4.8.1
 pkgrel=1
 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.6' 'gcc-libs')
-source=(http://riverbankcomputing.com/static/Downloads/${pkgname}4/${pkgname}-${_pkgver}.tar.gz)
-md5sums=('bc0502ab128eafd5f633a457bc693f23')
+source=(http://riverbankcomputing.com/static/Downloads/sip4/${pkgname}-${pkgver}.tar.gz)
+md5sums=('859e5b103ba5a083e4f2021eb6d99b26')
 
 build() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
 
   python configure.py -b /usr/bin \
     -d /usr/lib/python2.6/site-packages \




More information about the arch-commits mailing list