summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorRhinoceros2020-03-17 10:10:21 +1100
committerRhinoceros2020-03-17 10:10:21 +1100
commitac68073764eac7bf60b38b7533008d78545975ee (patch)
tree3aa20020179935a8f1561434a827a55d578a2705 /.SRCINFO
parent0b2265ada904da4efd5765edbaa2798d5f428fb4 (diff)
downloadaur-ac68073764eac7bf60b38b7533008d78545975ee.tar.gz
Update to 1.0.3-2
* Fix pkgbase/pkgname so package builds * Add dependency on sqlcipher, so it builds * Correct pkgdesc as per upstream * Use sha256sums instead of md5sums * Minor style fixes; remove extraneous code * Bump pkgrel
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO8
1 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7dda6d6deb5..f56dfe5ae410 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-pysqlcipher3
- pkgdesc = DB-API 2.0 interface for SQLCIPHER 3.x
+ pkgdesc = Python 3 bindings for SQLCipher
pkgver = 1.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rigglemania/pysqlcipher3
arch = any
license = ZLIB
makedepends = python-setuptools
depends = python
+ depends = sqlcipher
source = https://files.pythonhosted.org/packages/source/p/pysqlcipher3/pysqlcipher3-1.0.3.tar.gz
- md5sums = 636368cab1f64db3572255b10e3cb9e3
+ sha256sums = 694e5bbb6ece8a064bd55f261e54b9ffbb3af1784afdc4dce4948a0251a8a430
pkgname = python-pysqlcipher3
- depends = python