Date: Sunday, March 8, 2020 @ 06:37:02 Author: heftig Revision: 377024
3.9.1-1 Modified: gthumb/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-08 06:35:37 UTC (rev 377023) +++ PKGBUILD 2020-03-08 06:37:02 UTC (rev 377024) @@ -3,7 +3,7 @@ # Contributor: Tobias Kieslich <[email protected]> pkgname=gthumb -pkgver=3.8.3 +pkgver=3.9.1 pkgrel=1 pkgdesc="Image browser and viewer for the GNOME Desktop" url="https://wiki.gnome.org/Apps/gthumb" @@ -10,7 +10,7 @@ arch=(x86_64) license=(GPL) depends=(dconf librsvg clutter-gtk gst-plugins-base-libs gsettings-desktop-schemas libwebp - libsecret libsoup webkit2gtk json-glib gtk3-print-backends) + libsecret libsoup webkit2gtk json-glib) makedepends=(libchamplain exiv2 brasero libraw liboauth docbook-xsl yelp-tools meson git) optdepends=('libraw: read RAW files' 'exiv2: metadata support' @@ -17,7 +17,7 @@ 'libchamplain: map viewer' 'brasero: burn discs' 'liboauth: web albums') -_commit=ca8f528209ab78935c30e42fe53bdf1a24f3cb44 # tags/3.8.3^0 +_commit=1752d0248290e7c93a1021de2e7837e612aff6f9 # tags/3.9.1^0 source=("git+https://gitlab.gnome.org/GNOME/gthumb.git#commit=$_commit") sha256sums=('SKIP')
