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

Hugo Doria hugo at archlinux.org
Mon Sep 29 21:15:37 UTC 2008


    Date: Monday, September 29, 2008 @ 17:15:09
  Author: hugo
Revision: 13922

upgpkg: lame 3.98.2-1

Modified:
  lame/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-29 21:08:33 UTC (rev 13921)
+++ PKGBUILD	2008-09-29 21:15:09 UTC (rev 13922)
@@ -1,21 +1,22 @@
 # $Id$
 # Maintainer: Hugo Doria <hugo at archlinux.org>
 # Contributor: Hugo Doria <hugo at archlinux.org>
+
 pkgname=lame
-pkgver=3.98
-pkgrel=2
+pkgver=3.98.2
+pkgrel=1
 pkgdesc="An MP3 encoder and graphical frame analyzer"
 arch=('i686' 'x86_64')
 url="http://lame.sourceforge.net/"
 depends=('ncurses')
 makedepends=('nasm')
 license=('LGPL')
-source=(http://downloads.sourceforge.net/sourceforge/lame/lame-398.tar.gz \
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-398-2.tar.gz \
 	shared-frontend.patch)
-md5sums=('f44b9f8e1b5d8835d0a77f9cc9cedd1c' 'e7fc0e6d82dd35a01411be96fc8effab')
+md5sums=('719dae0ee675d0c16e0e89952930ed35' 'e7fc0e6d82dd35a01411be96fc8effab')
 
 build() {
-  cd $startdir/src/$pkgname-398
+  cd $startdir/src/$pkgname-398-2
   ./configure --prefix=/usr --enable-nasm --enable-shared
   make || return 1
   make DESTDIR=$startdir/pkg install




More information about the arch-commits mailing list