Date: Saturday, August 23, 2014 @ 11:25:56 Author: heftig Revision: 220583
3.11.3 Modified: meld/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-08-23 09:23:37 UTC (rev 220582) +++ PKGBUILD 2014-08-23 09:25:56 UTC (rev 220583) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade <[email protected]> pkgname=meld -pkgver=3.11.2 -pkgrel=3 +pkgver=3.11.3 +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=('9d2dfe0579241ff8f4e9681945fb9cd229947edc') +sha1sums=('c5ad856bbbd554394c25781ecc25c32e6a51d075') # Meld does not support Python 3. The build succeeds, but # the main executable checks the version and errors out.
