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

Levente Polyak anthraxx at archlinux.org
Sat Jan 21 14:07:30 UTC 2017


    Date: Saturday, January 21, 2017 @ 14:07:30
  Author: anthraxx
Revision: 208262

upgpkg: python-minidb 2.0.2-1

Modified:
  python-minidb/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-21 12:34:02 UTC (rev 208261)
+++ PKGBUILD	2017-01-21 14:07:30 UTC (rev 208262)
@@ -3,8 +3,8 @@
 
 pkgname=python-minidb
 _pkgname=minidb
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.0.2
+pkgrel=1
 pkgdesc="A simple SQLite3 store for Python objects"
 arch=('any')
 url="https://thp.io/2010/minidb/"
@@ -11,7 +11,7 @@
 license=('ISC')
 depends=('python')
 source=("https://thp.io/2010/minidb/$_pkgname-$pkgver.tar.gz")
-md5sums=('aaa21ae05180af23730371e2fc896439')
+md5sums=('b0253f6e8a288fd8f2e476a25dac51ce')
 
 build() {
   cd $_pkgname-$pkgver



More information about the arch-commits mailing list