summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTilman Vatteroth2017-02-11 17:17:11 +0100
committerTilman Vatteroth2017-02-11 17:17:11 +0100
commit049a6cd3866e846b635ac5c877e1f44fb0d03556 (patch)
treee2ed4f5277bf347dfe919189dd68ec4e1a77a1fe
parent5ba7424634cde8a9acd5e87e974f41a995d90e8c (diff)
downloadaur-049a6cd3866e846b635ac5c877e1f44fb0d03556.tar.gz
- Version 0.9.23
- changed dependency to accept ANY package that provides a headless jre - added checksum
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20d1994d64fb..f30809a221f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Dave Blair <mail@dave-blair.de>
# Contributor: Nick Bair <njbair at gmail dot com>
pkgname=bubbleupnpserver
-pkgver=0.9.16
+pkgver=0.9.23
pkgrel=1
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=('jre7-openjdk-headless' 'ffmpeg')
+depends=('java-runtime-headless-jre>=7' 'ffmpeg')
makedepends=('unzip')
install=${pkgname}.install
source=("http://www.bubblesoftapps.com/bubbleupnpserver/BubbleUPnPServer-distrib.zip")
-md5sums=('SKIP')
+md5sums=('83e4df8da91f577a138143ceecd6d120')
build() {
cd ${srcdir}