summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRod Kay2022-10-01 14:26:01 +1000
committerRod Kay2022-10-01 14:26:01 +1000
commit037b093707e0b3da36e4498ddc074041e98e80f8 (patch)
tree2813d5aa4462a9f343f36f98127855aafc5b1867
parent4b80fa5dec5801b4b1c62354c1260ad0e5a8d818 (diff)
downloadaur-037b093707e0b3da36e4498ddc074041e98e80f8.tar.gz
Add 'which' to makedepends.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79d5e505d536..cb3af13cca82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = libadalang-tools
arch = x86_64
license = GPL
makedepends = gprbuild
+ makedepends = which
depends = libadalang
source = https://github.com/AdaCore/libadalang-tools/archive/refs/tags/v22.0.0.tar.gz
source = 0001-pp-actions.adb-patch-for-compatibility-with-release-.patch
diff --git a/PKGBUILD b/PKGBUILD
index 62ff64a7731b..ae00449e3741 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
license=('GPL')
depends=('libadalang')
-makedepends=('gprbuild')
+makedepends=('gprbuild' 'which')
source=("https://github.com/AdaCore/libadalang-tools/archive/refs/tags/v22.0.0.tar.gz"
"0001-pp-actions.adb-patch-for-compatibility-with-release-.patch"