summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2021-11-29 20:32:10 +0100
committerRichard Neumann2021-11-29 20:32:10 +0100
commit4eba937b705327d75176df96e383443340d61b36 (patch)
tree7dbb2bb835b11feb15af1010347ad039e62c8a0a
parent45e5c15263a178a2a076545b5a36f159e5ffbb5f (diff)
downloadaur-4eba937b705327d75176df96e383443340d61b36.tar.gz
Update to 1.16.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e770f83babd..bc9b62f975a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-peeweeplus
pkgdesc = Practical extension of a small, expressive ORM
- pkgver = 1.4.9
+ pkgver = 1.16.5
pkgrel = 1
url = https://gitlab.com/HOMEINFO/peeweeplus
arch = any
@@ -11,14 +11,12 @@ pkgbase = python-peeweeplus
makedepends = python-setuptools-git
depends = python
depends = python-peewee
- depends = python-timelib
depends = python-strflib
optdepends = python-argon2_cffi: for Argon2Field
optdepends = python-authlib: for authlib integration
provides = python-peeweeplus
conflicts = python-peeweeplus
- source = peeweeplus::git+https://gitlab.com/HOMEINFO/peeweeplus.git#tag=1.4.9
+ source = peeweeplus::git+https://gitlab.com/HOMEINFO/peeweeplus.git#tag=1.16.5
md5sums = SKIP
pkgname = python-peeweeplus
-
diff --git a/PKGBUILD b/PKGBUILD
index 94af5b5eb9d5..0e025f883113 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgbase='peeweeplus'
pkgname="python-${_pkgbase}"
-pkgver=1.4.9
+pkgver=1.16.5
pkgrel=1
pkgdesc='Practical extension of a small, expressive ORM'
arch=('any')
url="https://gitlab.com/HOMEINFO/${_pkgbase}"
license=('GPLv3')
-depends=('python' 'python-peewee' 'python-timelib' 'python-strflib')
+depends=('python' 'python-peewee' 'python-strflib')
optdepends=('python-argon2_cffi: for Argon2Field' 'python-authlib: for authlib integration')
makedepends=('git' 'python' 'python-setuptools' 'python-setuptools-git')
provides=("python-${_pkgbase}")