Date: Monday, September 5, 2022 @ 18:06:21 Author: heftig Revision: 455053
3.22.0-1 Modified: meld/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-05 17:27:55 UTC (rev 455052) +++ PKGBUILD 2022-09-05 18:06:21 UTC (rev 455053) @@ -4,8 +4,8 @@ # Contributor: Douglas Soares de Andrade <[email protected]> pkgname=meld -pkgver=3.21.3 -pkgrel=2 +pkgver=3.22.0 +pkgrel=1 pkgdesc="Compare files, directories and working copies" url="https://meldmerge.org/" license=(GPL) @@ -13,7 +13,8 @@ depends=(python-gobject python-cairo gtksourceview4 gsettings-desktop-schemas dconf) makedepends=(meson yelp-tools git) -_commit=3f2842c666902bd96c2e0d9097c399542a7d9fe5 # tags/3.21.3^0 +checkdepends=(appstream-glib) +_commit=322f05876e841d1fa7a162d4c5a4e15226823b7c # tags/3.22.0^0 source=("git+https://gitlab.gnome.org/GNOME/meld.git#commit=$_commit") sha256sums=('SKIP') @@ -39,5 +40,4 @@ meson install -C build --destdir "$pkgdir" python -m compileall -d /usr/lib "$pkgdir/usr/lib" python -O -m compileall -d /usr/lib "$pkgdir/usr/lib" - chmod +x "$pkgdir/usr/bin/meld" }
