Date: Tuesday, October 12, 2021 @ 15:34:49 Author: arojas Revision: 425829
Update to 6.3.0 Modified: sip/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-12 13:09:53 UTC (rev 425828) +++ PKGBUILD 2021-10-12 15:34:49 UTC (rev 425829) @@ -1,8 +1,8 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=sip -pkgver=6.2.0 -pkgrel=2 +pkgver=6.3.0 +pkgrel=1 arch=(x86_64) pkgdesc='A tool that makes it easy to create Python bindings for C and C++ libraries' url='https://www.riverbankcomputing.com/software/sip/intro' @@ -11,7 +11,7 @@ conflicts=(sip5) replaces=(sip5) source=(https://pypi.python.org/packages/source/s/sip/$pkgname-$pkgver.tar.gz) -sha256sums=('34d2270b4ed8d7f8e55cc4ba821d718ee40d9bb2449c6b5cf8a10139d5c121ac') +sha256sums=('483c8c7db21b67398c331f058fb19508597ed655375804c1cebb9291fc880f1f') build() { cd $pkgname-$pkgver
