diff options
Diffstat (limited to 'community/kid3')
-rw-r--r-- | community/kid3/PKGBUILD | 8 | ||||
-rw-r--r-- | community/kid3/kid3.changelog | 3 |
2 files changed, 7 insertions, 4 deletions
diff --git a/community/kid3/PKGBUILD b/community/kid3/PKGBUILD index 239bd6b55..270ecbee0 100644 --- a/community/kid3/PKGBUILD +++ b/community/kid3/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 84352 2013-02-16 22:50:30Z ioni $ +# $Id: PKGBUILD 86189 2013-03-12 21:45:28Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Alois Nespor <alois.nespor@gmail.com> pkgname=kid3 -pkgver=2.2.1 -pkgrel=2 +pkgver=2.3 +pkgrel=1 pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor for KDE" arch=('i686' 'x86_64') url="http://kid3.sourceforge.net/" @@ -15,7 +15,7 @@ options=('!makeflags') install=$pkgname.install changelog=$pkgname.changelog source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('2ac3ab6bbf8d2fdcc070a753ebdce868a5e9a2f0b3daddcc7c5b953ff39781b0') +sha256sums=('8426b40b065f5a968796d1ff92da8d7a96d67cd963df837ce30ff1cf795ae301') build() { cd ${pkgname}-${pkgver} diff --git a/community/kid3/kid3.changelog b/community/kid3/kid3.changelog index 7d608279b..9376c5d71 100644 --- a/community/kid3/kid3.changelog +++ b/community/kid3/kid3.changelog @@ -1,3 +1,6 @@ +2013-03-12 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * kid3 2.3-1 + 2012-12-16 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * kid3 2.2.1-1 |