From af2def9670aa049da19d3828b99b2f7f61a4d080 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Tue, 29 Oct 2019 12:17:45 +0300 Subject: [PATCH] python-sqlitedict: Rebuild for python 3.8 --- mingw-w64-python-sqlitedict/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-python-sqlitedict/PKGBUILD b/mingw-w64-python-sqlitedict/PKGBUILD index 94b7992df2..5b4b44e0ee 100644 --- a/mingw-w64-python-sqlitedict/PKGBUILD +++ b/mingw-w64-python-sqlitedict/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}" "${MINGW_PACKAGE_PREFIX}-python2-${_realname}") pkgver=1.6.0 -pkgrel=1 +pkgrel=2 pkgdesc="Persistent dict, backed by sqlite3 and pickle, multithread-safe (mingw-w64)" arch=('any') license=('BSD')