summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRichard Neumann2020-01-31 11:15:40 +0100
committerRichard Neumann2020-01-31 11:15:40 +0100
commit70aea957b6ec0896b7ec3737bfb03f2f09a6d378 (patch)
tree771b5baa61d020e6d5fc0129949fe79ab30fa8ea /PKGBUILD
parentd33af949083c7a6504956e88bb6bcc8105fdc3c2 (diff)
downloadaur-python-peeweeplus-git.tar.gz
Updated dependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ab65ef1b8cc..68a108eb6a35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
_pkgbase='peeweeplus'
pkgname="python-${_pkgbase}-git"
-pkgver=r364.7c06464
-pkgrel=2
+pkgver=r425.3133374
+pkgrel=1
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' 'python-strflib' 'python-configlib' 'python-functoolsplus')
+depends=('python' 'python-peewee' 'python-timelib' 'python-strflib')
+optdepends=('python-argon2_cffi: for Argon2Field' 'python-authlib: for authlib integration')
makedepends=('git' 'python')
provides=("python-${_pkgbase}")
conflicts=("python-${_pkgbase}")