summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRichard Neumann2021-11-29 20:32:10 +0100
committerRichard Neumann2021-11-29 20:32:10 +0100
commit4eba937b705327d75176df96e383443340d61b36 (patch)
tree7dbb2bb835b11feb15af1010347ad039e62c8a0a /PKGBUILD
parent45e5c15263a178a2a076545b5a36f159e5ffbb5f (diff)
downloadaur-4eba937b705327d75176df96e383443340d61b36.tar.gz
Update to 1.16.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}")