summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2023-04-25 13:16:25 +0200
committerFabioLolix2023-04-25 13:16:25 +0200
commitfeec89cbd3c06a0334d118bf873b83318a7d9f8c (patch)
treeae5a2bd2c15cc87c4c42d7486e448929e756be23
parent2109bbaf0f4cb0d16ac5955b16a35f20e9349909 (diff)
downloadaur-feec89cbd3c06a0334d118bf873b83318a7d9f8c.tar.gz
v0.9.46
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1c61fa653db..ff3da0918437 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bubbleupnpserver
pkgdesc = Stream content to Android devices over the Internet, requires UPNP/DNLA backend e.g. miniDLNA, Gerbera, Mediatomb
- pkgver = 0.9.43
+ pkgver = 0.9.46
pkgrel = 1
url = https://www.bubblesoftapps.com/bubbleupnpserver2/
install = bubbleupnpserver.install
@@ -15,14 +15,14 @@ pkgbase = bubbleupnpserver
source = bubbleupnpserver.config
source = bubbleupnpserver-sysuser.conf
source = bubbleupnpserver
- source = BubbleUPnPServer-distrib-2022-06-23-23.zip::https://bubblesoftapps.com/bubbleupnpserver/BubbleUPnPServer-distrib.zip
+ source = BubbleUPnPServer-distrib-2023-04-25-12.zip::https://bubblesoftapps.com/bubbleupnpserver/BubbleUPnPServer-distrib.zip
source = bubbleupnpserver-LICENCE.txt::https://bubblesoftapps.com/bubbleupnpserver/core/LICENCE.txt
sha256sums = 7df801995e65a79eb5140814ca80c4caeee7e1282b69acff9e74201cbaafdaf3
sha256sums = b99d60122343959f2118f6f74968e105d63e8ca2c8ff71efc120415378b1175a
sha256sums = 61bf63a84b839b85c0fdf0210310c94242bbb6e1aa69bf0d6c46efa013b52ae5
sha256sums = fd764bb4c785ab0e2481d26f4f30656ba756949afa8ed949234e722ded87bf04
sha256sums = 105bfe44a43d141457bf87ef89c76a5be57f54cdb3493ae3af99c8ad6a938c36
- sha256sums = 44dfe889bd86a148365641cc098bc4f7696242620b3c03c0c2dc3e9502227ba0
+ sha256sums = 499a2e89cb1eb2247ab01ce34f50c157ae16291a4f78019a8ffb2754cc6e52af
sha256sums = ceb8ba5042568cd04e7c47f4e4416278bbbd1e63fe30124b0646fc90614843ba
pkgname = bubbleupnpserver
diff --git a/PKGBUILD b/PKGBUILD
index ad4ec081834d..386a6713cf04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
# Contributor: Nick Bair <njbair at gmail dot com>
pkgname=bubbleupnpserver
-pkgver=0.9.43
+pkgver=0.9.46
pkgrel=1
pkgdesc="Stream content to Android devices over the Internet, requires UPNP/DNLA backend e.g. miniDLNA, Gerbera, Mediatomb"
arch=(any)
url="https://www.bubblesoftapps.com/bubbleupnpserver2/"
license=('custom:BubbleUPnP Server EULA')
-depends=('java-runtime-headless')
+depends=(java-runtime-headless)
optdepends=('ffmpeg: for transcoding')
install=bubbleupnpserver.install
# http://www.bubblesoftapps.com/bubbleupnpserver2/docs/changelog.html
@@ -30,9 +30,10 @@ sha256sums=('7df801995e65a79eb5140814ca80c4caeee7e1282b69acff9e74201cbaafdaf3'
'61bf63a84b839b85c0fdf0210310c94242bbb6e1aa69bf0d6c46efa013b52ae5'
'fd764bb4c785ab0e2481d26f4f30656ba756949afa8ed949234e722ded87bf04'
'105bfe44a43d141457bf87ef89c76a5be57f54cdb3493ae3af99c8ad6a938c36'
- '44dfe889bd86a148365641cc098bc4f7696242620b3c03c0c2dc3e9502227ba0'
+ '499a2e89cb1eb2247ab01ce34f50c157ae16291a4f78019a8ffb2754cc6e52af'
'ceb8ba5042568cd04e7c47f4e4416278bbbd1e63fe30124b0646fc90614843ba')
-backup=("etc/conf.d/bubbleupnpserver.config" "var/lib/bubbleupnp/configuration.xml")
+backup=("etc/conf.d/bubbleupnpserver.config"
+ "var/lib/bubbleupnp/configuration.xml")
package() {