Date: Tuesday, November 25, 2014 @ 13:43:33 Author: guillaume Revision: 227087
Upstream release 2.2.5 Modified: easytag/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-11-25 12:39:13 UTC (rev 227086) +++ PKGBUILD 2014-11-25 12:43:33 UTC (rev 227087) @@ -5,7 +5,7 @@ # Contributor: dorphell <dorph...@archlinux.org> pkgname=easytag -pkgver=2.2.4 +pkgver=2.2.5 pkgrel=1 pkgdesc='Simple application for viewing and editing tags in audio files' arch=('i686' 'x86_64') @@ -13,10 +13,10 @@ url='http://easytag.sourceforge.net/' makedepends=('intltool' 'itstool') depends=('id3lib' 'libid3tag' 'gtk3' 'libvorbis' 'flac' 'speex' 'wavpack' 'taglib' - 'desktop-file-utils' 'hicolor-icon-theme' 'opusfile') + 'desktop-file-utils' 'opusfile') install=${pkgname}.install source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('458329ab17e07fac5e92a2d732f0f4e9b12ea8aa31707506b39d3b2428d0c091') +sha256sums=('a6da3a094997fa225d1c01211b282f2d3c2dfd93a74f3bec24017bd5a13f3855') build() { cd "${srcdir}/${pkgname}-${pkgver}"