summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Mangano2016-02-06 11:06:24 +0100
committerFrédéric Mangano2016-02-06 11:08:06 +0100
commit96bc9526207daeee84a3e64382f77e3195090924 (patch)
treef550fb5f150c2fdec9b905b82e6bf23ff757fed5
parent4f0585bf531c42998cf4f82a2ed0c4aa7dd1c0d5 (diff)
downloadaur-96bc9526207daeee84a3e64382f77e3195090924.tar.gz
add armv7h and armv6h to the arch line
thank you sekret for testing for armv7h armv6h wasn't tested yet but there's hardly any reason it wouldn't build
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cef43610505..b930948bd982 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Dec 20 09:49:30 UTC 2015
+# Sat Feb 6 10:07:59 UTC 2016
pkgbase = opustags
pkgdesc = Opus tags editor
pkgver = 1.1
@@ -7,6 +7,8 @@ pkgbase = opustags
url = https://github.com/fmang/opustags
arch = i686
arch = x86_64
+ arch = armv7h
+ arch = armv6h
license = BSD3
makedepends = gcc
makedepends = make
diff --git a/PKGBUILD b/PKGBUILD
index 585c6b974dc7..15cb4dc9d229 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Opus tags editor'
url='https://github.com/fmang/opustags'
license=('BSD3')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h' 'armv6h')
depends=('glibc' 'libogg')
makedepends=('gcc' 'make')