Date: Tuesday, May 19, 2020 @ 21:37:57 Author: heftig Revision: 386963
3.36.1-1 Modified: evince/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-19 21:03:19 UTC (rev 386962) +++ PKGBUILD 2020-05-19 21:37:57 UTC (rev 386963) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=evince -pkgver=3.36.0 +pkgver=3.36.1 pkgrel=1 pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex support with gedit, comics books (cbr,cbz,cb7 and cbt))" url="https://wiki.gnome.org/Apps/Evince" @@ -16,7 +16,7 @@ 'gvfs: bookmark support and session saving') provides=(libev{document,view}3.so) groups=(gnome) -_commit=605711b172378fb55192b984455e0af8e00b3181 # tags/3.36.0^0 +_commit=74f3bacf929b364d41d4d9c91fc836dc4541ed06 # tags/3.36.1^0 source=("git+https://gitlab.gnome.org/GNOME/evince.git#commit=$_commit") sha256sums=('SKIP') @@ -31,7 +31,7 @@ build() { arch-meson $pkgname build -D ps=enabled - ninja -C build + meson compile -C build } check() {
