diff options
author | root <root@rshg054.dnsready.net> | 2012-08-28 00:08:58 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-08-28 00:08:58 +0000 |
commit | 559da5e6e5aff9ccc57e29b6a91c35a528424b6c (patch) | |
tree | 0e648ff39bc964f3bd675917b369124f8e1e0dee /community/qmmp/PKGBUILD | |
parent | feeabffe5469ebe2fde0e79802e470d007528b85 (diff) |
Tue Aug 28 00:08:57 UTC 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 3eddfd0e3..f1cc5061a 100644 --- a/community/qmmp/PKGBUILD +++ b/community/qmmp/PKGBUILD @@ -1,8 +1,8 @@ -#$Id: PKGBUILD 74573 2012-07-30 19:10:22Z jlichtblau $ +#$Id: PKGBUILD 75532 2012-08-26 20:15:34Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> pkgname=qmmp -pkgver=0.6.2 +pkgver=0.6.3 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=('c7638521e2ffb91beda11010a3f27958fc446b7e582e3d5e92c7dc5a751aa096') +sha256sums=('98f5b8121d475ead81c788ec9d5346c8da537e342c0d99eaff08586af4c92ca8') build() { cd ${srcdir}/$pkgname-$pkgver |