[arch-commits] Commit in gtk-theme-elementary/trunk (PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Wed Jul 21 06:53:19 UTC 2021
Date: Wednesday, July 21, 2021 @ 06:53:19
Author: alucryd
Revision: 981516
upgpkg: gtk-theme-elementary 6.0.0-1
Modified:
gtk-theme-elementary/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-21 06:50:36 UTC (rev 981515)
+++ PKGBUILD 2021-07-21 06:53:19 UTC (rev 981516)
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
pkgname=gtk-theme-elementary
-pkgver=5.4.2
+pkgver=6.0.0
pkgrel=1
pkgdesc='elementary GTK theme'
arch=(any)
@@ -11,14 +11,15 @@
makedepends=(
git
meson
+ sassc
)
optdepends=('gtk-engine-murrine: GTK2 theme')
-source=(gtk-theme-elementary::git+https://github.com/elementary/stylesheet.git#tag=7902bdb8a4c49128870ab785f6fe3d035e1edfee)
+_tag=96d50ee5fe3d71a6179e3c2d55bb22aa07e01574
+source=(gtk-theme-elementary::git+https://github.com/elementary/stylesheet.git#tag=${_tag})
sha256sums=(SKIP)
pkgver() {
cd gtk-theme-elementary
-
git describe --tags
}
More information about the arch-commits
mailing list