[arch-commits] Commit in gala/trunk (PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Fri Nov 12 14:14:21 UTC 2021
Date: Friday, November 12, 2021 @ 14:14:21
Author: alucryd
Revision: 1043756
upgpkg: gala 6.2.1.r86.78a5f881-1
Modified:
gala/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-12 14:07:14 UTC (rev 1043755)
+++ PKGBUILD 2021-11-12 14:14:21 UTC (rev 1043756)
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
pkgname=gala
-pkgver=6.2.1
+pkgver=6.2.1.r86.78a5f881
pkgrel=1
pkgdesc='The Pantheon Window Manager'
arch=(x86_64)
@@ -45,8 +45,8 @@
vala
)
provides=(libgala.so)
-_tag=23069d6a81598e14db8a05bb619893aa19d96efd
-source=(git+https://github.com/elementary/gala.git#tag=${_tag})
+_commit=78a5f881ba329ea28ade0c3c91fe18521135877a
+source=(git+https://github.com/elementary/gala.git#commit=${_commit})
sha256sums=('SKIP')
prepare() {
@@ -55,7 +55,7 @@
pkgver() {
cd gala
- git describe --tags
+ git describe --tags | sed 's/^v//; s/-/.r/; s/-g/./'
}
build() {
More information about the arch-commits
mailing list