[arch-commits] Commit in sip/repos/extra-i686 (PKGBUILD)

Douglas Soares de Andrade douglas at archlinux.org
Wed Jul 16 01:13:18 UTC 2008


    Date: Tuesday, July 15, 2008 @ 21:13:18
  Author: douglas
Revision: 5435

Fixing the conflicts

Modified:
  sip/repos/extra-i686/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-16 01:11:49 UTC (rev 5434)
+++ PKGBUILD	2008-07-16 01:13:18 UTC (rev 5435)
@@ -1,9 +1,9 @@
 # $Id$
-#Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-#Contributor: riai <riai at bigfoot.com>, Ben <ben at benmazer.net>
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: riai <riai at bigfoot.com>, Ben <ben at benmazer.net>
 
 pkgname=sip
-pkgver=4.7.3
+pkgver=4.7.6
 pkgrel=1
 pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries."
 arch=(i686 x86_64)
@@ -11,8 +11,10 @@
 license=('custom:"sip"')
 depends=('python>=2.5')
 pkgurl="http://www.riverbankcomputing.com/Downloads/sip4"
-source=($pkgurl/${pkgname}-${pkgver}.tar.gz)
+source=(http://riverbankcomputing.com/static/Downloads/sip4/${pkgname}-${pkgver}.tar.gz)
 
+md5sums=('f49e93046fe438a8fb4c2ed481aa3951')
+
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
 
@@ -28,4 +30,3 @@
 
   install -m 644 -D LICENSE  ${startdir}/pkg/usr/share/licenses/sip/LICENSE
 } 
-md5sums=('a792c58d4d211c65949dac6005eb652b')





More information about the arch-commits mailing list