diff --git a/sip/PKGBUILD b/sip/PKGBUILD index 25e2a757a..5b63b4fd0 100644 --- a/sip/PKGBUILD +++ b/sip/PKGBUILD @@ -5,7 +5,7 @@ # maintainer (x86_64): Manuel Tortosa pkgname=sip -pkgver=4.12.2 +pkgver=4.12.3 pkgrel=1 pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ url="http://www.riverbankcomputing.com/software/sip/" license=('custom:"sip"') depends=('python2' 'gcc-libs') source=("http://www.riverbankcomputing.com/static/Downloads/sip4/${pkgname}-${pkgver}.tar.gz") -md5sums=('9df80f88e0e4022cdd8a8891c6c38048') +md5sums=('d0f1fa60494db04b4d115d4c2d92f79e') build() { cd ${srcdir}/${pkgname}-${pkgver}