Date: Monday, April 9, 2018 @ 20:52:07 Author: heftig Revision: 321426
3.28.1-1 Modified: eog/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-04-09 20:36:15 UTC (rev 321425) +++ PKGBUILD 2018-04-09 20:52:07 UTC (rev 321426) @@ -3,7 +3,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=eog -pkgver=3.28.0 +pkgver=3.28.1 pkgrel=1 pkgdesc="Eye of Gnome: An image viewing and cataloging program" url="https://wiki.gnome.org/Apps/EyeOfGnome" @@ -14,7 +14,7 @@ optdepends=('eog-plugins: Additional features') groups=(gnome) options=(!emptydirs) -_commit=8496917ea318b5f9e81b0b6d031fba721cdb7e51 # tags/3.28.0^0 +_commit=b2b1422b059a4b6465e8ecebbdeddec118bdafe8 # tags/3.28.1^0 source=("git+https://git.gnome.org/browse/eog#commit=$_commit") sha256sums=('SKIP') @@ -24,7 +24,7 @@ } build() { - arch-meson $pkgname build -Denable-gtk-doc=true + arch-meson $pkgname build -D gtk_doc=true ninja -C build }
