[arch-commits] Commit in libshout/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Fri Oct 5 06:32:55 UTC 2012


    Date: Friday, October 5, 2012 @ 02:32:55
  Author: eric
Revision: 168007

upgpkg: libshout 1:2.3.1-1

Upstream update

Modified:
  libshout/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-05 05:24:05 UTC (rev 168006)
+++ PKGBUILD	2012-10-05 06:32:55 UTC (rev 168007)
@@ -4,7 +4,7 @@
 # Contributor: Jason Chu <jchu at 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 @@
 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() {




More information about the arch-commits mailing list