summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2020-12-13 23:14:04 +0800
committerYour Name2020-12-13 23:14:04 +0800
commit258c7eee84602987c3ef47aa732150ed2991c2ab (patch)
tree4cbe4aaafb2e41fdeb5054c07a77655cfba2444b
parentfeed433d5eab8f8d6fd69046467f81f960152b1c (diff)
downloadaur-258c7eee84602987c3ef47aa732150ed2991c2ab.tar.gz
3.38.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2df73707705..0b6068adcb94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-performance
pkgdesc = Next generation desktop shell
- pkgver = 3.38.1+15+gc555f19b1
+ pkgver = 3.38.2
pkgrel = 1
epoch = 1
url = https://wiki.gnome.org/Projects/GnomeShell
@@ -39,10 +39,10 @@ pkgbase = gnome-shell-performance
optdepends = gnome-control-center: System settings
optdepends = evolution-data-server: Evolution calendar integration
provides = gnome-shell
- provides = gnome-shell=3.38.1+15+gc555f19b1
- provides = gnome-shell=1:3.38.1+15+gc555f19b1
+ provides = gnome-shell=3.38.2
+ provides = gnome-shell=1:3.38.2
conflicts = gnome-shell
- source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=c555f19b10c3193e02815f13951348a437034113
+ source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=a24fe843fbde6c2c6f7cd32c4ff1cae19a27473d
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b3b942ca2edb..5b0283752d7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ _merge_requests_to_use=('536' '1440') # safe pick
pkgname=gnome-shell-performance
_pkgname=gnome-shell
-pkgver=3.38.1+15+gc555f19b1
+pkgver=3.38.2
pkgrel=1
epoch=1
pkgdesc="Next generation desktop shell"
@@ -32,7 +32,7 @@ groups=(gnome)
provides=(gnome-shell gnome-shell=$pkgver gnome-shell=$epoch:$pkgver)
conflicts=(gnome-shell)
install=$pkgname.install
-_commit=c555f19b10c3193e02815f13951348a437034113 # tags/3.38.1^15
+_commit=a24fe843fbde6c2c6f7cd32c4ff1cae19a27473d # tags/3.38.2^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'
@@ -54,7 +54,7 @@ pick_mr() {
echo "Reverting $1..."
git revert "$2" --no-commit
elif [ "$3" = "patch" ]; then
- if [ -e ../"$2" ]; then
+ if [ -e ../"$2" ]; then
echo "Patching with $2..."
patch -Np1 -i ../"$2"
else