Date: Thursday, November 3, 2022 @ 16:42:49 Author: arojas Revision: 460487
upgpkg: sip 6.7.4-1: Update to 6.7.4 Modified: sip/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-03 16:37:51 UTC (rev 460486) +++ PKGBUILD 2022-11-03 16:42:49 UTC (rev 460487) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=sip -pkgver=6.7.3 +pkgver=6.7.4 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-toml python-packaging python-setuptools python-ply) source=(https://pypi.python.org/packages/source/s/sip/$pkgname-$pkgver.tar.gz) -sha256sums=('564a7a8c5c1a42f1b69e9258af2b43ea31fbbab206d2e182e75c173caf7d83f8') +sha256sums=('9dbf8a0e7c8d76d1642e2fdd3f53e6a522f7c30980e527763c45760c2505cfbf') options=(debug) build() {
