summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsekret2016-02-05 20:41:48 +0100
committersekret2016-02-05 20:41:48 +0100
commit080b1e687722e6e617c339df28f54a27759f0827 (patch)
tree143a1bf3ace3aa8ad01e93265f5336d30c71bf04
parent55feea5480ababd3ea645edaa5e27711beae26e8 (diff)
downloadaur-080b1e687722e6e617c339df28f54a27759f0827.tar.gz
added armv6h and armv7h to arch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a46f1ec0577..707896d2af43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Fri Feb 5 19:41:48 UTC 2016
pkgbase = alac-git
pkgdesc = an audio codec developed by Apple and supported on iPhone, iPad, most iPods, Mac and iTunes
pkgver = 0.r3.35e1d01
@@ -5,6 +7,8 @@ pkgbase = alac-git
url = https://alac.macosforge.org/
arch = i686
arch = x86_64
+ arch = armv6h
+ arch = armv7h
license = custom
makedepends = git
depends = gcc-libs
diff --git a/PKGBUILD b/PKGBUILD
index 2ff4ca6466b9..f8be96c469e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=$_pkgname-git
pkgver=0.r3.35e1d01
pkgrel=1
pkgdesc="an audio codec developed by Apple and supported on iPhone, iPad, most iPods, Mac and iTunes"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="https://alac.macosforge.org/"
license=('custom')
depends=('gcc-libs')