diff options
author | Erich Eckner <git@eckner.net> | 2020-02-02 21:39:25 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-02-02 21:39:25 +0100 |
commit | 8dafea0a7c0b536f9c02d1972d571f80c13d8cea (patch) | |
tree | bf215c2b815fb60e2a4fa83be751eccb9c060968 /python2-sip | |
parent | 00b14954cc96e9c98ff9a956c126090b36d56895 (diff) | |
download | archlinuxewe-8dafea0a7c0b536f9c02d1972d571f80c13d8cea.tar.xz |
python2-sip 4.19.20-1 -> 4.19.21-1
Diffstat (limited to 'python2-sip')
-rw-r--r-- | python2-sip/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python2-sip/PKGBUILD b/python2-sip/PKGBUILD index a692d7efa..ad17d2399 100644 --- a/python2-sip/PKGBUILD +++ b/python2-sip/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: riai <riai@bigfoot.com>, Ben <ben@benmazer.net> pkgname='python2-sip' -pkgver=4.19.20 +pkgver=4.19.21 pkgrel=1 arch=('i686' 'pentium4' 'x86_64') url='https://www.riverbankcomputing.com/software/sip/intro' @@ -14,7 +14,7 @@ makedepends=('python2') pkgdesc="Python 2.x SIP bindings for C and C++ libraries" depends=('python2') source=("https://www.riverbankcomputing.com/static/Downloads/sip/$pkgver/sip-$pkgver.tar.gz") -sha512sums=('d5cd49f6fcae08306ac5f993710c40b82804d6b268cf3fa14077e73f34b02d551aa3caf57a985fe39b5acd61c465b00372d2ada722ced76e670dec14b5f8de44') +sha512sums=('441e1fe6b3eb6820638f9b4436e820da39b72dd70b402afa5237979ac671978c081d92e1e78920bb754bbc66b159bad08edb3bbb497b7e72dee6ff1d69cd1b60') prepare() { mkdir -p build |