summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2021-12-04 17:16:32 +0100
committerRichard Neumann2021-12-04 17:16:32 +0100
commit88c4c31acf105bde4b3ada2f4950f8444154571c (patch)
tree61925ecfa3ad444c77dc9e6bd9ba455191d39be0
parent7485fb622a22a708cd775fb3c1cf62507f962113 (diff)
downloadaur-88c4c31acf105bde4b3ada2f4950f8444154571c.tar.gz
Update to 1.17.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c0bbfbf2932..d5fda5a6daed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-peeweeplus
pkgdesc = Practical extension of a small, expressive ORM
- pkgver = 1.17.1
+ pkgver = 1.17.2
pkgrel = 1
url = https://github.com/homeinfogmbh/peeweeplus
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-peeweeplus
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.1
+ source = peeweeplus::git+https://github.com/homeinfogmbh/peeweeplus.git#tag=1.17.2
md5sums = SKIP
pkgname = python-peeweeplus
diff --git a/PKGBUILD b/PKGBUILD
index 8d2ec3ea5411..1c1abb0e5811 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase='peeweeplus'
pkgname="python-${_pkgbase}"
-pkgver=1.17.1
+pkgver=1.17.2
pkgrel=1
pkgdesc='Practical extension of a small, expressive ORM'
arch=('any')