summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormar77i2018-08-05 12:30:45 +0200
committermar77i2018-08-05 12:30:45 +0200
commit33f67dcd5891bd43ac8242695d438b84dbce0acc (patch)
tree4eec82095e21864c7b756013720359e0696cda32
parentb6ad2f3a28d2028a2f53844616d7d77ca76eb002 (diff)
downloadaur-33f67dcd5891bd43ac8242695d438b84dbce0acc.tar.gz
add armv7h and armv6h. thanks ReDemoNBR.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b9a5f613257..e9aff9d7c4c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = micro
url = https://github.com/zyedidia/micro
arch = x86_64
arch = i686
+ arch = armv6h
+ arch = armv7h
license = MIT
makedepends = git
makedepends = go
diff --git a/PKGBUILD b/PKGBUILD
index c86d2e1e4371..1abe794987ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=micro
pkgver=1.4.0
pkgrel=1
pkgdesc="A modern and intuitive terminal-based text editor"
-arch=('x86_64' 'i686')
+arch=('x86_64' 'i686' 'armv6h' 'armv7h')
url="https://github.com/zyedidia/micro"
license=('MIT')
makedepends=("git" "go")