summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Golatofski2020-02-10 22:24:34 +0100
committerFelix Golatofski2020-02-10 22:24:34 +0100
commit9ec5464f0a2ebcf20529ecf1bca6b06e6ded528f (patch)
tree241ac1090052db9ffc22735cc601347abfd05251
parent29130354b5950d75016ad8aae725e1893f086c95 (diff)
downloadaur-9ec5464f0a2ebcf20529ecf1bca6b06e6ded528f.tar.gz
Updated to 0.4.11
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9c05d2d4705..409c9a297c20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ices0
pkgdesc = Source client for broadcasting in MP3 format to an Icecast2 server
- pkgver = 0.4
+ pkgver = 0.4.11
pkgrel = 1
url = http://icecast.org/ices.php
install = ices0.install
@@ -14,9 +14,8 @@ pkgbase = ices0
depends = python2
depends = perl
options = !docs
- source = http://downloads.us.xiph.org/releases/ices/ices-0.4.tar.gz
- md5sums = d31450c4011561dae0229f071cb41cb6
- sha1sums = 427f39d3ac4a45e84222c8f8a4007767a754749c
+ source = https://github.com/Moonbase59/ices0/archive/v0.4.11.tar.gz
+ sha512sums = d31450c4011561dae0229f071cb41cb6
pkgname = ices0
diff --git a/PKGBUILD b/PKGBUILD
index 4f683a643e36..0c33d858c95f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,15 @@
pkgname=ices0
_pkgname=ices
-pkgver=0.4
+pkgver=0.4.11
pkgrel=1
pkgdesc="Source client for broadcasting in MP3 format to an Icecast2 server"
arch=('i686' 'x86_64')
license=('GPL')
url="http://icecast.org/ices.php"
depends=('libxml2' 'lame' 'libvorbis' 'libshout' 'python2' 'perl')
-source=(http://downloads.us.xiph.org/releases/$_pkgname/$_pkgname-$pkgver.tar.gz)
-md5sums=('d31450c4011561dae0229f071cb41cb6')
-sha1sums=('427f39d3ac4a45e84222c8f8a4007767a754749c')
+source=(https://github.com/Moonbase59/ices0/archive/v${pkgver}.tar.gz)
+sha512sums=('d31450c4011561dae0229f071cb41cb6')
options=('!docs')
install=$pkgname.install