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

Jan Steffens heftig at gemini.archlinux.org
Mon Apr 4 18:51:49 UTC 2022


    Date: Monday, April 4, 2022 @ 18:51:49
  Author: heftig
Revision: 441537

14.0.3-1

Modified:
  gucharmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-04 18:50:56 UTC (rev 441536)
+++ PKGBUILD	2022-04-04 18:51:49 UTC (rev 441537)
@@ -2,23 +2,24 @@
 # Contributor: Jan De Groot <jgc at archlinux.org>
 
 pkgname=gucharmap
-pkgver=14.0.1
+pkgver=14.0.3
 pkgrel=1
 pkgdesc="Gnome Unicode Charmap"
 url="https://wiki.gnome.org/Apps/Gucharmap"
 arch=(x86_64)
-license=(GPL)
-depends=(dconf gtk3)
+license=(GPL3)
+depends=(gtk3)
 makedepends=(gtk-doc gobject-introspection yelp-tools appdata-tools git meson
              unicode-character-database unzip vala)
 provides=(libgucharmap_2_90.so)
-_commit=3efb47b75b61d7c6db7e48d72f7aa8c4d4365011  # tags/14.0.1^0
+options=(debug)
+_commit=c5ed6328814952e7a6e7997d02697119dc52eb90  # tags/14.0.3^0
 source=("git+https://gitlab.gnome.org/GNOME/gucharmap.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list