diff options
author | root <root@rshg054.dnsready.net> | 2012-11-15 01:46:35 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-15 01:46:35 -0800 |
commit | 2264379d37a6a00a3ecec1fd03c5dd4796078d49 (patch) | |
tree | c7d44781aab3d74058a981f8e9035eee06f8f5bc /community/qmmp/PKGBUILD | |
parent | 6fa5f08247aef1f757f376ef12bd4a6257c124f2 (diff) |
Thu Nov 15 01:46:22 PST 2012
Diffstat (limited to 'community/qmmp/PKGBUILD')
-rw-r--r-- | community/qmmp/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/qmmp/PKGBUILD b/community/qmmp/PKGBUILD index f1cc5061a..83207b2a3 100644 --- a/community/qmmp/PKGBUILD +++ b/community/qmmp/PKGBUILD @@ -1,8 +1,8 @@ -#$Id: PKGBUILD 75532 2012-08-26 20:15:34Z jlichtblau $ +#$Id: PKGBUILD 79921 2012-11-14 19:18:29Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> pkgname=qmmp -pkgver=0.6.3 +pkgver=0.6.4 pkgrel=1 pkgdesc="Qt4 based audio-player" arch=('i686' 'x86_64') @@ -22,7 +22,7 @@ optdepends=('flac: native FLAC support' 'ffmpeg' 'libsamplerate' 'wavpack') install=$pkgname.install source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2) -sha256sums=('98f5b8121d475ead81c788ec9d5346c8da537e342c0d99eaff08586af4c92ca8') +sha256sums=('3db8a38da74ed4a8551c9215f4984f83831d5a4602e1daaf42fcb48313a73372') build() { cd ${srcdir}/$pkgname-$pkgver |