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

Maxime Gauduin alucryd at gemini.archlinux.org
Tue Aug 23 08:08:22 UTC 2022


    Date: Tuesday, August 23, 2022 @ 08:08:21
  Author: alucryd
Revision: 1274931

upgpkg: pop-icon-theme 3.3.0-1

Modified:
  pop-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-23 08:01:39 UTC (rev 1274930)
+++ PKGBUILD	2022-08-23 08:08:21 UTC (rev 1274931)
@@ -2,7 +2,7 @@
 # Contributor: Christopher Reimer <mail at c-reimer.de>
 
 pkgname=pop-icon-theme
-pkgver=2.1.0.r2490.c64e51453d
+pkgver=3.3.0
 pkgrel=1
 pkgdesc='System76 Pop Icon Theme'
 arch=(any)
@@ -19,7 +19,7 @@
 
 pkgver() {
   cd pop-icon-theme
-  echo 2.1.0.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)
+  git describe --tags | sed 's/^v//;s/-/.r/;s/-g/./'
 }
 
 build() {



More information about the arch-commits mailing list