summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent82100af3dc8b787b48e2ec92760fb92551607e53 (diff)
downloadaur-c9ebe0db17b79b9eabb26a34b37b89be140e287e.tar.gz
fix makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
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')