summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Tas2022-06-15 16:27:58 +0200
committerSimon Tas2022-06-15 16:27:58 +0200
commitcdb580c38e0b118bd90c2fc942c794a271a962a0 (patch)
tree26b3b1b684ce3c965dcb9f1dce62c40c1e56d0c2
parent44e0fdb97bfa413fb3cf93e0265820b9b7dc3ea3 (diff)
downloadaur-cdb580c38e0b118bd90c2fc942c794a271a962a0.tar.gz
updated makedepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 991acd6dd45a..6fd8891d7988 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = python-pylspci
url = https://pypi.python.org/pypi/pylspci
arch = any
license = GPL3
+ makedepends = git
+ makedepends = python-setuptools
depends = python-cached-property
source = git+https://gitlab.com/Lucidiot/pylspci.git#tag=0.4.2
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a9c75aa76120..62cefa4eb804 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=('any')
url="https://pypi.python.org/pypi/$_pkgname"
license=('GPL3')
depends=('python-cached-property')
+makedepends=('git' 'python-setuptools')
source=("git+https://gitlab.com/Lucidiot/pylspci.git#tag=$pkgver")
md5sums=('SKIP')