Update SIP

This commit is contained in:
Manuel 2011-06-14 20:54:09 +00:00
parent 5abcb781fc
commit 4ea94442e8

View File

@ -5,7 +5,7 @@
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org> # maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname=sip pkgname=sip
pkgver=4.12.2 pkgver=4.12.3
pkgrel=1 pkgrel=1
pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries" pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
@ -13,7 +13,7 @@ url="http://www.riverbankcomputing.com/software/sip/"
license=('custom:"sip"') license=('custom:"sip"')
depends=('python2' 'gcc-libs') depends=('python2' 'gcc-libs')
source=("http://www.riverbankcomputing.com/static/Downloads/sip4/${pkgname}-${pkgver}.tar.gz") source=("http://www.riverbankcomputing.com/static/Downloads/sip4/${pkgname}-${pkgver}.tar.gz")
md5sums=('9df80f88e0e4022cdd8a8891c6c38048') md5sums=('d0f1fa60494db04b4d115d4c2d92f79e')
build() { build() {
cd ${srcdir}/${pkgname}-${pkgver} cd ${srcdir}/${pkgname}-${pkgver}