[arch-commits] Commit in gnome-session/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Wed Jan 12 18:10:26 UTC 2022
Date: Wednesday, January 12, 2022 @ 18:10:26
Author: heftig
Revision: 434306
41.3-1
Modified:
gnome-session/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-12 18:05:43 UTC (rev 434305)
+++ PKGBUILD 2022-01-12 18:10:26 UTC (rev 434306)
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
pkgname=gnome-session
-pkgver=40.1.1
+pkgver=41.3
pkgrel=1
pkgdesc="The GNOME Session Handler"
url="https://gitlab.gnome.org/GNOME/gnome-session"
@@ -11,13 +11,13 @@
json-glib libgl libsm libxtst)
makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson)
groups=(gnome)
-_commit=eace95defb1b285952452dfd2a790d39181d762e # tags/40.1.1^0
+_commit=6ee8e22f0f7bc4d5c364b3b6ac7ef0bfb8e2ec7b # tags/41.3^0
source=("git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
cd $pkgname
- git describe --tags | sed 's/\.beta/beta/;s/-/+/g'
+ git describe --tags | sed 's/\.beta/beta/;s/[^-]*-g/r&/;s/-/+/g'
}
prepare() {
@@ -34,5 +34,5 @@
}
package() {
- DESTDIR="$pkgdir" meson install -C build
+ meson install -C build --destdir "$pkgdir"
}
More information about the arch-commits
mailing list