aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThom Wiggers2014-12-31 16:05:17 +0100
committerThom Wiggers2014-12-31 16:05:17 +0100
commit9716ca704bc77882f22f8adf5868631561ff51d8 (patch)
treec93ea0fbbc53473f5c4c6944c1dd4fe5887dbb98
parent662f236b1fb8ee410cd2125a900af5d427ebf1d7 (diff)
downloadaur-9716ca704bc77882f22f8adf5868631561ff51d8.tar.gz
Any architecture as it's java
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bb4c7bcd3bf..b646398fc28c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,8 +4,7 @@ pkgbase = subsonic-beta
pkgrel = 3
url = http://subsonic.org/
install = subsonic-beta.install
- arch = i686
- arch = x86_64
+ arch = any
license = GPL
depends = java-runtime-headless
conflicts = subsonic
diff --git a/PKGBUILD b/PKGBUILD
index 2e601ab7d978..e3742459cc19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=subsonic-beta
pkgver=5.1.beta1
pkgrel=3
pkgdesc="A free, web-based media streamer and jukebox."
-arch=('i686' 'x86_64')
+arch=('any')
url="http://subsonic.org/"
license=('GPL')
depends=('java-runtime-headless')