Date: Thursday, October 28, 2021 @ 13:52:21 Author: arojas Revision: 426767
Update to 6.4.0 Modified: sip/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-28 13:14:21 UTC (rev 426766) +++ PKGBUILD 2021-10-28 13:52:21 UTC (rev 426767) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=sip -pkgver=6.3.1 +pkgver=6.4.0 pkgrel=1 arch=(x86_64) pkgdesc='A tool that makes it easy to create Python bindings for C and C++ libraries' @@ -11,7 +11,7 @@ conflicts=(sip5) replaces=(sip5) source=(https://pypi.python.org/packages/source/s/sip/$pkgname-$pkgver.tar.gz) -sha256sums=('2f9cd6ce0e19226d53d62ad6ba81a62f624626f14924724eab2a23390d4dc684') +sha256sums=('42ec368520b8da4a0987218510b1b520b4981e4405086c1be384733affc2bcb0') build() { cd $pkgname-$pkgver
