summaryrefslogtreecommitdiff
path: root/extra/easytag
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-14 03:52:55 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-14 03:52:55 +0000
commit7c266ff5a9e1f533fd8bd8c2fbbcc05df350dcd3 (patch)
treea65448ff1236d65a3fea9015e7cd01e6483eb282 /extra/easytag
parent3d6877ee9ee7bba813a4b6be30a11d2b1942c656 (diff)
Mon Apr 14 03:47:31 UTC 2014
Diffstat (limited to 'extra/easytag')
-rw-r--r--extra/easytag/PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/extra/easytag/PKGBUILD b/extra/easytag/PKGBUILD
index fe517e1ba..660e92a2c 100644
--- a/extra/easytag/PKGBUILD
+++ b/extra/easytag/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 206159 2014-02-20 12:56:10Z guillaume $
+# $Id: PKGBUILD 210272 2014-04-13 11:24:53Z guillaume $
# Maintainer: Guillaume ALAUX <guillaume@archlinux.org>
# Contributor: Kevin Piche <kevin@archlinux.org>
# Contributor: Aaron Griffin <aaron@archlinux.org>
# Contributor: dorphell <dorphell@archlinux.org>
pkgname=easytag
-pkgver=2.1.10
+pkgver=2.2.0
pkgrel=1
-pkgdesc='Utility for viewing and editing tags for most audio formats'
+pkgdesc='Simple application for viewing and editing tags in audio files'
arch=('i686' 'x86_64')
license=('GPL')
url='http://easytag.sourceforge.net/'
@@ -16,9 +16,7 @@ depends=('id3lib' 'libid3tag' 'gtk2' 'libvorbis' 'flac' 'speex' 'wavpack' 'tagli
'desktop-file-utils' 'hicolor-icon-theme')
install=${pkgname}.install
source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('fe73a27aa4ad0a2ddc183a84d923ac214aeaf4a5752cb8640a2f840d9dd023d9')
-
-# TODO either 'svn delete' patch about mime or add it back here
+sha256sums=('29589972a3a8beb7823df74f1e845c1e61ab46508425894fa46b72c86cad56f7')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"