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

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


    Date: Tuesday, August 23, 2022 @ 08:09:11
  Author: alucryd
Revision: 1274933

upgpkg: pop-gtk-theme 5.5.1-1

Modified:
  pop-gtk-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-23 08:08:31 UTC (rev 1274932)
+++ PKGBUILD	2022-08-23 08:09:11 UTC (rev 1274933)
@@ -5,8 +5,8 @@
 # Contributor: Carl George <carl at george.computer>
 
 pkgname=pop-gtk-theme
-pkgver=5.4.5
-pkgrel=3
+pkgver=5.5.1
+pkgrel=1
 pkgdesc='System76 Pop GTK+ Theme'
 arch=(any)
 url=https://github.com/pop-os/gtk-theme
@@ -28,10 +28,15 @@
   'ttf-fira-sans: Interface font'
   'ttf-roboto-slab: Document font'
 )
-_tag=61bc35d62c74d819854af8a88e5aae206a8bb9de
-source=(pop-gtk-theme::git+https://github.com/pop-os/gtk-theme.git#tag=${_tag})
+_commit=7ba5da8541d79603ab621d684e55b364783fbc11
+source=(pop-gtk-theme::git+https://github.com/pop-os/gtk-theme.git#commit=${_commit})
 b2sums=(SKIP)
 
+pkgver() {
+  cd pop-gtk-theme
+  git describe --tags | sed 's/^v//;s/-/.r/;s/-g/./'
+}
+
 build() {
   arch-meson pop-gtk-theme build
   meson compile -C build



More information about the arch-commits mailing list