Date: Thursday, April 15, 2021 @ 01:51:33 Author: eschwartz Revision: 918933
upgpkg: python-apsw 3.35.4-1: upstream release And while we are at it, build the prerequisite for one of the test cases, so that the 90th test isn't simply skipped. Modified: python-apsw/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-15 01:50:20 UTC (rev 918932) +++ PKGBUILD 2021-04-15 01:51:33 UTC (rev 918933) @@ -4,7 +4,7 @@ # Contributor: Juan Miguel Cejuela <[email protected]> pkgname=python-apsw -pkgver=3.34.0 +pkgver=3.35.4 pkgrel=1 pkgdesc="Python wrapper for SQLite" arch=('x86_64') @@ -12,8 +12,8 @@ license=('MIT') depends=('python' 'sqlite') source=("apsw-$pkgver-r1.tar.gz::https://github.com/rogerbinns/apsw/archive/$pkgver-r1.tar.gz") -sha512sums=('0a41d8324480c9dcc7df6e570d0b3321bb07d07e97ebcc05207de8d707769e93b279da39ce14a12b46a8d999bfab19ecb1cd30149256316f5f9de43de6ed64ee') -b2sums=('8deeb11ee54553419e66a74d0886944ec24e4e39320836f4a1f98576ca3d0977b5eff59fe7140f6262e84981b080cbcdf4bdce0b85847d628f5d720fbcdf411f') +sha512sums=('4a566e90b7faf6a42b95fc496f76535a92a872e58e395d299cf8f0e3498d5659ba9f0a27970562f61fafa1ffae349201edd0fd1daa06d793a715b7eb5f561ecb') +b2sums=('44f41546949c4e53e28d9ffbd5d31848594748b1fe159f96b02162a44e36aa16b359251b2311bb610ba736080ee241bc758b3268c17aa81a8dea210f6aae64b3') build() { cd apsw-${pkgver}-r1 @@ -24,6 +24,7 @@ check() { cd "$srcdir"/apsw-${pkgver}-r1 + gcc ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -fPIC -shared -o testextension.sqlext src/testextension.c # do glob expansion in variable assignment pythonpaths=("$PWD/build/lib.linux-$CARCH"-3*) PYTHONPATH="${pythonpaths[0]}" python setup.py test
