summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhil Ruffwind2019-07-08 12:02:19 -0700
committerPhil Ruffwind2019-07-08 12:03:06 -0700
commitbfbd2c3d3a0e992243b50f108063197173434b54 (patch)
treeb8cfd5d53daadd4d39f3f8cd6fca61ed24e37d63 /PKGBUILD
parent812eafc07d5fa3c9638d0715241c65adb7efa2e7 (diff)
downloadaur-bfbd2c3d3a0e992243b50f108063197173434b54.tar.gz
Add aarch64 to arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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)