| author | Ray Rashif
<schiv@archlinux.org> 2012-02-04 16:07:55 UTC |
| committer | Ray Rashif
<schiv@archlinux.org> 2012-02-04 16:07:55 UTC |
| parent | 3da7cad2ad16728f59fb51187a8f4c212b8863c0 |
| PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 2978f99..6038c89 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: dorphell <dorphell@archlinux.org> pkgname=audiofile -pkgver=0.3.2 +pkgver=0.3.3 pkgrel=1 pkgdesc="Silicon Graphics Audio File Library" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('LGPL') depends=('gcc-libs' 'alsa-lib') options=('!libtool') source=("http://audiofile.68k.org/$pkgname-$pkgver.tar.gz") -md5sums=('cb2c4fe6e899e688ffe5d1568581cb63') +md5sums=('64c7a03023b4b181d997ff0b272d29e4') build() { cd "$srcdir/$pkgname-$pkgver"