summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTérence Clastres2021-05-14 23:49:09 +0200
committerTérence Clastres2021-05-14 23:49:09 +0200
commit0bd51b2ec665303a2a098e6cd988be34843de3f8 (patch)
tree0400ffd1e5d4c4a2223acd5e824040bd13b1a3d8
parent460e67d5ccd6bd99de0b8ce4a0a4a23a0d4f7bbe (diff)
downloadaur-0bd51b2ec665303a2a098e6cd988be34843de3f8.tar.gz
Sync with [extra]
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac80445391c8..cf00c561606b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-performance
pkgdesc = Next generation desktop shell
- pkgver = 40.0+47+g119653249
+ pkgver = 40.1
pkgrel = 1
epoch = 1
url = https://wiki.gnome.org/Projects/GnomeShell
@@ -42,10 +42,10 @@ pkgbase = gnome-shell-performance
optdepends = gnome-control-center: System settings
optdepends = evolution-data-server: Evolution calendar integration
provides = gnome-shell
- provides = gnome-shell=40.0+47+g119653249
- provides = gnome-shell=1:40.0+47+g119653249
+ provides = gnome-shell=40.1
+ provides = gnome-shell=1:40.1
conflicts = gnome-shell
- source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=c17dc9c8ecba0b542aab75f13da238f7b0690031
+ source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=8e644ec39b5ac5b3fd22ceff3a7c0f8d897aa1da
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ce1aaa76e45b..39f2c613d415 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ _merge_requests_to_use=()
pkgname=gnome-shell-performance
_pkgname=gnome-shell
-pkgver=40.0+47+g119653249
+pkgver=40.1
pkgrel=1
epoch=1
pkgdesc="Next generation desktop shell"
@@ -34,7 +34,7 @@ groups=(gnome)
provides=(gnome-shell gnome-shell=$pkgver gnome-shell=$epoch:$pkgver)
conflicts=(gnome-shell)
install=$pkgname.install
-_commit=c17dc9c8ecba0b542aab75f13da238f7b0690031 # master
+_commit=8e644ec39b5ac5b3fd22ceff3a7c0f8d897aa1da # tags/40.1^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'
@@ -162,5 +162,5 @@ check() (
package() {
depends+=(libmutter-8.so)
- DESTDIR="$pkgdir" meson install -C build
+ meson install -C build --destdir "pkgdir"
}