summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2021-12-04 02:12:35 +0100
committerRichard Neumann2021-12-04 02:18:56 +0100
commit8ffa614940e43e3701b243d8f063b9d44bccc995 (patch)
treeda9b6032b3f09dca50375677ae09fd28b17d1fc8
parent0346f7daa2e5b361114fa403dfc737a50e95f0f2 (diff)
downloadaur-8ffa614940e43e3701b243d8f063b9d44bccc995.tar.gz
Update to 1.17
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f3e4c7839e8..8f1a6b5b6ddb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-peeweeplus
pkgdesc = Practical extension of a small, expressive ORM
- pkgver = 1.16.6
+ pkgver = 1.17.0
pkgrel = 1
url = https://github.com/homeinfogmbh/peeweeplus
arch = any
@@ -10,11 +10,12 @@ pkgbase = python-peeweeplus
makedepends = python-setuptools
makedepends = python-setuptools-scm
depends = python
- depends = python-argon2_cffi
+ depends = python-configlib
depends = python-peewee
depends = python-lxml
+ optdepends = python-argon2_cffi: for Argon2Field
optdepends = python-authlib: for authlib integration
- source = peeweeplus::git+https://github.com/homeinfogmbh/peeweeplus.git#tag=1.16.6
+ source = peeweeplus::git+https://github.com/homeinfogmbh/peeweeplus.git#tag=1.17.0
md5sums = SKIP
pkgname = python-peeweeplus
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')