aboutsummaryrefslogtreecommitdiffstats
path: root/community/ices
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-09 20:28:39 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-09 21:22:13 -0300
commitb1593dd5b9319b08f16feef223d38e2a8535097a (patch)
treef8c1103d05f1cc12ec3769f5d6c97e565c09235c /community/ices
parent29a19cc9b3da8422effde6cc74ce892dcf41c7ed (diff)
community/ices: drop python2-dev dep
Diffstat (limited to 'community/ices')
-rw-r--r--community/ices/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/community/ices/APKBUILD b/community/ices/APKBUILD
index 942d776097a..8ed76e089f3 100644
--- a/community/ices/APKBUILD
+++ b/community/ices/APKBUILD
@@ -2,15 +2,15 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=ices
pkgver=2.0.2
-pkgrel=4
+pkgrel=5
pkgdesc="Source client for broadcasting in MP3 format to an icecast2 server"
url="http://icecast.org/ices.php"
arch="all"
license="GPL-2.0-or-later"
makedepends="libogg-dev libxml2-dev libvorbis-dev libshout-dev alsa-lib-dev
- lame-dev perl-dev python2-dev linux-headers"
+ lame-dev perl-dev linux-headers"
subpackages="$pkgname-doc"
-source="http://downloads.us.xiph.org/releases/ices/$pkgname-$pkgver.tar.gz"
+source="http://downloads.us.xiph.org/releases/ices/ices-$pkgver.tar.gz"
replaces="ices2"
prepare() {
@@ -35,6 +35,4 @@ package() {
make -C conf DESTDIR="$pkgdir" install
}
-md5sums="d2f53320ebc7b468d0e0f8a3d2b70883 ices-2.0.2.tar.gz"
-sha256sums="7bf7a9c5bce1b6465df8dd1491e303544990006b8ef01f8ba8eeb38844588859 ices-2.0.2.tar.gz"
sha512sums="b8d55e4cb7498576aec42c69cea6410e4fc0b2ffb8559575b35b8cb7857b769dbb5633ac206eebd74068bbbac60b4642847c9b261786463e1c46b8930add3d1b ices-2.0.2.tar.gz"