diff options
Diffstat (limited to 'extra/libshout/PKGBUILD')
-rw-r--r-- | extra/libshout/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libshout/PKGBUILD b/extra/libshout/PKGBUILD index c99afeaeb..d2f0f675d 100644 --- a/extra/libshout/PKGBUILD +++ b/extra/libshout/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 149753 2012-02-10 04:20:16Z eric $ +# $Id: PKGBUILD 168008 2012-10-05 06:33:28Z eric $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: arjan <arjan@archlinux.org> # Contributor: Jason Chu <jchu@xentac.net> pkgname=libshout -pkgver=2.3.0 +pkgver=2.3.1 pkgrel=1 epoch=1 pkgdesc="Library for accessing a shoutcast/icecast server" @@ -14,12 +14,12 @@ url="http://www.icecast.org/" options=('!libtool' '!emptydirs') license=('LGPL') source=("http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('976a5979505f3de4026ae7fffb10754b') +md5sums=('11765b2592e7ea623ccd93d3f8df172c') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var - make LDFLAGS+=-lspeex + make } package() { |