summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lass2015-07-26 08:34:39 +0200
committerMichael Lass2015-07-26 08:34:39 +0200
commitc9766a92aeb5222da400c3eda7844c1478ae2be1 (patch)
treeba8adb6fedab260a47def7a1f654ca9f65c58d1a
parent3401102c2409b6e56cf7fd8cf493e31b1ae2620e (diff)
downloadaur-c9766a92aeb5222da400c3eda7844c1478ae2be1.tar.gz
Add armv7h to arch
I tested only compilation, not functionality.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69d3f752587a..fa5b4093c816 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,6 +3,7 @@ pkgbase = kodi-addon-pvr-hts-git
pkgver = r302.5c22440
pkgrel = 1
url = https://github.com/kodi-pvr/pvr.hts
+ arch = armv7h
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 618b80512754..c692923287b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=r302.5c22440
pkgrel=1
_branch=Isengard
pkgdesc='Tvheadend HTSP PVR client addon for Kodi'
-arch=('i686' 'x86_64')
+arch=('armv7h' 'i686' 'x86_64')
url="https://github.com/kodi-pvr/pvr.hts"
license=('GPL')
makedepends=('cmake' 'git' 'kodi-platform')