summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRubenKelevra2017-04-08 06:07:38 +0200
committerRubenKelevra2017-04-08 06:07:38 +0200
commit755bda7d02aef0da773bee988bceb3fc2a68797e (patch)
tree8e54b441439ea0510bd904e4b204680c7aa58861
parent105f083c3312725ac0af93e76af2de566331bfa9 (diff)
downloadaur-755bda7d02aef0da773bee988bceb3fc2a68797e.tar.gz
add 'armv7h' platform, which is fully unsupported nor tested but was requested by 'suthernfriend'
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ccecb566cd4..5c113df7bbf4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Apr 8 04:00:41 UTC 2017
+# Sat Apr 8 04:07:26 UTC 2017
pkgbase = batman-adv
pkgdesc = batman kernel module
pkgver = 2017.0.1
@@ -9,6 +9,7 @@ pkgbase = batman-adv
install = batman-adv.install
arch = i686
arch = x86_64
+ arch = armv7h
license = GPL
makedepends = linux-headers
depends = linux
diff --git a/PKGBUILD b/PKGBUILD
index bdb757100c27..34bd844d80ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=2017.0.1
pkgrel=0
epoch=1
pkgdesc='batman kernel module'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url='https://www.open-mesh.net/'
license=('GPL')
install='batman-adv.install'