diff options
author | root <root@rshg054.dnsready.net> | 2012-07-09 00:02:00 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-09 00:02:00 +0000 |
commit | 6f492df5ae2ab0d2bd117d6f1c458d52e2e24585 (patch) | |
tree | 51e61122d46459be560a778ce76bdf527edf5334 /community/qmmp | |
parent | a522a5f63f3b5726081698bf742801fb1d242817 (diff) |
Mon Jul 9 00:02:00 UTC 2012
Diffstat (limited to 'community/qmmp')
-rw-r--r-- | community/qmmp/PKGBUILD | 6 | ||||
-rw-r--r-- | community/qmmp/qmmp.changelog | 12 |
2 files changed, 15 insertions, 3 deletions
diff --git a/community/qmmp/PKGBUILD b/community/qmmp/PKGBUILD index 021ad1b5b..adbc1062b 100644 --- a/community/qmmp/PKGBUILD +++ b/community/qmmp/PKGBUILD @@ -1,8 +1,8 @@ -#$Id: PKGBUILD 71311 2012-05-26 14:22:36Z jlichtblau $ +#$Id: PKGBUILD 73421 2012-07-07 13:08:40Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> pkgname=qmmp -pkgver=0.5.5 +pkgver=0.6.0 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=('525d7528c58c885e45149f698125dfff6bedca0e9af979b2490e3f0b902943a6') +sha256sums=('4e2c9cdfd630bb90b2c92cb3e2f95ac4239c7cf8f91c47ca4a5038dd519755fe') build() { cd ${srcdir}/$pkgname-$pkgver diff --git a/community/qmmp/qmmp.changelog b/community/qmmp/qmmp.changelog index 04be7b9e8..8012cc12c 100644 --- a/community/qmmp/qmmp.changelog +++ b/community/qmmp/qmmp.changelog @@ -1,3 +1,15 @@ +2012-07-07 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * qmmp 0.6.0-1 + +2012-07-07 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * qmmp 0.5.6-2 ffmpeg 0.11 rebuild + +2012-07-07 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * qmmp 0.5.6-1 + +2012-06-03 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * qmmp 0.5.5-2 ffmpeg 0.11 rebuild + 2012-05-26 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * qmmp 0.5.5-1 |