diff options
Diffstat (limited to 'extra/a52dec/PKGBUILD')
-rw-r--r-- | extra/a52dec/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/a52dec/PKGBUILD b/extra/a52dec/PKGBUILD index 40c9e7366..399550ddf 100644 --- a/extra/a52dec/PKGBUILD +++ b/extra/a52dec/PKGBUILD @@ -1,17 +1,16 @@ -# $Id: PKGBUILD 191306 2013-07-23 13:24:20Z jgc $ +# $Id: PKGBUILD 197290 2013-10-25 01:17:05Z allan $ # Maintainer: # Contributor: Thomas Baechler <thomas@archlinux.org> # Contributor: Sarah Hay <sarahhay@mb.sympatico.ca> pkgname=a52dec pkgver=0.7.4 -pkgrel=7 +pkgrel=8 pkgdesc="A free library for decoding ATSC A/52 streams" url="http://liba52.sourceforge.net/" arch=('i686' 'x86_64' 'mips64el') license=('GPL2') depends=('glibc') -options=(!libtool) source=("http://liba52.sourceforge.net/files/${pkgname}-${pkgver}.tar.gz" 'a52dec-0.7.4-build.patch' 'configure.patch') |