diff options
Diffstat (limited to 'extra/libogg/PKGBUILD')
-rw-r--r-- | extra/libogg/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/libogg/PKGBUILD b/extra/libogg/PKGBUILD index 8aa2a1105..11af89a4a 100644 --- a/extra/libogg/PKGBUILD +++ b/extra/libogg/PKGBUILD @@ -1,16 +1,15 @@ -# $Id: PKGBUILD 186983 2013-06-02 16:07:31Z tomegun $ +# $Id: PKGBUILD 198213 2013-10-30 13:29:40Z allan $ # Maintainer: Tom Gundersen <teg@jklm.no> # Contributor: John Proctor <jproctor@prium.net> pkgname=libogg pkgver=1.3.1 -pkgrel=1 +pkgrel=2 pkgdesc="Ogg bitstream and framing library" arch=('i686' 'x86_64' 'mips64el') url="http://www.xiph.org/ogg/" license=('BSD') depends=('glibc') -options=('!libtool') source=(http://downloads.xiph.org/releases/ogg/$pkgname-$pkgver.tar.xz config_types.h) |