summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302018-01-22 15:34:30 +0100
committerM0Rf302018-01-22 15:34:30 +0100
commit59ae33a9017b8e04be9c884970e0b3c45b9a0870 (patch)
tree04d7e4b1460969c3e02d0341bcef1cd362ccb484
parentabf610346eaa125b946ecc54a40911afb6c5fb94 (diff)
downloadaur-59ae33a9017b8e04be9c884970e0b3c45b9a0870.tar.gz
python2-pysqlcipher: 2.6.9.1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD4
2 files changed, 16 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca097f9d3592..3a055d1f0fbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,3 +14,17 @@ pkgbase = python2-pysqlcipher
pkgname = python2-pysqlcipher
+pkgbase = python2-pysqlcipher
+ pkgdesc = Python interface to SQLCipher
+ pkgver = 2.6.9.1
+ pkgrel = 1
+ url = http://github.com/leapcode/pysqlcipher/
+ arch = any
+ license = ZLIB
+ depends = python2
+ depends = sqlcipher
+ source = https://github.com/leapcode/pysqlcipher/archive/2.6.9.1.tar.gz
+ md5sums = 502c1543199f53c561a9d649abc1fb77
+
+pkgname = python2-pysqlcipher
+
diff --git a/PKGBUILD b/PKGBUILD
index db217e56a473..c0d3981ead9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: robertfoster
pkgname=python2-pysqlcipher
-pkgver=2.6.7
+pkgver=2.6.9.1
pkgrel=1
pkgdesc="Python interface to SQLCipher"
arch=(any)
@@ -16,4 +16,4 @@ package(){
python2 setup.py install --root="$pkgdir"
}
-md5sums=('e8c6904a369b2287e240f5fd1d7eb5b0')
+md5sums=('502c1543199f53c561a9d649abc1fb77')