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

Tobias Powalowski tpowa at archlinux.org
Thu Dec 31 10:23:55 UTC 2009


    Date: Thursday, December 31, 2009 @ 05:23:55
  Author: tpowa
Revision: 62045

upgpkg: alsa-lib 1.0.22-1
    bump to latest version

Modified:
  alsa-lib/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-31 10:23:40 UTC (rev 62044)
+++ PKGBUILD	2009-12-31 10:23:55 UTC (rev 62045)
@@ -2,7 +2,7 @@
 # Maintainer: judd <jvinet at zeroflux.org>
 
 pkgname=alsa-lib
-pkgver=1.0.21.a
+pkgver=1.0.22
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('i686' 'x86_64')
@@ -12,12 +12,12 @@
 makedepends=('python')
 license=('GPL')
 options=(!libtool)
-source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-1.0.21a.tar.bz2)
+source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
 
 build() {
-  cd $srcdir/$pkgname-1.0.21a
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=$pkgdir install
 }
-md5sums=('914685deb8c23cb4b940a4173cf8efe4')
+md5sums=('b28a12348905fb6915bc41f0edb2ecce')




More information about the arch-commits mailing list