summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')