summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2021-12-04 02:22:52 +0100
committerRichard Neumann2021-12-04 02:22:52 +0100
commit4080ae6d961e9d54252b4555fd5cf340a0496133 (patch)
tree2ee4c2c21611e72464765bbb9071f98eea049d57
parent8ffa614940e43e3701b243d8f063b9d44bccc995 (diff)
downloadaur-4080ae6d961e9d54252b4555fd5cf340a0496133.tar.gz
Update dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f1a6b5b6ddb..5897472cda1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,12 +6,11 @@ pkgbase = python-peeweeplus
arch = any
license = GPLv3
makedepends = git
- makedepends = python
- makedepends = python-setuptools
makedepends = python-setuptools-scm
depends = python
depends = python-configlib
depends = python-peewee
+ depends = python-setuptools
depends = python-lxml
optdepends = python-argon2_cffi: for Argon2Field
optdepends = python-authlib: for authlib integration
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')