summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19e16143ab54..a7dda6d6deb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-pysqlcipher3
pkgdesc = DB-API 2.0 interface for SQLCIPHER 3.x
- pkgver = 1.0.2
+ pkgver = 1.0.3
pkgrel = 1
url = https://github.com/rigglemania/pysqlcipher3
arch = any
license = ZLIB
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/p/pysqlcipher3/pysqlcipher3-1.0.2.tar.gz
- md5sums = 387aa1f10ff84b72d879c111c6fce3d7
+ source = https://files.pythonhosted.org/packages/source/p/pysqlcipher3/pysqlcipher3-1.0.3.tar.gz
+ md5sums = 636368cab1f64db3572255b10e3cb9e3
pkgname = python-pysqlcipher3
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 056daf2a102e..a6b01fd1b71f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase=('python-pysqlcipher3')
pkgname=('python-pysqlcipher3')
_module='pysqlcipher3'
-pkgver='1.0.2'
+pkgver='1.0.3'
pkgrel=1
pkgdesc="DB-API 2.0 interface for SQLCIPHER 3.x"
url="https://github.com/rigglemania/pysqlcipher3"
@@ -10,7 +10,7 @@ makedepends=('python-setuptools')
license=('ZLIB')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/p/pysqlcipher3/pysqlcipher3-${pkgver}.tar.gz")
-md5sums=('387aa1f10ff84b72d879c111c6fce3d7')
+md5sums=('636368cab1f64db3572255b10e3cb9e3')
build() {
cd "${srcdir}/${_module}-${pkgver}"