diff options
author | root <root@rshg054.dnsready.net> | 2012-02-05 23:15:10 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-05 23:15:10 +0000 |
commit | bdb5b3e66f6afa586ea147f69af5e4ba388f7615 (patch) | |
tree | 4374282e7b40f1decf8ecb78f004114498208361 /extra/audiofile/PKGBUILD | |
parent | 359d940358dec836dd0acfe9d9caf0b1ff0a97fe (diff) |
Sun Feb 5 23:15:10 UTC 2012
Diffstat (limited to 'extra/audiofile/PKGBUILD')
-rw-r--r-- | extra/audiofile/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/audiofile/PKGBUILD b/extra/audiofile/PKGBUILD index 75624cdea..71e00454d 100644 --- a/extra/audiofile/PKGBUILD +++ b/extra/audiofile/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 144340 2011-12-04 20:03:38Z schiv $ +# $Id: PKGBUILD 148634 2012-02-04 16:08:33Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org> # 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') @@ -12,7 +12,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" |