diff options
-rw-r--r-- | user/libshout/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/user/libshout/APKBUILD b/user/libshout/APKBUILD index f3b9e2796..1672399d8 100644 --- a/user/libshout/APKBUILD +++ b/user/libshout/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: pkgname=libshout -pkgver=2.4.2 +pkgver=2.4.3 pkgrel=0 pkgdesc="Library for accessing a Icecast server" url="http://www.icecast.org/" @@ -14,7 +14,6 @@ subpackages="$pkgname-doc $pkgname-dev" source="https://downloads.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -25,8 +24,7 @@ build() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="ae4b042009887de22d105eb8238f4362f6ff51bd645fd51b5a87c4b5e3f5fdc99e9f99f85c24ae2e9d23eab92b854a7e733bf9f8cc61a8362ce984f02a014e93 libshout-2.4.2.tar.gz" +sha512sums="fe36778c6640e620f27504cb21234940e18a65a33f9178bf7e77d4baf854a9affc82d85db8ed8c1c8e2d80399685d8be10106fff5be1ddf76e03e2ffeeed1d34 libshout-2.4.3.tar.gz" |