summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2020-03-17 10:13:53 +1100
committerRhinoceros2020-03-17 10:13:53 +1100
commit1541207c3d6abf6f3fb6cb7d71ff61055c46f07c (patch)
tree3a6a5a5d0e7f0e49e9e7099448f6e0f006ee83ac
parentac68073764eac7bf60b38b7533008d78545975ee (diff)
downloadaur-python-pysqlcipher3.tar.gz
Add warning
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f56dfe5ae410..9dcfe6a0147d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = python-pysqlcipher3
- pkgdesc = Python 3 bindings for SQLCipher
+ pkgdesc = Python 3 bindings for SQLCipher (project no longer maintained. Vulnerabilities may exist)
pkgver = 1.0.3
pkgrel = 2
url = https://github.com/rigglemania/pysqlcipher3
diff --git a/PKGBUILD b/PKGBUILD
index eff0789d88a0..0edc9403f6d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=python-pysqlcipher3
_pkgname=${pkgname#python-}
pkgver=1.0.3
pkgrel=2
-pkgdesc='Python 3 bindings for SQLCipher'
+pkgdesc='Python 3 bindings for SQLCipher (project no longer maintained. Vulnerabilities may exist)'
arch=('any')
url='https://github.com/rigglemania/pysqlcipher3'
depends=('python' 'sqlcipher')