summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 495c90ba3a86..d3c6ea883f59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = stack-bin
pkgdesc = The Haskell Tool Stack (tool only -- libraries not included)
pkgver = 2.1.1
- pkgrel = 2
+ pkgrel = 3
url = https://hackage.haskell.org/package/stack
+ arch = aarch64
arch = i686
arch = x86_64
license = BSD3
@@ -10,6 +11,8 @@ pkgbase = stack-bin
depends = zlib
provides = stack
conflicts = stack
+ source_aarch64 = https://github.com/commercialhaskell/stack/releases/download/v2.1.1/stack-2.1.1-linux-aarch64.tar.gz
+ sha256sums_aarch64 = abedcb28d7e5a8e7ab2416d1de4b7988b4743acd926086a0ca6ad68859b2e5a1
source_i686 = https://github.com/commercialhaskell/stack/releases/download/v2.1.1/stack-2.1.1-linux-i386.tar.gz
sha256sums_i686 = c541dd685fbe1c5bcb78db7e334f63d2f08e02e1c0d3c6c670f803a9f4ddcedb
source_x86_64 = https://github.com/commercialhaskell/stack/releases/download/v2.1.1/stack-2.1.1-linux-x86_64.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index a394dfdccc94..e844c13a0797 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Phil Ruffwind <rf@rufflewind.com>
pkgname=stack-bin
pkgver=2.1.1
-pkgrel=2
+pkgrel=3
pkgdesc="The Haskell Tool Stack (tool only -- libraries not included)"
-arch=(i686 x86_64)
+arch=(aarch64 i686 x86_64)
url=https://hackage.haskell.org/package/stack
license=(BSD3)
depends=(gmp zlib)