summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTilman Vatteroth2017-02-11 19:18:35 +0100
committerTilman Vatteroth2017-02-11 19:18:35 +0100
commit1b63695d43f4661f2c88aca3a996d3aa956a06ae (patch)
tree4e261b3240a02bcb663eba149fe8af96f0556e3f
parente71bd451d0df01c2cb7e5b56129c5ecff25d4a72 (diff)
downloadaur-1b63695d43f4661f2c88aca3a996d3aa956a06ae.tar.gz
edit dependency
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0068fc9912a..680cd163f48f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Sat Feb 11 16:17:32 UTC 2017
+# Sat Feb 11 18:18:31 UTC 2017
pkgbase = bubbleupnpserver
pkgdesc = Stream content to Android devices over the Internet – requires UPNP/DNLA backend e.g. Mediatomb
pkgver = 0.9.23
- pkgrel = 1
+ pkgrel = 2
url = http://www.bubblesoftapps.com/bubbleupnpserver/
install = bubbleupnpserver.install
arch = any
license = custom:bubbleupnpserver
makedepends = unzip
- depends = java-runtime-headless-jre>=7
+ depends = java-runtime>=7
depends = ffmpeg
source = http://www.bubblesoftapps.com/bubbleupnpserver/BubbleUPnPServer-distrib.zip
md5sums = 83e4df8da91f577a138143ceecd6d120
diff --git a/PKGBUILD b/PKGBUILD
index f30809a221f9..e62dea16192e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Nick Bair <njbair at gmail dot com>
pkgname=bubbleupnpserver
pkgver=0.9.23
-pkgrel=1
+pkgrel=2
pkgdesc="Stream content to Android devices over the Internet – requires UPNP/DNLA backend e.g. Mediatomb"
arch=('any')
url="http://www.bubblesoftapps.com/bubbleupnpserver/"
license=('custom:bubbleupnpserver')
-depends=('java-runtime-headless-jre>=7' 'ffmpeg')
+depends=('java-runtime>=7' 'ffmpeg')
makedepends=('unzip')
install=${pkgname}.install
source=("http://www.bubblesoftapps.com/bubbleupnpserver/BubbleUPnPServer-distrib.zip")