summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTaijian2021-11-14 21:46:36 +0100
committerTaijian2021-11-14 21:46:36 +0100
commitaca0f9d324690be55d162028082ee099391fee46 (patch)
tree34553e4e3e60ed0b80ba47049a84f4ff19443140 /PKGBUILD
parente21b720160d69bcef3c08cd3a3ab6db406f64c77 (diff)
downloadaur-aca0f9d324690be55d162028082ee099391fee46.tar.gz
update to 41.0+r15
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a720a87ebc18..66427ec5933b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_pkgbase=gdm
pkgbase=gdm-plymouth
pkgname=(gdm-plymouth libgdm-plymouth)
-pkgver=41.0
+pkgver=41.0+r15+g23ebe6171
pkgrel=1
pkgdesc="Display manager and login screen with plymouth support"
url="https://wiki.gnome.org/Projects/GDM"
@@ -16,7 +16,7 @@ license=(GPL)
depends=(plymouth gnome-shell gnome-session upower systemd xorg-xrdb xorg-server xorg-xhost libxdmcp)
makedepends=(yelp-tools gobject-introspection git docbook-xsl meson)
checkdepends=(check)
-_commit=536491641156ba88beab2c881278b09e52df6813 # tags/41.0^0
+_commit=23ebe617119506a0614f1bd2c76cd9bcf7e8fb7c # main
source=("git+https://gitlab.gnome.org/GNOME/gdm.git#commit=$_commit"
0001-Xsession-Don-t-start-ssh-agent-by-default.patch
0002-pam-arch-Drop-pam_faillock-counting-from-fingerprint.patch
@@ -28,7 +28,7 @@ sha256sums=('SKIP'
pkgver() {
cd $_pkgbase
- git describe --tags | sed 's/\.rc/rc/;s/-/+/g'
+ git describe --tags | sed 's/\.rc/rc/;s/[^-]*-g/r&/;s/-/+/g'
}
prepare() {