Date: Saturday, February 6, 2021 @ 12:49:29 Author: arojas Revision: 407556
Update to 6.0.1 Modified: sip/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-06 12:20:27 UTC (rev 407555) +++ PKGBUILD 2021-02-06 12:49:29 UTC (rev 407556) @@ -1,8 +1,8 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=sip -pkgver=6.0.0 -pkgrel=2 +pkgver=6.0.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' @@ -12,7 +12,7 @@ conflicts=(sip5) replaces=(sip5) source=("https://pypi.python.org/packages/source/s/sip/sip-$pkgver.tar.gz") -sha256sums=('6185160e1aa8e167b5919c4761cbbf68cc7478d34fb655b3a28b3eb9acb5943a') +sha256sums=('c933e92b24aedc6d5827748bd8167209102b5de1526e86681a2202549027a784') build() { cd sip-$pkgver
