[arch-commits] Commit in adwaita-icon-theme/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Tue Mar 29 18:54:06 UTC 2022


    Date: Tuesday, March 29, 2022 @ 18:54:06
  Author: heftig
Revision: 440903

42.0-1

Modified:
  adwaita-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-29 18:47:39 UTC (rev 440902)
+++ PKGBUILD	2022-03-29 18:54:06 UTC (rev 440903)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=adwaita-icon-theme
-pkgver=41.0
+pkgver=42.0
 pkgrel=1
 pkgdesc="GNOME standard icons"
 url="https://gitlab.gnome.org/GNOME/adwaita-icon-theme"
@@ -11,13 +11,13 @@
 license=(LGPL3 CCPL:by-sa)
 depends=(hicolor-icon-theme gtk-update-icon-cache librsvg)
 makedepends=(git gtk3)
-_commit=8670d0eb2414c1ac16d927da5d1a22142ba5e346  # tags/41.0^0
+_commit=1095485b06702dd0d2b232c5896e3e0d7340ad51  # tags/42.0^0
 source=("git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/\.rc/rc/;s/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list