Date: Saturday, October 3, 2015 @ 23:29:01 Author: heftig Revision: 248314
3.14.1 Modified: meld/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-03 21:20:11 UTC (rev 248313) +++ PKGBUILD 2015-10-03 21:29:01 UTC (rev 248314) @@ -5,7 +5,7 @@ # Contributor: Douglas Soares de Andrade <[email protected]> pkgname=meld -pkgver=3.14.0 +pkgver=3.14.1 pkgrel=1 pkgdesc='Visual diff and merge tool' url='http://meldmerge.org/' @@ -17,7 +17,7 @@ gsettings-desktop-schemas) optdepends=('python2-dbus: open a new tab in an already running instance') source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz") -sha1sums=('69aa58ebf5356f1f9d39079b8c32f60139f5d63e') +sha1sums=('a2db7e96bbd99dc038de22fb5e5a0f94668b76c1') # Meld does not support Python 3. The build succeeds, but # the main executable checks the version and errors out.
