summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRichard Neumann2021-12-04 02:22:52 +0100
committerRichard Neumann2021-12-04 02:22:52 +0100
commit4080ae6d961e9d54252b4555fd5cf340a0496133 (patch)
tree2ee4c2c21611e72464765bbb9071f98eea049d57 /PKGBUILD
parent8ffa614940e43e3701b243d8f063b9d44bccc995 (diff)
downloadaur-4080ae6d961e9d54252b4555fd5cf340a0496133.tar.gz
Update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa45bdf50db9..b5cbe58a7385 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@ pkgdesc='Practical extension of a small, expressive ORM'
arch=('any')
url="https://github.com/homeinfogmbh/${_pkgbase}"
license=('GPLv3')
-depends=('python' 'python-configlib' 'python-peewee' 'python-lxml')
+depends=('python' 'python-configlib' 'python-peewee' 'python-setuptools' 'python-lxml')
optdepends=(
'python-argon2_cffi: for Argon2Field'
'python-authlib: for authlib integration'
)
-makedepends=('git' 'python' 'python-setuptools' 'python-setuptools-scm')
+makedepends=('git' 'python-setuptools-scm')
source=("${_pkgbase}::git+${url}.git#tag=${pkgver}")
md5sums=('SKIP')