summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSirPatrickCZ2018-08-03 17:37:07 +0200
committerSirPatrickCZ2018-08-03 17:37:07 +0200
commita5d63a2d7e2ebfa66cf7ea15f7a3fb714fb2dd85 (patch)
tree0c7ee47fe561bc213e4eed3942a9b2ce6301b811
parent019e5cd8fcabdcebf157481e83f712d723103395 (diff)
downloadaur-st-spcz-git.tar.gz
added ARM arch
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cf2b7c91daf..b85fdc136f33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,10 @@ pkgbase = st-spcz-git
pkgver = 0.8.1.r0.g8936abb
pkgrel = 1
url = https://github.com/SirPatrickCZ/st
+ arch = i686
arch = x86_64
+ arch = armv7h
+ arch = armv7l
license = MIT
makedepends = git
makedepends = ncurses
diff --git a/PKGBUILD b/PKGBUILD
index 5e3e4b515908..ced8e65e1cca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _pkgname="st"
pkgver=0.8.1.r0.g8936abb
pkgrel=1
pkgdesc="Simple terminal emulator by suckless.org with mouse-scroll and alpha patches."
-arch=('x86_64')
+arch=('i686' 'x86_64' 'armv7h' 'armv7l')
url="https://github.com/SirPatrickCZ/st"
license=('MIT')
options=('zipman')