[arch-commits] Commit in gthumb/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Sep 27 21:44:01 UTC 2020


    Date: Sunday, September 27, 2020 @ 21:44:01
  Author: heftig
Revision: 396823

3.10.1-1

Modified:
  gthumb/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-27 21:43:26 UTC (rev 396822)
+++ PKGBUILD	2020-09-27 21:44:01 UTC (rev 396823)
@@ -1,10 +1,10 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 # Contributor: Jan de Groot <jgc at archlinux.org>
 # Contributor: Tobias Kieslich <tobias at justdreams.de>
 
 pkgname=gthumb
-pkgver=3.10.0
-pkgrel=2
+pkgver=3.10.1
+pkgrel=1
 pkgdesc="Image browser and viewer for the GNOME Desktop"
 url="https://wiki.gnome.org/Apps/gthumb"
 arch=(x86_64)
@@ -17,7 +17,7 @@
             'libchamplain: map viewer'
             'brasero: burn discs'
             'liboauth: web albums')
-_commit=79a6e71a41b2d7782872d345f4c18eba03e7e9ef  # tags/3.10.0^0
+_commit=b970e14ed87872911f1dfce3e5c00bf3e924c42a  # tags/3.10.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gthumb.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -32,7 +32,7 @@
 
 build() {
   arch-meson $pkgname build -D libchamplain=true
-  ninja -C build
+  meson compile -C build
 }
 
 check() {



More information about the arch-commits mailing list