summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier C. Llano2023-08-18 10:24:16 -0700
committerXavier C. Llano2023-08-18 10:24:16 -0700
commitc9ebe0db17b79b9eabb26a34b37b89be140e287e (patch)
treecc0e792722a8ec8efcca91d0999642ac67dd5aa0
parent82100af3dc8b787b48e2ec92760fb92551607e53 (diff)
downloadaur-c9ebe0db17b79b9eabb26a34b37b89be140e287e.tar.gz
fix makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7758a0e7d07c..a523feb4f1b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = python-rios
url = http://rioshome.org/
arch = any
license = GPLv3
+ makedepends = python-setuptools
depends = python
depends = python-numpy
depends = gdal
diff --git a/PKGBUILD b/PKGBUILD
index 057c22d4fd35..22c03fc59ec7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('any')
url="http://rioshome.org/"
license=('GPLv3')
depends=('python' 'python-numpy' 'gdal')
+makedepends=('python-setuptools')
source=("https://github.com/ubarsc/rios/releases/download/rios-$pkgver/rios-$pkgver.tar.gz")
sha256sums=('71670508dbffcd8f5d24fbb25e6a2b7e1d23b5e899ddc78c90d403bd65981cf4')