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

Allan McRae allan at archlinux.org
Sun Mar 15 08:52:36 UTC 2009


    Date: Sunday, March 15, 2009 @ 04:52:36
  Author: allan
Revision: 29967

upgpkg: openal 1.7.411-1

Modified:
  openal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-15 02:54:25 UTC (rev 29966)
+++ PKGBUILD	2009-03-15 08:52:36 UTC (rev 29967)
@@ -3,7 +3,7 @@
 # Maintainer: dorphell <dorphell at archlinux.org>
 
 pkgname=openal
-pkgver=1.6.372
+pkgver=1.7.411
 pkgrel=1
 pkgdesc="OpenAL audio library for use with opengl"
 arch=('i686' 'x86_64')
@@ -12,8 +12,9 @@
 depends=('glibc')
 makedepends=('alsa-lib' 'sdl' 'pkgconfig' 'cmake')
 options=('!libtool')
-source=(http://connect.creativelabs.com/openal/Downloads/openal-soft-${pkgver}.tar.bz2)
-md5sums=('8dc255ba24859953335a0402a644c4ca')
+# upstream mis-named their file...
+source=(openal-soft-${pkgver}.tar.bz2::http://connect.creativelabs.com/openal/Downloads/openal-soft-${pkgver}.bz2)
+md5sums=('e8a14e6e0591b943c078c0616da0d413')
 
 build() {
   cd ${startdir}/src/${pkgname}-soft-${pkgver}




More information about the arch-commits mailing list