Jan Alexander Steffens 2 жил өмнө
parent
commit
6c06498cec
1 өөрчлөгдсөн 5 нэмэгдсэн , 5 устгасан
  1. 5 5
      PKGBUILD

+ 5 - 5
PKGBUILD

@@ -3,7 +3,7 @@
 # Contributor: Flamelab <panosfilip@gmail.com
 
 pkgname=gnome-shell
-pkgver=42.4
+pkgver=42.5
 pkgrel=1
 epoch=1
 pkgdesc="Next generation desktop shell"
@@ -23,7 +23,7 @@ optdepends=('gnome-control-center: System settings'
             'gst-plugin-pipewire: Screen recording')
 groups=(gnome)
 options=(debug)
-_commit=ca0a1c02152a95c3c0acb39d1f328d786d0d8c87  # tags/42.4^0
+_commit=84f0233bd51ce99271a5facd0cd58f21b47e9efc  # tags/42.5^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
         "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git")
 sha256sums=('SKIP'
@@ -51,8 +51,8 @@ build() {
 }
 
 _check() (
-  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
-  export XDG_RUNTIME_DIR
+  export XDG_RUNTIME_DIR="$PWD/runtime-dir"
+  mkdir -p -m 700 "$XDG_RUNTIME_DIR"
 
   meson test -C build --print-errorlogs
 )
@@ -67,4 +67,4 @@ package() {
   meson install -C build --destdir "$pkgdir"
 }
 
-# vim:set sw=2 et:
+# vim:set sw=2 sts=-1 et: