[arch-commits] Commit in gala/trunk (PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Wed Nov 24 12:07:58 UTC 2021
Date: Wednesday, November 24, 2021 @ 12:07:57
Author: alucryd
Revision: 1054644
upgpkg: gala 6.3.0-1
Modified:
gala/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-24 12:03:05 UTC (rev 1054643)
+++ PKGBUILD 2021-11-24 12:07:57 UTC (rev 1054644)
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
pkgname=gala
-pkgver=6.2.1.r86.78a5f881
+pkgver=6.3.0
pkgrel=1
pkgdesc='The Pantheon Window Manager'
arch=(x86_64)
@@ -45,9 +45,9 @@
vala
)
provides=(libgala.so)
-_commit=78a5f881ba329ea28ade0c3c91fe18521135877a
-source=(git+https://github.com/elementary/gala.git#commit=${_commit})
-sha256sums=('SKIP')
+_tag=7fb2bef718dc29591f419a66a2027cc14626ad4c
+source=(git+https://github.com/elementary/gala.git#tag=${_tag})
+b2sums=(SKIP)
prepare() {
cd gala
@@ -55,7 +55,7 @@
pkgver() {
cd gala
- git describe --tags | sed 's/^v//; s/-/.r/; s/-g/./'
+ git describe --tags
}
build() {
@@ -64,7 +64,7 @@
}
package() {
- meson install -C build --destdir "$pkgdir"
+ meson install -C build --destdir "${pkgdir}"
}
# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list