[arch-commits] Commit in gala/trunk (PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Mon Jul 19 12:44:24 UTC 2021
Date: Monday, July 19, 2021 @ 12:44:22
Author: alucryd
Revision: 978632
upgpkg: gala 6.0.0-1
Modified:
gala/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-19 12:39:01 UTC (rev 978631)
+++ PKGBUILD 2021-07-19 12:44:22 UTC (rev 978632)
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
pkgname=gala
-pkgver=3.3.2.r134.c74298b4
+pkgver=6.0.0
pkgrel=1
pkgdesc='The Pantheon Window Manager'
arch=(x86_64)
@@ -19,6 +19,7 @@
json-glib
libdrm
libgee
+ libgexiv2
libgl
libgranite.so
libx11
@@ -44,14 +45,13 @@
vala
)
provides=(libgala.so)
-_commit=c74298b49c3d3be2ff3df5d7f6990d8d7fea52f6
-source=(git+https://github.com/elementary/gala.git#commit=${_commit})
+_tag=70408457186a03d61d975386ce7a25beb86191af
+source=(git+https://github.com/elementary/gala.git#commit=${_tag})
sha256sums=(SKIP)
pkgver() {
cd gala
-
- git describe --tags | sed 's/-/.r/; s/-g/./'
+ git describe --tags
}
build() {
More information about the arch-commits
mailing list