diff options
author | root <root@rshg054.dnsready.net> | 2013-10-06 02:15:56 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-06 02:15:56 -0700 |
commit | d3bff0fc1a69eb487b5d45b168c018f44a53b223 (patch) | |
tree | 4bbffc2cb628fc9218eb9ebf990a16a2631b1bcb /community/qmmp/PKGBUILD | |
parent | 2143b499940459b3dd7e8c6afbd6a2d9b776bc6c (diff) |
Sun Oct 6 02:13:39 PDT 2013
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 1cf72bb4b..d53624260 100644 --- a/community/qmmp/PKGBUILD +++ b/community/qmmp/PKGBUILD @@ -1,8 +1,8 @@ -#$Id: PKGBUILD 97772 2013-09-29 15:11:39Z jlichtblau $ +#$Id: PKGBUILD 98072 2013-10-05 17:15:55Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> pkgname=qmmp -pkgver=0.7.2 +pkgver=0.7.3 pkgrel=1 pkgdesc="Qt4 based audio-player" arch=('i686' 'x86_64') @@ -24,7 +24,7 @@ optdepends=('flac: native FLAC support' install=$pkgname.install changelog=$pkgname.changelog source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2) -sha256sums=('8e6b50ced58e247972060bb5a5156ea2c74b03f33df92e87591d09f685b82081') +sha256sums=('57e4e1a00450a5a094b290df5410f8ab5a80da364ad3f1402835573cb0b75562') build() { cd ${srcdir}/$pkgname-$pkgver |