summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2019-01-23 21:35:13 -0500
committerAndrew O'Neill2019-01-23 21:35:13 -0500
commit76ea54fb70fad07e4d5e69e12eda8fe3acfcb770 (patch)
tree3bc83fe010fa605cd9ccc7b53b84ae88dc781487
parent5646e65d9df8a63ed2b32f0885f8535c62e58d2f (diff)
downloadaur-76ea54fb70fad07e4d5e69e12eda8fe3acfcb770.tar.gz
Add armv7h as a target arch
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a56ef728fa2..de983d150d54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = yash
pkgdesc = Yet Another SHell is a POSIX-compliant command line shell
pkgver = 2.48
- pkgrel = 1
+ pkgrel = 2
url = http://sourceforge.jp/projects/yash/
install = yash.install
arch = x86_64
+ arch = armv7h
license = GPL
depends = ncurses
source = https://osdn.net/dl/yash/yash-2.48.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index e6d218141a66..55ff9fda1846 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=yash
pkgver=2.48
-pkgrel=1
+pkgrel=2
pkgdesc="Yet Another SHell is a POSIX-compliant command line shell"
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
url="http://sourceforge.jp/projects/yash/"
license=('GPL')
depends=('ncurses')