From bec32799094d2ee07f46a6c5d369603a79438ce6 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sat, 26 Apr 2014 04:02:52 +0000 Subject: Sat Apr 26 03:59:59 UTC 2014 --- community/kid3/PKGBUILD | 20 ++++++++++---------- community/kid3/kid3.changelog | 3 +++ 2 files changed, 13 insertions(+), 10 deletions(-) (limited to 'community/kid3') diff --git a/community/kid3/PKGBUILD b/community/kid3/PKGBUILD index 8e4efa056..c05e2c9d9 100644 --- a/community/kid3/PKGBUILD +++ b/community/kid3/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 101955 2013-12-02 22:15:37Z jlichtblau $ +# $Id: PKGBUILD 110169 2014-04-25 18:51:17Z jlichtblau $ # Maintainer: Jaroslav Lichtblau # Contributor: Alois Nespor pkgbase=kid3 pkgname=('kid3' 'kid3-qt') -pkgver=3.0.2 -pkgrel=2 +pkgver=3.1 +pkgrel=1 arch=('i686' 'x86_64') url="http://kid3.sourceforge.net/" license=('GPL') @@ -13,10 +13,10 @@ makedepends=('automoc4' 'cmake' 'docbook-xml' 'docbook-xsl' 'phonon-qt4' 'chroma install=$pkgbase.install changelog=$pkgbase.changelog source=(http://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz) -sha256sums=('31492e01039e78d2e73ba342a2d2c837395597eb48a101366b160c36fcdcfab4') +sha256sums=('08661266250670620a51e3d55b97b00fe545625c74f7cf0834b5308572ffcc51') build() { - cd ${srcdir} + cd "${srcdir}" [[ ! -d build ]] && mkdir build mkdir build-qt @@ -31,7 +31,7 @@ build() { make #kid3-qt - cd $srcdir/build-qt + cd "$srcdir"/build-qt cmake \ ../${pkgbase}-${pkgver} \ @@ -47,9 +47,9 @@ pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor, KDE version" depends=('chromaprint' 'id3lib' 'taglib' 'libmp4v2' 'kdebase-runtime') conflicts=('kid3-qt') - cd $srcdir/build + cd "$srcdir"/build - make DESTDIR=${pkgdir} install + make DESTDIR="${pkgdir}" install } package_kid3-qt() { @@ -58,7 +58,7 @@ depends=('chromaprint' 'id3lib' 'taglib' 'libmp4v2' 'qt4') conflicts=('kid3') provides=('kid3') - cd $srcdir/build-qt + cd "$srcdir"/build-qt - make DESTDIR=${pkgdir} install + make DESTDIR="${pkgdir}" install } diff --git a/community/kid3/kid3.changelog b/community/kid3/kid3.changelog index d71b20678..608436d29 100644 --- a/community/kid3/kid3.changelog +++ b/community/kid3/kid3.changelog @@ -1,3 +1,6 @@ +2014-04-25 Jaroslav Lichtblau + * kid3 3.1-1 + 2013-12-02 Jaroslav Lichtblau * kid3 3.0.2-2 FS#37642 fixed, package split -- cgit v1.2.3-54-g00ecf