diff --git a/qmmp/PKGBUILD b/qmmp/PKGBUILD index 9d9a484a0..1c3928c40 100644 --- a/qmmp/PKGBUILD +++ b/qmmp/PKGBUILD @@ -1,13 +1,13 @@ ### Remember to check if qmmp-plugin-pack needs to update ### pkgname=qmmp -pkgver=0.9.2 +pkgver=1.0.0 pkgrel=1 pkgdesc="Qt based audio-player" arch=('x86_64') url="http://qmmp.ylsoftware.com/" license=('GPL') -depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg' 'qt' 'taglib' 'xdg-utils') +depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg' 'qt5-base' 'qt5-tools' 'qt5-x11extras' 'taglib' 'xdg-utils') makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'ffmpeg' 'libsamplerate' 'libmodplug' 'libsndfile' 'wavpack' 'libcdio' 'oss' 'mesa' 'faad2' 'libgme' 'libcddb' 'libmms') optdepends=('flac: native FLAC support' @@ -27,7 +27,7 @@ categories=('multimedia') screenshot=('http://qmmp.ylsoftware.com/images/qmmp-0.3.0_full_1.png') install=$pkgname.install source=("http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2") -sha512sums=('fc6cb0ec4bbf52e2ceb9e87a3585f25bd58b3a323ef07ddb9fd9f21a065ef0f5deb0b014f29b9648fe9e0a8b412f3b04643f8128638558089a25d867577690ad') +sha512sums=('cdaeaf0202c03e745e9f32ff1068830410691d827a9775588d5679ac551960565df9125014549a7fc1b5f59a99bcbd86db901289d87675b642b84928f4dd1bd0') build() { cd ${srcdir}/$pkgname-$pkgver