summaryrefslogtreecommitdiff
path: root/extra/libshout
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-06 00:25:32 -0700
committerroot <root@rshg054.dnsready.net>2012-10-06 00:25:32 -0700
commite7552010f531ef1b114352f0ce71a307360bf1d4 (patch)
treed37bd67211f2dc084113f36b80f2b4b5b9622aa5 /extra/libshout
parent777466db27694f0cad10a7159ba66f2a2b39a516 (diff)
Sat Oct 6 00:25:32 PDT 2012
Diffstat (limited to 'extra/libshout')
-rw-r--r--extra/libshout/PKGBUILD8
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() {