Date: Friday, April 3, 2020 @ 10:01:51 Author: arojas Revision: 379229
Update to 5.1.2 Modified: sip5/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-03 10:00:32 UTC (rev 379228) +++ PKGBUILD 2020-04-03 10:01:51 UTC (rev 379229) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=sip5 -pkgver=5.1.1 +pkgver=5.1.2 pkgrel=1 arch=(x86_64) pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries" @@ -9,7 +9,7 @@ license=('custom:"sip"') depends=(python-setuptools python-toml) source=("https://pypi.python.org/packages/source/s/sip/sip-$pkgver.tar.gz") -sha256sums=('3b600dd1c8293bb7cf002a20dbbc736010c6a5e161241d73b16685744ffe57c2') +sha256sums=('ecfa9d710d192838e1f457544b7a208498c3dd6778816f0104d36f2b820a7873') build() { cd sip-$pkgver
