summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRichard Neumann2021-12-04 02:12:35 +0100
committerRichard Neumann2021-12-04 02:18:56 +0100
commit8ffa614940e43e3701b243d8f063b9d44bccc995 (patch)
treeda9b6032b3f09dca50375677ae09fd28b17d1fc8 /PKGBUILD
parent0346f7daa2e5b361114fa403dfc737a50e95f0f2 (diff)
downloadaur-8ffa614940e43e3701b243d8f063b9d44bccc995.tar.gz
Update to 1.17
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab4446e07ff6..fa45bdf50db9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,17 @@
_pkgbase='peeweeplus'
pkgname="python-${_pkgbase}"
-pkgver=1.16.6
+pkgver=1.17.0
pkgrel=1
pkgdesc='Practical extension of a small, expressive ORM'
arch=('any')
url="https://github.com/homeinfogmbh/${_pkgbase}"
license=('GPLv3')
-depends=('python' 'python-argon2_cffi' 'python-peewee' 'python-lxml')
-optdepends=('python-authlib: for authlib integration')
+depends=('python' 'python-configlib' 'python-peewee' 'python-lxml')
+optdepends=(
+ 'python-argon2_cffi: for Argon2Field'
+ 'python-authlib: for authlib integration'
+)
makedepends=('git' 'python' 'python-setuptools' 'python-setuptools-scm')
source=("${_pkgbase}::git+${url}.git#tag=${pkgver}")
md5sums=('SKIP')