qmmp:update to 1.1.9

This commit is contained in:
Francesco Marinucci 2017-06-03 16:47:09 +01:00
parent 3158d21303
commit c6c2983d21

View File

@ -1,7 +1,7 @@
### Remember to check if qmmp-plugin-pack needs to update ### ### Remember to check if qmmp-plugin-pack needs to update ###
pkgname=qmmp pkgname=qmmp
pkgver=1.1.8 pkgver=1.1.9
pkgrel=1 pkgrel=1
pkgdesc="Qt based audio-player" pkgdesc="Qt based audio-player"
arch=('x86_64') arch=('x86_64')
@ -28,10 +28,10 @@ categories=('multimedia')
screenshot=('http://qmmp.ylsoftware.com/images/qmmp-0.3.0_full_1.png') screenshot=('http://qmmp.ylsoftware.com/images/qmmp-0.3.0_full_1.png')
install=$pkgname.install install=$pkgname.install
source=("$pkgname-$pkgver::http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2") source=("$pkgname-$pkgver::http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2")
sha256sums=('17bc88d00ea0753e6fc7273592e894320f05cae807f7cc2c6a5351c73217f010') sha256sums=('e25bfc0fb4182793df81c6ec222d553183ccd3f61e5919d217c9c5d788f3df2e')
build() { build() {
cd ${srcdir}/$pkgname-$pkgver cd $pkgname-$pkgver
cmake . -DCMAKE_INSTALL_PREFIX=/usr \ cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_DIR=lib \ -DLIB_DIR=lib \
@ -40,7 +40,7 @@ build() {
} }
package() { package() {
cd ${srcdir}/$pkgname-$pkgver cd $pkgname-$pkgver
make DESTDIR=${pkgdir} install make DESTDIR=${pkgdir} install
} }