Date: Monday, April 8, 2019 @ 20:58:23 Author: heftig Revision: 350398
3.32.1-1 Modified: eog/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-08 19:36:59 UTC (rev 350397) +++ PKGBUILD 2019-04-08 20:58:23 UTC (rev 350398) @@ -2,7 +2,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=eog -pkgver=3.32.0 +pkgver=3.32.1 pkgrel=1 pkgdesc="Eye of Gnome: An image viewing and cataloging program" url="https://wiki.gnome.org/Apps/EyeOfGnome" @@ -9,11 +9,11 @@ arch=(x86_64) license=(GPL) depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg dconf) -makedepends=(intltool itstool gobject-introspection gtk-doc gnome-common git meson) +makedepends=(gobject-introspection gtk-doc git meson yelp-tools) optdepends=('eog-plugins: Additional features') groups=(gnome) options=(!emptydirs) -_commit=18a8ea186b32f76d1fbdad3d88693f4d7d8a3deb # tags/3.32.0^0 +_commit=7232643597ef9dab966a102596ea6e43638e09fb # tags/3.32.1^0 source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit") sha256sums=('SKIP') @@ -28,7 +28,7 @@ } check() { - meson test -C build + meson test -C build --print-errorlogs } package() {
