[arch-commits] Commit in gsettings-desktop-schemas/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Tue Mar 29 18:57:13 UTC 2022


    Date: Tuesday, March 29, 2022 @ 18:57:13
  Author: heftig
Revision: 440907

42.0-1

Modified:
  gsettings-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-29 18:56:03 UTC (rev 440906)
+++ PKGBUILD	2022-03-29 18:57:13 UTC (rev 440907)
@@ -4,21 +4,21 @@
 # Contributor: Adam Hani Schakaki (krzd) <krzd at krzd.net>
 
 pkgname=gsettings-desktop-schemas
-pkgver=41.0
+pkgver=42.0
 pkgrel=1
 pkgdesc="Shared GSettings schemas for the desktop"
+url="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas"
 arch=(any)
-url="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas"
 license=(GPL)
 depends=(glib2 dconf cantarell-fonts adobe-source-code-pro-fonts)
 makedepends=(gobject-introspection git meson)
-_commit=a5c0c7d363bcca5b0f3b6283b0a3e05ddc1c83ac  # tags/41.0^0
+_commit=a1f3cd8de0e3d67c826aebce35cc53f760836dca  # tags/42.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.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