summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2018-09-15 09:36:42 +0200
committerRichard Neumann2018-09-15 09:36:42 +0200
commit9994a34f9eff5cfb89b38afecb110938b2989182 (patch)
treee37db410419ccb7d05b422e3e967961fe6add357
parentcd5940863569c134bc9a6925d0cbd90ebde5d953 (diff)
downloadaur-9994a34f9eff5cfb89b38afecb110938b2989182.tar.gz
Added missing dependencies.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bda3f1950199..46c1d24b2ed5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,8 @@ pkgbase = python-peeweeplus-git
depends = python-peewee
depends = python-argon2_cffi
depends = python-timelib-git
+ depends = python-strflib
+ depends = python-functoolsplus
source = peeweeplus::git+https://gitlab.com/HOMEINFO/peeweeplus.git
md5sums = SKIP
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')