summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRichard Neumann2021-11-29 20:33:18 +0100
committerRichard Neumann2021-11-29 20:33:18 +0100
commit811c9fb9a772c6a5708595fb7f1462844a92444a (patch)
tree41e6d2ebe2396d4a3ff1e9d6fa8e076ab9764f6c /PKGBUILD
parent4eba937b705327d75176df96e383443340d61b36 (diff)
downloadaur-811c9fb9a772c6a5708595fb7f1462844a92444a.tar.gz
Remove obsolete dependency on strflib
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e025f883113..36ed07039886 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Practical extension of a small, expressive ORM'
arch=('any')
url="https://gitlab.com/HOMEINFO/${_pkgbase}"
license=('GPLv3')
-depends=('python' 'python-peewee' 'python-strflib')
+depends=('python' 'python-peewee')
optdepends=('python-argon2_cffi: for Argon2Field' 'python-authlib: for authlib integration')
makedepends=('git' 'python' 'python-setuptools' 'python-setuptools-git')
provides=("python-${_pkgbase}")