summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d57aee9fa18..4377a4f41a96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-peeweeplus
pkgdesc = Practical extension of a small, expressive ORM
- pkgver = 1.17.7
+ pkgver = 1.18
pkgrel = 1
url = https://github.com/homeinfogmbh/peeweeplus
arch = any
@@ -13,8 +13,7 @@ pkgbase = python-peeweeplus
depends = python-setuptools
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.17.7
+ source = peeweeplus::git+https://github.com/homeinfogmbh/peeweeplus.git#tag=1.18
md5sums = SKIP
pkgname = python-peeweeplus
diff --git a/PKGBUILD b/PKGBUILD
index 439ee4f46569..cd1d7a649ace 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase='peeweeplus'
pkgname="python-${_pkgbase}"
-pkgver=1.17.7
+pkgver=1.18
pkgrel=1
pkgdesc='Practical extension of a small, expressive ORM'
arch=('any')
@@ -11,7 +11,6 @@ license=('GPLv3')
depends=('python' 'python-configlib' 'python-peewee' 'python-setuptools' 'python-lxml')
optdepends=(
'python-argon2_cffi: for Argon2Field'
- 'python-authlib: for authlib integration'
)
makedepends=('git' 'python-setuptools-scm')
source=("${_pkgbase}::git+${url}.git#tag=${pkgver}")