Date: Thursday, October 27, 2022 @ 15:03:43 Author: heftig Revision: 459373
43.1-1 Modified: evince/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-27 14:49:27 UTC (rev 459372) +++ PKGBUILD 2022-10-27 15:03:43 UTC (rev 459373) @@ -3,7 +3,7 @@ pkgbase=evince pkgname=(evince evince-lib-docs) -pkgver=43.0 +pkgver=43.1 pkgrel=1 pkgdesc="Document viewer (PDF, PostScript, XPS, djvu, dvi, tiff, cbr, cbz, cb7, cbt)" url="https://wiki.gnome.org/Apps/Evince" @@ -14,7 +14,7 @@ gvfs) makedepends=(texlive-bin gobject-introspection gi-docgen git meson appstream-glib yelp-tools) options=(debug) -_commit=b5dc8d0da342e441d71f9ee0da0a2815d16545a6 # tags/43.0^0 +_commit=47461d6dfbf2bb5d183f8db5dc43d205b68241e6 # tags/43.1^0 source=("git+https://gitlab.gnome.org/GNOME/evince.git#commit=$_commit") sha256sums=('SKIP') @@ -29,7 +29,6 @@ build() { local meson_options=( - -D nautilus=false -D ps=enabled )
