summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Ruffwind2019-07-08 12:02:19 -0700
committerPhil Ruffwind2019-07-08 12:03:06 -0700
commitbfbd2c3d3a0e992243b50f108063197173434b54 (patch)
treeb8cfd5d53daadd4d39f3f8cd6fca61ed24e37d63
parent812eafc07d5fa3c9638d0715241c65adb7efa2e7 (diff)
downloadaur-bfbd2c3d3a0e992243b50f108063197173434b54.tar.gz
Add aarch64 to arch
-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)