summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDamien Flament2016-11-15 03:16:33 +0100
committerDamien Flament2016-11-15 03:16:33 +0100
commitf5d27f2d7d87079fe5b106929e1b0f37815f7b44 (patch)
tree7b653502754de64bb65c54a6f286086cdec63f89 /PKGBUILD
parent6d6fa9f17f824b1a1e5e9a0e6f38bdae8917a850 (diff)
downloadaur-cabal2arch.tar.gz
"wget" is needed for downloading Cabal file..
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db4af75c9240..029c930bddb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=cabal2arch
pkgver=1.2
-pkgrel=4
+pkgrel=5
pkgdesc="Create Arch Linux packages from Cabal packages."
arch=('i686' 'x86_64')
url="http://github.com/archhaskell/${pkgname}"
license=("BSD3")
-depends=()
+depends=("wget")
makedepends=("ghc"
"haskell-archlinux"
"haskell-cmdargs"