Date: Tuesday, February 1, 2022 @ 17:18:03 Author: arojas Revision: 435696
Update to 6.5.1 Modified: sip/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-01 17:16:10 UTC (rev 435695) +++ PKGBUILD 2022-02-01 17:18:03 UTC (rev 435696) @@ -1,8 +1,8 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=sip -pkgver=6.5.0 -pkgrel=2 +pkgver=6.5.1 +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,8 @@ conflicts=(sip5) replaces=(sip5) source=(https://pypi.python.org/packages/source/s/sip/$pkgname-$pkgver.tar.gz) -sha256sums=('a1cf8431a8eb9392b3ff6dc61d832d0447bfdcae5b3e4256a5fa74dbc25b0734') +sha256sums=('204f0240db8999a749d638a987b351861843e69239b811ec3d1881412c3706a6') +options=(debug) build() { cd $pkgname-$pkgver
