summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaijian2022-04-07 08:25:35 +0200
committerTaijian2022-04-07 08:25:35 +0200
commit890e96d0d1e84f98ce6afd9c540f5f1295e0a9da (patch)
tree5d524e10d9be1025ad6bdd0f75e861f0514ddbe2
parentdb4ade57bfb511af80d6b6e3731fea2ec7ba7257 (diff)
downloadaur-890e96d0d1e84f98ce6afd9c540f5f1295e0a9da.tar.gz
update to v42.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40e01dcbafcf..f7217d7830e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gdm-plymouth
pkgdesc = Display manager and login screen with plymouth support
- pkgver = 41.3
- pkgrel = 2
+ pkgver = 42.0
+ pkgrel = 1
url = https://wiki.gnome.org/Projects/GDM
arch = x86_64
license = GPL
@@ -21,7 +21,8 @@ pkgbase = gdm-plymouth
depends = xorg-xhost
depends = libxdmcp
depends = libcanberra
- source = git+https://gitlab.gnome.org/GNOME/gdm.git#commit=cb49bac2fe1160094eae360f985e54073be3c49a
+ options = debug
+ source = git+https://gitlab.gnome.org/GNOME/gdm.git#commit=55f5724789f9f8e85af310c69d8f7096b8e730e8
source = 0001-Xsession-Don-t-start-ssh-agent-by-default.patch
sha256sums = SKIP
sha256sums = 39a7e1189d423dd428ace9baac77ba0442c6706a861d3c3db9eb3a6643e223f8
diff --git a/PKGBUILD b/PKGBUILD
index 84c1e68ccdc6..a6108855c48f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
_pkgbase=gdm
pkgbase=gdm-plymouth
pkgname=(gdm-plymouth libgdm-plymouth)
-pkgver=41.3
-pkgrel=2
+pkgver=42.0
+pkgrel=1
pkgdesc="Display manager and login screen with plymouth support"
url="https://wiki.gnome.org/Projects/GDM"
arch=(x86_64)
@@ -16,7 +16,8 @@ license=(GPL)
depends=(plymouth gnome-shell gnome-session upower systemd xorg-xrdb xorg-server xorg-xhost libxdmcp libcanberra)
makedepends=(yelp-tools gobject-introspection git docbook-xsl meson)
checkdepends=(check)
-_commit=cb49bac2fe1160094eae360f985e54073be3c49a # tags/41.3^0
+options=(debug)
+_commit=55f5724789f9f8e85af310c69d8f7096b8e730e8 # tags/42.0^0
source=("git+https://gitlab.gnome.org/GNOME/gdm.git#commit=$_commit"
0001-Xsession-Don-t-start-ssh-agent-by-default.patch)
sha256sums=('SKIP'
@@ -24,7 +25,7 @@ sha256sums=('SKIP'
pkgver() {
cd $_pkgbase
- git describe --tags | sed 's/\.rc/rc/;s/[^-]*-g/r&/;s/-/+/g'
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
}
prepare() {