summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Lass2016-11-15 19:01:59 +0100
committerMichael Lass2016-11-15 19:01:59 +0100
commit0467b961f13e116f52113f5d32108e01a6f20a12 (patch)
treec5321a57aa9937654bee9abbb9d2ef1cd4ea069e /PKGBUILD
parent88784ef13ed38a896c8e6c60790c01038e98e026 (diff)
downloadaur-libplatform-legacy.tar.gz
Add armv6h to list of supported platforms
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d8f3b2f8e3a1..68cfcc973df9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=libplatform-legacy
pkgver=1.0.10
pkgrel=2
pkgdesc="Platform support library used by add-ons for Kodi up to Jarvis"
-arch=('armv7h' 'i686' 'x86_64')
+arch=('armv6h' 'armv7h' 'i686' 'x86_64')
url="https://github.com/Pulse-Eight/platform"
license=('GPL')
makedepends=('cmake')