summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMitch2018-10-13 12:48:04 +0200
committerMitch2018-10-13 12:48:04 +0200
commit7848263d55c415cef038e6f271d99ee357f26c0e (patch)
tree0ea0680379b877a6496ced6dc23fc81695c2ce69 /PKGBUILD
parent7b89cc462a9bfb2af6ff2074b138e54d5b051170 (diff)
downloadaur-7848263d55c415cef038e6f271d99ee357f26c0e.tar.gz
Revert source back to sourceforge. 7.5.0 is not available yet as release on GitHub.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98aa691eb83d..993c3025d468 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ums
pkgver=7.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Universal Media Server: a DLNA-compliant UPnP Media Server. Build based on Java 8."
arch=('i686' 'x86_64')
url="http://www.universalmediaserver.com/"
@@ -20,8 +20,8 @@ optdepends=("vlc: Internet video/audio support"
"lib32-glibc: tsMuxeR support")
backup=(opt/ums/UMS.conf \
opt/ums/WEB.conf)
-#source=("http://downloads.sourceforge.net/project/unimediaserver/Official%20Releases/Linux/UMS-$pkgver.tgz"
-source=("https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/$pkgver/UMS-$pkgver.tgz"
+source=("http://downloads.sourceforge.net/project/unimediaserver/Official%20Releases/Linux/UMS-$pkgver.tgz"
+#source=("https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/$pkgver/UMS-$pkgver.tgz"
'ums.desktop'
'ums.service'
'ums.timer')