Date: Sunday, July 28, 2013 @ 04:54:08 Author: bisson Revision: 191617
upstream update Modified: meld/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-07-27 20:19:26 UTC (rev 191616) +++ PKGBUILD 2013-07-28 02:54:08 UTC (rev 191617) @@ -3,21 +3,22 @@ # Contributor: Douglas Soares de Andrade <[email protected]> pkgname=meld -pkgver=1.7.3 +pkgver=1.7.4 pkgrel=1 pkgdesc='Visual diff and merge tool' -arch=('any') url='http://meldmerge.org/' license=('GPL') +arch=('any') depends=('pygtk' 'hicolor-icon-theme' 'desktop-file-utils') makedepends=('intltool' 'gnome-doc-utils') optdepends=('pygtksourceview2: syntax highlighting' 'python2-dbus: open a new tab in an already running instance' 'python2-gconf: gnome integration') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('17c1230512b4b788c4b7b0c6bbd72b10c1005a810c1c9c8db9a0bf1cb1f7d56f') + install=meld.install options=('!emptydirs') -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('752eeb3908af23320a11ecbd27a72ac67f381dabd4c52ca7e0c86f9dda74718f') prepare() { cd $pkgname-$pkgver
