summaryrefslogtreecommitdiff
path: root/community/kid3
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-26 04:02:52 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-26 04:02:52 +0000
commitbec32799094d2ee07f46a6c5d369603a79438ce6 (patch)
tree6cfdca109dc01f74d281de3cc7098783a479b023 /community/kid3
parent2e237e087ac1a2449690b7dfdfed1e406838feaf (diff)
Sat Apr 26 03:59:59 UTC 2014
Diffstat (limited to 'community/kid3')
-rw-r--r--community/kid3/PKGBUILD20
-rw-r--r--community/kid3/kid3.changelog3
2 files changed, 13 insertions, 10 deletions
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 <dragonlord@aur.archlinux.org>
# Contributor: Alois Nespor <alois.nespor@gmail.com>
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 <dragonlord@aur.archlinux.org>
+ * kid3 3.1-1
+
2013-12-02 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* kid3 3.0.2-2 FS#37642 fixed, package split