Date: Wednesday, March 28, 2018 @ 02:23:31 Author: heftig Revision: 320477
3.19.0-1 Modified: meld/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-28 02:17:12 UTC (rev 320476) +++ PKGBUILD 2018-03-28 02:23:31 UTC (rev 320477) @@ -5,7 +5,7 @@ # Contributor: Douglas Soares de Andrade <[email protected]> pkgname=meld -pkgver=3.18.0 +pkgver=3.19.0 pkgrel=1 pkgdesc="Compare files, directories and working copies" url="http://meldmerge.org/" @@ -13,8 +13,8 @@ arch=(any) depends=(python-gobject python-cairo gtksourceview3 gsettings-desktop-schemas dconf) makedepends=(intltool itstool git) -_commit=012f03ce077557637e78f7b1390d789f169eeff0 # tags/3.18.0^0 -source=("git+https://git.gnome.org/browse/meld#commit=$_commit") +_commit=7900d9ab60bb41feef236756c622918e25d1e4ba # tags/3.19.0^0 +source=("git+https://gitlab.gnome.org/GNOME/meld.git#commit=$_commit") sha1sums=('SKIP') pkgver() {
