summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Reiser2020-12-06 10:03:01 +0100
committerSimon Reiser2020-12-06 10:03:01 +0100
commit5a2e918371994441e13be35533296a224258fe84 (patch)
treef682d2e835818c9537545614c9edaff64e8400ef /PKGBUILD
parentd0c679f7a6a8c7a9de6c941eadfa56b576a7a96d (diff)
downloadaur-5a2e918371994441e13be35533296a224258fe84.tar.gz
v2.5.1-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae4550188c38..144bbaa20b0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_arch=$(uname -m)
pkgname=stack-static
pkgver=2.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="The Haskell Tool Stack (linked statically)"
arch=('x86_64')
url="https://github.com/commercialhaskell/stack"
license=('custom:BSD3')
-provides=( stack )
+provides=( stack=$pkgver )
conflicts=( stack stack-bin haskell-stack )
replaces=( stack stack-bin haskell-stack )
depends=( gmp gcc-libs zlib ) # needed for working ghc downloaded by stack