Date: Saturday, July 4, 2020 @ 19:56:14 Author: heftig Revision: 390847
3.36.3-1 Modified: eog/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-04 19:56:11 UTC (rev 390846) +++ PKGBUILD 2020-07-04 19:56:14 UTC (rev 390847) @@ -1,8 +1,8 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Jan de Groot <[email protected]> pkgname=eog -pkgver=3.36.2 +pkgver=3.36.3 pkgrel=1 pkgdesc="Eye of Gnome: An image viewing and cataloging program" url="https://wiki.gnome.org/Apps/EyeOfGnome" @@ -12,7 +12,7 @@ makedepends=(gobject-introspection gtk-doc git meson yelp-tools) optdepends=('eog-plugins: Additional features') groups=(gnome) -_commit=1239e83e3e3bffa63efddd1cafa9ce1dde4b6931 # tags/3.36.2^0 +_commit=c0741db6b21a514ed4d0771766b69716cdf6f6ae # tags/3.36.3^0 source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit") sha256sums=('SKIP') @@ -23,7 +23,7 @@ build() { arch-meson $pkgname build -D gtk_doc=true - ninja -C build + meson compile -C build } check() {
