aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThom Wiggers2014-12-31 15:42:48 +0100
committerThom Wiggers2014-12-31 15:42:48 +0100
commit6ea4c23b83b7c24d684e3346c7b7c83398bc6a1d (patch)
tree0597cb7f480ab0d953ebe6eedf461a49107a22cf
parent93470c1717cc814a5174e994e67c4b20c4b05768 (diff)
downloadaur-6ea4c23b83b7c24d684e3346c7b7c83398bc6a1d.tar.gz
Fix dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97b46864a9ab..bef9eb5a3b32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = subsonic-beta
pkgdesc = A free, web-based media streamer and jukebox.
pkgver = 5.1.beta1
- pkgrel = 1
+ pkgrel = 2
url = http://subsonic.org/
install = subsonic-beta.install
arch = i686
arch = x86_64
license = GPL
- depends = jre7-openjdk-headless
- depends = libcups
+ depends = java-runtime-headless
conflicts = subsonic
backup = var/lib/subsonic/db
source = http://prdownloads.sourceforge.net/subsonic/subsonic-5.1.beta1-standalone.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index a952ca317cf5..b534652f367a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@
pkgname=subsonic-beta
pkgver=5.1.beta1
-pkgrel=1
+pkgrel=2
pkgdesc="A free, web-based media streamer and jukebox."
arch=('i686' 'x86_64')
url="http://subsonic.org/"
license=('GPL')
-depends=('jre7-openjdk-headless' 'libcups')
+depends=('java-runtime-headless')
conflicts=('subsonic')
source=(http://prdownloads.sourceforge.net/subsonic/subsonic-${pkgver}-standalone.tar.gz
'subsonic.service')