[arch-commits] Commit in gnome-font-viewer/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Thu Mar 25 22:35:17 UTC 2021


    Date: Thursday, March 25, 2021 @ 22:35:16
  Author: heftig
Revision: 410991

40.0-1

Modified:
  gnome-font-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-25 22:35:13 UTC (rev 410990)
+++ PKGBUILD	2021-03-25 22:35:16 UTC (rev 410991)
@@ -1,16 +1,16 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=gnome-font-viewer
-pkgver=3.34.0+27+g5ffd1ba
+pkgver=40.0
 pkgrel=1
 pkgdesc="A font viewer utility for GNOME"
 url="https://gitlab.gnome.org/GNOME/gnome-font-viewer"
 arch=(x86_64)
 license=(GPL)
-depends=(gtk3 gnome-desktop)
+depends=(gtk3 gnome-desktop libhandy)
 makedepends=(git meson)
 groups=(gnome)
-_commit=5ffd1bae5061587c500dbc7569ff83820e5142be  # master
+_commit=582be4681447e7d7f3d012d0224ddf07fee10ef2  # tags/40.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-font-viewer.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -21,7 +21,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {



More information about the arch-commits mailing list