summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Grehov2016-02-06 12:34:13 +0500
committerAlex Grehov2016-02-06 12:34:13 +0500
commitbba6739faa9c6f509c86e276baa2971e0f2d3038 (patch)
tree50a4d94447db63feb975806a305e33a6ddcb843e /PKGBUILD
parentf998e5e40e15243cb61a239ec76cd520119389d1 (diff)
downloadaur-bba6739faa9c6f509c86e276baa2971e0f2d3038.tar.gz
add "armv7h" to the arch line
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0eac29661c68..851e63041eb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=20150108.3eafde9
pkgrel=2
pkgdesc='Console version of the game "2048"'
url='https://github.com/alewmoose/2048-in-terminal.git'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
license=('custom:MIT')
depends=('ncurses')
makedepends=('git')