summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-04-05 19:32:03 +0200
committerMartchus2020-04-05 19:32:03 +0200
commit154b401b11023ba516bffe335a03e374aaf09757 (patch)
treee41936f95cf64d24d75b5534c7c25bed82550624
parent96ff9df82df61cd3c7c3143be814cffc9e3fc5a4 (diff)
downloadaur-154b401b11023ba516bffe335a03e374aaf09757.tar.gz
Add ARM archs
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8102ad1c55f7..a63df1e6cfca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,10 @@ pkgbase = bento4
url = https://www.bento4.com/
arch = i686
arch = x86_64
+ arch = arm
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = GPL
makedepends = cmake
optdepends = python
diff --git a/PKGBUILD b/PKGBUILD
index 4d6cec63cdad..e5b3b7b42dcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=1.6.0.632
_pkgverstr=1-6-0-632
pkgrel=1
pkgdesc='C++ class library and tools designed to read and write ISO-MP4 files'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url='https://www.bento4.com/'
license=('GPL')
makedepends=('cmake')