summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2021-11-29 08:39:05 -0800
committerDonald Webster2021-11-29 08:39:05 -0800
commit463a4e50b9f2c0b610d29b085941d9f4b8e560a0 (patch)
tree4c03cc980d188a7f0a056c1f350b4442c8570d27
parentdb1f986795c2b2a8685b4a15279016b5958c054a (diff)
downloadaur-463a4e50b9f2c0b610d29b085941d9f4b8e560a0.tar.gz
Looks like python-setuptools is a runtime dep, not a make dep.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fec8b0ba3295..eb9fe727d8b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,8 @@ pkgbase = tautulli
install = tautulli.install
arch = any
license = GPL
- makedepends = python-setuptools
makedepends = curl
+ depends = python-setuptools
depends = python-pytz
source = tautulli-2.7.7.tar.gz::https://github.com/Tautulli/Tautulli/archive/v2.7.7.tar.gz
source = tautulli.tmpfiles
diff --git a/PKGBUILD b/PKGBUILD
index 37426ed9aeb1..88afb4b15c3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,10 +11,10 @@ arch=('any')
url="https://github.com/Tautulli/Tautulli"
license=('GPL')
makedepends=(
- 'python-setuptools'
'curl'
)
depends=(
+ 'python-setuptools'
'python-pytz'
)
install='tautulli.install'