summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRichard Neumann2018-09-15 09:36:42 +0200
committerRichard Neumann2018-09-15 09:36:42 +0200
commit9994a34f9eff5cfb89b38afecb110938b2989182 (patch)
treee37db410419ccb7d05b422e3e967961fe6add357 /PKGBUILD
parentcd5940863569c134bc9a6925d0cbd90ebde5d953 (diff)
downloadaur-9994a34f9eff5cfb89b38afecb110938b2989182.tar.gz
Added missing dependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79769684f71d..fd774dbd0fbb 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-argon2_cffi' 'python-timelib-git')
+depends=('python' 'python-peewee' 'python-argon2_cffi' 'python-timelib-git' 'python-strflib' 'python-functoolsplus')
makedepends=('git' 'python')
source=("${_pkgbase}::git+${url}.git")
md5sums=('SKIP')