summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6dbf669e1c31..504a2751a7ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,8 @@ pkgbase = emby-server-unlocked
pkgrel = 1
url = https://github.com/nvllsvm/emby-unlocked
install = emby-server.install
- arch = any
+ arch = x86_64
+ arch = armv7h
license = GPL2,
license = proprietary
depends = ffmpeg
diff --git a/PKGBUILD b/PKGBUILD
index 66fea7d3481d..477d36139623 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=emby-server-unlocked
pkgver=3.4.1.0
pkgrel=1
pkgdesc='Emby Server compiled with a patch to unlock Emby Premiere features'
-arch=('any')
+arch=('x86_64' 'armv7h')
url='https://github.com/nvllsvm/emby-unlocked'
license=('GPL2', 'proprietary')
depends=('ffmpeg' 'imagemagick' 'mono' 'referenceassemblies-pcl' 'sqlite')