summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaveB2015-11-23 08:43:04 +0100
committerDaveB2015-11-23 08:43:04 +0100
commitb6e3f528ea16c90cdc632960ac1f16567c586ef5 (patch)
tree31bbbf4d7eeaff04481cf79a378fa266d2355cc5
parent886ff06bd5e1443b36a38e90b2cd11b064eb4f0b (diff)
downloadaur-b6e3f528ea16c90cdc632960ac1f16567c586ef5.tar.gz
Added unzip as a make dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dc18ad84020..4d6f49c8edda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = bubbleupnpserver
pkgdesc = Stream content to Android devices over the Internet – requires UPNP/DNLA backend e.g. Mediatomb
pkgver = 0.9.4
- pkgrel = 1
+ pkgrel = 2
url = http://www.bubblesoftapps.com/bubbleupnpserver/
install = bubbleupnpserver.install
arch = any
license = custom:bubbleupnpserver
+ makedepends = unzip
depends = jre7-openjdk-headless
depends = ffmpeg
source = http://www.bubblesoftapps.com/bubbleupnpserver/BubbleUPnPServer-distrib.zip
diff --git a/PKGBUILD b/PKGBUILD
index 80d22cd5ff93..9fde4a451490 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
# Contributor: Nick Bair <njbair at gmail dot com>
pkgname=bubbleupnpserver
pkgver=0.9.4
-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=('jre7-openjdk-headless' 'ffmpeg')
+makedepends=('unzip')
install=${pkgname}.install
source=("http://www.bubblesoftapps.com/bubbleupnpserver/BubbleUPnPServer-distrib.zip")
md5sums=('SKIP')