Date: Tuesday, March 22, 2022 @ 14:15:02 Author: heftig Revision: 440563
41.2-1 Modified: eog/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-22 13:48:18 UTC (rev 440562) +++ PKGBUILD 2022-03-22 14:15:02 UTC (rev 440563) @@ -2,8 +2,8 @@ # Contributor: Jan de Groot <[email protected]> pkgname=eog -pkgver=41.1 -pkgrel=2 +pkgver=41.2 +pkgrel=1 pkgdesc="Eye of Gnome: An image viewing and cataloging program" url="https://wiki.gnome.org/Apps/EyeOfGnome" arch=(x86_64) @@ -12,17 +12,18 @@ makedepends=(gobject-introspection gtk-doc git meson yelp-tools systemd) optdepends=('eog-plugins: Additional features') groups=(gnome) -_commit=54f6541e5dbd30e98756a8062d555ed0a8659b06 # tags/41.1^0 +options=(debug) +_commit=57e6500838c620aed158d94e723207c5463e0f70 # tags/41.2^0 source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit") sha256sums=('SKIP') pkgver() { - cd $pkgname + cd eog git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g' } build() { - arch-meson $pkgname build -D gtk_doc=true -D libportal=false + arch-meson eog build -D gtk_doc=true -D libportal=false meson compile -C build }
