Date: Wednesday, December 9, 2015 @ 21:56:31 Author: heftig Revision: 255031
3.14.2 Modified: meld/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-09 20:56:26 UTC (rev 255030) +++ PKGBUILD 2015-12-09 20:56:31 UTC (rev 255031) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade <[email protected]> pkgname=meld -pkgver=3.14.1 -pkgrel=3 +pkgver=3.14.2 +pkgrel=1 pkgdesc='Visual diff and merge tool' url='http://meldmerge.org/' license=(GPL) @@ -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=('a2db7e96bbd99dc038de22fb5e5a0f94668b76c1') +sha1sums=('2339e0cec3b1859038f4272de018c95d6e54c4af') # Meld does not support Python 3. The build succeeds, but # the main executable checks the version and errors out.
