diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-22 11:48:08 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-22 11:48:08 -0300 |
commit | dfccf2688839095bf2917186529e15f438a86a27 (patch) | |
tree | 79e7fcbe95952d0361e4d69590ce1dc6fde15468 /community/kid3 | |
parent | ddb6519616b89709bff2278f935b735e67426504 (diff) | |
parent | 859f538490d5f7a35356c8813cf5757b175eea98 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/mingw32-binutils/PKGBUILD
community/numlockx/PKGBUILD
community/slock/PKGBUILD
extra/graphviz/PKGBUILD
Diffstat (limited to 'community/kid3')
-rw-r--r-- | community/kid3/PKGBUILD | 10 | ||||
-rw-r--r-- | community/kid3/kid3.changelog | 3 |
2 files changed, 8 insertions, 5 deletions
diff --git a/community/kid3/PKGBUILD b/community/kid3/PKGBUILD index 298d6fff9..8960ffefa 100644 --- a/community/kid3/PKGBUILD +++ b/community/kid3/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 55325 2011-09-09 23:42:21Z jlichtblau $ +# $Id: PKGBUILD 58975 2011-11-20 18:17:53Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Alois Nespor <alois.nespor@gmail.com> pkgname=kid3 -pkgver=2.0 +pkgver=2.0.1 pkgrel=1 pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor for KDE" arch=('i686' 'x86_64' 'mips64el') url="http://kid3.sourceforge.net/" license=('GPL') -depends=('id3lib' 'kdebase-runtime' 'kdelibs' 'tunepimp') -makedepends=('automoc4' 'cmake' 'docbook-xml' 'docbook-xsl') +depends=('id3lib' 'qt' 'tunepimp') +makedepends=('automoc4' 'cmake' 'docbook-xml' 'docbook-xsl' 'kdelibs') options=('!makeflags') install=$pkgname.install changelog=$pkgname.changelog source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('bdf4ff4f929d7ad6d5b0a6b2661e76ac83216ae94d84a7886f68011c3b7110cd') +sha256sums=('32c3bdf5a3f170076e46c5f3b9523f688e8ea6265d22d2264c1bcd318da9f32e') build() { cd ${srcdir} diff --git a/community/kid3/kid3.changelog b/community/kid3/kid3.changelog index 0d001bcb8..824a2406a 100644 --- a/community/kid3/kid3.changelog +++ b/community/kid3/kid3.changelog @@ -1,3 +1,6 @@ +2011-11-20 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * kid3 2.0.1-1 + 2011-09-09 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * kid3 2.0-1 |