summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRichard Neumann2021-11-29 21:09:57 +0100
committerRichard Neumann2021-11-29 21:09:57 +0100
commit0ca3493b9e336b862fd6b28bba3f6eda735b935b (patch)
tree44e3e7561ee65999c1cce13e821d9817c03e9969 /PKGBUILD
parent66e706d4ff6f806c3b2b2286ac8b203d68144ca7 (diff)
downloadaur-0ca3493b9e336b862fd6b28bba3f6eda735b935b.tar.gz
Update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a580979af8ed..9975f70b193a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgbase='peeweeplus'
pkgname="python-${_pkgbase}"
pkgver=1.16.5
-pkgrel=1
+pkgrel=2
pkgdesc='Practical extension of a small, expressive ORM'
arch=('any')
url="https://github.com/homeinfogmbh/${_pkgbase}"
license=('GPLv3')
-depends=('python' 'python-peewee')
-optdepends=('python-argon2_cffi: for Argon2Field' 'python-authlib: for authlib integration')
+depends=('python' 'python-argon2_cffi' 'python-peewee' 'python-lxml')
+optdepends=('python-authlib: for authlib integration')
makedepends=('git' 'python' 'python-setuptools' 'python-setuptools-scm')
source=("${_pkgbase}::git+${url}.git#tag=${pkgver}")
md5sums=('SKIP')