diff options
Diffstat (limited to 'extra/libshout/PKGBUILD')
-rw-r--r-- | extra/libshout/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libshout/PKGBUILD b/extra/libshout/PKGBUILD index 3a9561708..4022f7d0a 100644 --- a/extra/libshout/PKGBUILD +++ b/extra/libshout/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 168008 2012-10-05 06:33:28Z eric $ +# $Id: PKGBUILD 198232 2013-10-30 13:37:05Z allan $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: arjan <arjan@archlinux.org> # Contributor: Jason Chu <jchu@xentac.net> pkgname=libshout pkgver=2.3.1 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="Library for accessing a shoutcast/icecast server" arch=('i686' 'x86_64' 'mips64el') depends=('libvorbis' 'libtheora' 'speex') url="http://www.icecast.org/" -options=('!libtool' '!emptydirs') +options=('!emptydirs') license=('LGPL') source=("http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz") md5sums=('11765b2592e7ea623ccd93d3f8df172c') |