| author | Ray Rashif
<schiv@archlinux.org> 2012-05-02 16:52:10 UTC |
| committer | Ray Rashif
<schiv@archlinux.org> 2012-05-02 16:52:10 UTC |
| parent | e6b1b5638deb7674fac1c9566ec8d46ef6ab9ecc |
| PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 6038c89..9d3e050 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: dorphell <dorphell@archlinux.org> pkgname=audiofile -pkgver=0.3.3 +pkgver=0.3.4 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=('64c7a03023b4b181d997ff0b272d29e4') +md5sums=('2ed06d64ee552a2ce490f54351b86ccd') build() { cd "$srcdir/$pkgname-$pkgver"