From b1593dd5b9319b08f16feef223d38e2a8535097a Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 9 Sep 2019 20:28:39 -0300 Subject: community/ices: drop python2-dev dep --- community/ices/APKBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'community/ices/APKBUILD') 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 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" -- cgit v1.2.3