diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-04 03:57:35 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-04 03:57:35 +0000 |
commit | 32fb2c222ff8558d8abdfa411e8487dc9a3c0696 (patch) | |
tree | 75539d1ce5e644234d0c1f85faebd3ae17c2377d /extra/sip | |
parent | 92723c41135cfb106d37d4343603e63dc99922ca (diff) |
Fri Jul 4 03:52:39 UTC 2014
Diffstat (limited to 'extra/sip')
-rw-r--r-- | extra/sip/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/sip/PKGBUILD b/extra/sip/PKGBUILD index 6b0fbcaca..0e759b8ad 100644 --- a/extra/sip/PKGBUILD +++ b/extra/sip/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 215130 2014-06-14 15:40:02Z andrea $ +# $Id: PKGBUILD 216432 2014-07-03 20:25:44Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Douglas Soares de Andrade <douglas@archlinux.org> # Contributor: riai <riai@bigfoot.com>, Ben <ben@benmazer.net> pkgbase=sip pkgname=('sip' 'python-sip' 'python2-sip') -pkgver=4.16.1 +pkgver=4.16.2 pkgrel=1 arch=('i686' 'x86_64') url='http://www.riverbankcomputing.com/software/sip/intro' license=('custom:"sip"') makedepends=('python' 'python2') source=("http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz") -md5sums=('e41fecec1b35b7b9d158aed464786813') +md5sums=('1ca96f90a7496a3c9664fdaa76205719') build() { cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver} |