summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2021-11-29 21:24:38 +0100
committerRichard Neumann2021-11-29 21:24:38 +0100
commit0346f7daa2e5b361114fa403dfc737a50e95f0f2 (patch)
tree49a89f04e760dd4173774a48e7be4a7a33063ba2
parent0ca3493b9e336b862fd6b28bba3f6eda735b935b (diff)
downloadaur-0346f7daa2e5b361114fa403dfc737a50e95f0f2.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc6cda5fe6a3..8f3e4c7839e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-peeweeplus
pkgdesc = Practical extension of a small, expressive ORM
- pkgver = 1.16.5
- pkgrel = 2
+ pkgver = 1.16.6
+ pkgrel = 1
url = https://github.com/homeinfogmbh/peeweeplus
arch = any
license = GPLv3
@@ -14,7 +14,7 @@ pkgbase = python-peeweeplus
depends = python-peewee
depends = python-lxml
optdepends = python-authlib: for authlib integration
- source = peeweeplus::git+https://github.com/homeinfogmbh/peeweeplus.git#tag=1.16.5
+ source = peeweeplus::git+https://github.com/homeinfogmbh/peeweeplus.git#tag=1.16.6
md5sums = SKIP
pkgname = python-peeweeplus
diff --git a/PKGBUILD b/PKGBUILD
index 9975f70b193a..ab4446e07ff6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgbase='peeweeplus'
pkgname="python-${_pkgbase}"
-pkgver=1.16.5
-pkgrel=2
+pkgver=1.16.6
+pkgrel=1
pkgdesc='Practical extension of a small, expressive ORM'
arch=('any')
url="https://github.com/homeinfogmbh/${_pkgbase}"