summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Galazyn2022-08-24 21:45:09 +0200
committerMateusz Galazyn2022-08-24 21:52:09 +0200
commit968c7a26c21bfdfc905ecc21bf586ed7caec36b9 (patch)
tree2262e7931b53bd81431d9f82fbd37ab578fe16ad
parent790904f94085267fef79f9299d9829af424ad1ee (diff)
downloadaur-968c7a26c21bfdfc905ecc21bf586ed7caec36b9.tar.gz
v2.4.0 fixed cabal dependency name
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index baf869b38d2a..3e3a13ae4ab4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Detect dead exports or package imports"
arch=('x86_64')
url="https://github.com/ocharles/weeder"
license=('BSD')
-makedepends=('git' 'cabal')
+makedepends=('git' 'cabal-install')
source=("${url}/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('4c2adbd741b0193a860defa51492e706e74672cdee62bb5db4663dd5cb634efe')