summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Reiser2019-07-22 20:33:41 +0200
committerSimon Reiser2019-07-22 20:33:41 +0200
commitd1b31c5a34bbc3885915b76078e3ebfda062e3bd (patch)
tree21c19837b87422653bf8da9afc92229aee5f94c7
parent01603985370bfb91b12699ccb25798bf6799d202 (diff)
downloadaur-d1b31c5a34bbc3885915b76078e3ebfda062e3bd.tar.gz
v2.1.3-3
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 681754150e05..feff30492916 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = stack-static
pkgdesc = The Haskell Tool Stack (linked statically)
pkgver = 2.1.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/commercialhaskell/stack
arch = x86_64
license = custom:BSD3
depends = gmp
depends = gcc-libs
depends = zlib
- depends = ncurses5-compat-libs
optdepends = bash-completion
optdepends = ncurses5-compat-libs: using older ghc's linking against libtinfo.so.5
provides = stack
diff --git a/PKGBUILD b/PKGBUILD
index 88fc509cecb0..ed8afb8b5631 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_arch=$(uname -m)
pkgname=stack-static
pkgver=2.1.3
-pkgrel=2
+pkgrel=3
pkgdesc="The Haskell Tool Stack (linked statically)"
arch=('x86_64')
url="https://github.com/commercialhaskell/stack"
@@ -11,7 +11,7 @@ license=('custom:BSD3')
provides=( stack )
conflicts=( stack stack-bin haskell-stack )
replaces=( stack stack-bin haskell-stack )
-depends=( gmp gcc-libs zlib ncurses5-compat-libs ) # needed for working ghc downloaded by stack
+depends=( gmp gcc-libs zlib ) # needed for working ghc downloaded by stack
optdepends=(
'bash-completion'
"ncurses5-compat-libs: using older ghc's linking against libtinfo.so.5"