Date: Monday, October 13, 2014 @ 21:36:56 Author: jlichtblau Revision: 120619
upgpkg: qmmp 0.8.2-1 Modified: qmmp/trunk/PKGBUILD qmmp/trunk/qmmp.changelog ----------------+ PKGBUILD | 14 +++++++------- qmmp.changelog | 3 +++ 2 files changed, 10 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-10-13 15:52:40 UTC (rev 120618) +++ PKGBUILD 2014-10-13 19:36:56 UTC (rev 120619) @@ -2,8 +2,8 @@ # Maintainer: Jaroslav Lichtblau <[email protected]> pkgname=qmmp -pkgver=0.8.1 -pkgrel=2 +pkgver=0.8.2 +pkgrel=1 pkgdesc="Qt4 based audio-player" arch=('i686' 'x86_64') url="http://qmmp.ylsoftware.com/" @@ -24,10 +24,10 @@ install=$pkgname.install changelog=$pkgname.changelog source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2) -sha256sums=('6b3f5f71edadee785541e712b344247dca830ab97118c6143a4330a2a223237b') +sha256sums=('a4b1d3cefc4e361f91a08c754abae150ababd5c182c389679946beb0d7f092ef') build() { - cd ${srcdir}/$pkgname-$pkgver + cd "${srcdir}"/$pkgname-$pkgver cmake . -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=/usr/lib @@ -35,10 +35,10 @@ } package() { - cd ${srcdir}/$pkgname-$pkgver - make DESTDIR=${pkgdir} install + cd "${srcdir}"/$pkgname-$pkgver + make DESTDIR="${pkgdir}" install if [[ $CARCH == 'x86_64' ]]; then - mv $pkgdir/usr/lib64 $pkgdir/usr/lib + mv "${pkgdir}"/usr/lib64 "${pkgdir}"/usr/lib fi } Modified: qmmp.changelog =================================================================== --- qmmp.changelog 2014-10-13 15:52:40 UTC (rev 120618) +++ qmmp.changelog 2014-10-13 19:36:56 UTC (rev 120619) @@ -1,3 +1,6 @@ +2014-10-13 Jaroslav Lichtblau <[email protected]> + * qmmp 0.8.2-1 + 2014-08-07 Jaroslav Lichtblau <[email protected]> * qmmp 0.8.1-1
