diff options
author | root <root@rshg054.dnsready.net> | 2013-10-26 01:22:45 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-26 01:22:45 -0700 |
commit | 24152c3ea77087edccf017c13d44904a75799ff7 (patch) | |
tree | 65e25106816e5071dd5b2edc2270e0138c23dc7c /extra/lame | |
parent | 5a3821aec094b38a412cf5e6997c08b6428d6f77 (diff) |
Sat Oct 26 01:21:13 PDT 2013
Diffstat (limited to 'extra/lame')
-rw-r--r-- | extra/lame/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/lame/PKGBUILD b/extra/lame/PKGBUILD index 7a090e7b4..6f5ffde79 100644 --- a/extra/lame/PKGBUILD +++ b/extra/lame/PKGBUILD @@ -1,18 +1,17 @@ -# $Id: PKGBUILD 151868 2012-03-03 15:54:16Z schiv $ +# $Id: PKGBUILD 197314 2013-10-25 02:23:01Z allan $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Ionut Biru <ibiru@archlinux.org> # Contributor: Hugo Doria <hugo@archlinux.org> pkgname=lame pkgver=3.99.5 -pkgrel=1 +pkgrel=2 pkgdesc="A high quality MPEG Audio Layer III (MP3) encoder" arch=('i686' 'x86_64') url="http://lame.sourceforge.net/" depends=('ncurses') makedepends=('nasm') license=('LGPL') -options=('!libtool') source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") md5sums=('84835b313d4a8b68f5349816d33e07ce') |