Date: Sunday, November 24, 2019 @ 17:25:03 Author: heftig Revision: 533082
3.34.2-1 Modified: geary/trunk/PKGBUILD ----------+ PKGBUILD | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-24 17:16:11 UTC (rev 533081) +++ PKGBUILD 2019-11-24 17:25:03 UTC (rev 533082) @@ -3,7 +3,7 @@ # Contributor: Massimiliano Torromeo <[email protected]> pkgname=geary -pkgver=3.34.1 +pkgver=3.34.2 pkgrel=1 epoch=1 pkgdesc='A lightweight email client for the GNOME desktop' @@ -37,22 +37,19 @@ ) makedepends=( appstream-glib - cmake git - gnome-doc-utils gobject-introspection - intltool - itstool meson vala + yelp-tools ) -source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=e13a8ab722abcf3b010746368fe73f049dca45f1) -sha256sums=(SKIP) +_commit=5b5d6d9440d845e22870f253a16a9e4a797cd5ea # tags/3.34.2^0 +source=(git+https://gitlab.gnome.org/GNOME/geary.git#commit=$_commit) +sha256sums=('SKIP') pkgver() { cd geary - - git describe --tags + git describe --tags | sed 's/-/+/g' } build() { @@ -61,7 +58,7 @@ } package() { - DESTDIR="${pkgdir}" ninja -C build install + DESTDIR="$pkgdir" meson install -C build } # vim: ts=2 sw=2 et:
