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

Jan Steffens heftig at gemini.archlinux.org
Sat Apr 2 22:08:01 UTC 2022


    Date: Saturday, April 2, 2022 @ 22:08:01
  Author: heftig
Revision: 441330

42.0-1

Modified:
  gnome-font-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-02 22:07:48 UTC (rev 441329)
+++ PKGBUILD	2022-04-02 22:08:01 UTC (rev 441330)
@@ -1,22 +1,23 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=gnome-font-viewer
-pkgver=41.0
+pkgver=42.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 libhandy)
+depends=(gtk4 gnome-desktop-4 libadwaita)
 makedepends=(git meson)
 groups=(gnome)
-_commit=6723c64b9aef44b6c6e36e6a1c66f3d587e649ce  # tags/41.0^0
+options=(debug)
+_commit=d1557c667507ec819048f901abb49c7dc05ee8ea  # tags/42.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-font-viewer.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 build() {



More information about the arch-commits mailing list