summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Flament2016-11-15 03:16:33 +0100
committerDamien Flament2016-11-15 03:16:33 +0100
commitf5d27f2d7d87079fe5b106929e1b0f37815f7b44 (patch)
tree7b653502754de64bb65c54a6f286086cdec63f89
parent6d6fa9f17f824b1a1e5e9a0e6f38bdae8917a850 (diff)
downloadaur-f5d27f2d7d87079fe5b106929e1b0f37815f7b44.tar.gz
"wget" is needed for downloading Cabal file..
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 223583716ea6..93c28c72cafe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cabal2arch
pkgdesc = Create Arch Linux packages from Cabal packages.
pkgver = 1.2
- pkgrel = 4
+ pkgrel = 5
url = http://github.com/archhaskell/cabal2arch
arch = i686
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = cabal2arch
makedepends = haskell-archlinux
makedepends = haskell-cmdargs
makedepends = haskell-mtl
+ depends = wget
options = strip
options = staticlibs
source = https://github.com/archhaskell/cabal2arch/archive/v1.2.tar.gz
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"