summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2015-09-18 11:39:00 +0200
committerMaxime Gauduin2015-09-18 11:39:00 +0200
commitb8f7103c2df975addadceb85f0f5513a8a42da83 (patch)
tree0fd7fa083c0abe6c0b855647ee7b257a9d93e32f
parent8468bfd295f32672fec8a36d719224793a071ba3 (diff)
downloadaur-b8f7103c2df975addadceb85f0f5513a8a42da83.tar.gz
Fix arch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 371125b5179c..8067a1429f1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,9 +4,7 @@ pkgbase = emby-server-git
pkgrel = 1
url = http://emby.media
install = emby-server.install
- arch = i686
- arch = x86_64
- arch = armv6h
+ arch = any
license = GPL2
makedepends = git
depends = ffmpeg
diff --git a/PKGBUILD b/PKGBUILD
index f09a4045b119..d993bb829e1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=emby-server-git
pkgver=3.0.5724.4.r89.fd6f675
pkgrel=1
pkgdesc='Bring together your videos, music, photos, and live television'
-arch=('i686' 'x86_64' 'armv6h')
+arch=('any')
url='http://emby.media'
license=('GPL2')
depends=('ffmpeg' 'imagemagick' 'libmediainfo' 'mono' 'sqlite')