Date: Monday, December 5, 2022 @ 11:30:54 Author: felixonmars Revision: 1356533
upgpkg: python-sqlitedict 2.1.0-1 Modified: python-sqlitedict/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-05 10:54:38 UTC (rev 1356532) +++ PKGBUILD 2022-12-05 11:30:54 UTC (rev 1356533) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-sqlitedict -pkgver=2.0.0 +pkgver=2.1.0 pkgrel=1 pkgdesc="Persistent dict in Python, backed up by sqlite3 and pickle, multithread-safe" url="https://github.com/RaRe-Technologies/sqlitedict" @@ -10,8 +10,8 @@ depends=('python') makedepends=('python-setuptools') checkdepends=('python-nose') -source=("$pkgname-$pkgver.tar.gz::https://github.com/RaRe-Technologies/sqlitedict/archive/$pkgver.tar.gz") -sha512sums=('1af65e2ab3c0b8b9ecbed18857a873e3a4868130b628468dabfd0dbf5e83b659703ba85f0a82cae030b120a8c549589ed798c09c2ec129fcd7d5f65c192830a0') +source=("$pkgname-$pkgver.tar.gz::https://github.com/RaRe-Technologies/sqlitedict/archive/v$pkgver.tar.gz") +sha512sums=('93f4c539c53f92bc320ff654b08f2f24eea886ab28a31ff211094f744674e08bd79e2c3fc3e1489e663030e49bf2aa8cf70d7e030293f830cfb5db08b6bd2853') build() { cd sqlitedict-$pkgver @@ -21,7 +21,7 @@ check() { cd sqlitedict-$pkgver mkdir -p tests/db - python setup.py nosetests + nosetests3 } package() {
