[arch-commits] Commit in python-sqlitedict/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sun May 29 10:13:17 UTC 2022


    Date: Sunday, May 29, 2022 @ 10:13:17
  Author: felixonmars
Revision: 1214128

upgpkg: python-sqlitedict 2.0.0-1

Modified:
  python-sqlitedict/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-29 10:10:38 UTC (rev 1214127)
+++ PKGBUILD	2022-05-29 10:13:17 UTC (rev 1214128)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-sqlitedict
-pkgver=1.7.0
-pkgrel=4
+pkgver=2.0.0
+pkgrel=1
 pkgdesc="Persistent dict in Python, backed up by sqlite3 and pickle, multithread-safe"
 url="https://github.com/RaRe-Technologies/sqlitedict"
 license=('Apache')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-nose')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/RaRe-Technologies/sqlitedict/archive/$pkgver.tar.gz")
-sha512sums=('1b2b8ada2566c8e48979b2bca99856331eb9fb7e4e651263272464566961ca7e02a868f4ae1c79459fee0fa3ff4a36580893cc5dbd2f72348f8460e7a97ac97b')
+sha512sums=('1af65e2ab3c0b8b9ecbed18857a873e3a4868130b628468dabfd0dbf5e83b659703ba85f0a82cae030b120a8c549589ed798c09c2ec129fcd7d5f65c192830a0')
 
 build() {
   cd sqlitedict-$pkgver



More information about the arch-commits mailing list