summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingi Sung2023-02-22 06:30:47 +0000
committerMingi Sung2023-02-22 06:31:35 +0000
commitc7987b6d93917c36f83718f21a1a796871a782b7 (patch)
treeff7933d8e964f4415b5b719927c4e44f58e1e78d
parentc6832722595c757912bc6bd92620cc492d7888c8 (diff)
downloadaur-c7987b6d93917c36f83718f21a1a796871a782b7.tar.gz
Sync to gnone-43 & Add aarch64 support
Signed-off-by: Mingi Sung <fiestalake@disroot.org>
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb13dc673d72..88fc089f1ea8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = gnome-shell-performance
pkgdesc = Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync
- pkgver = 43.2+7+ga64cf7009
+ pkgver = 43.3+11+gc21095377
pkgrel = 1
epoch = 1
url = https://wiki.gnome.org/Projects/GnomeShell
arch = x86_64
+ arch = aarch64
groups = gnome
license = GPL
makedepends = gtk-doc
@@ -41,10 +42,10 @@ pkgbase = gnome-shell-performance
optdepends = gst-plugin-pipewire: Screen recording
optdepends = gnome-bluetooth-3.0: Bluetooth support
provides = gnome-shell
- provides = gnome-shell=43.2+7+ga64cf7009
- provides = gnome-shell=1:43.2+7+ga64cf7009
+ provides = gnome-shell=43.3+11+gc21095377
+ provides = gnome-shell=1:43.3+11+gc21095377
conflicts = gnome-shell
- source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=a64cf7009dcbdac3ba3abd6165f009b6b89bfd9e
+ source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=c21095377f4acdb46effad72477e2a87d555091d
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index cec9aff5adf3..c8dcee6d0a1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,12 +22,12 @@ _merge_requests_to_use=()
pkgname=gnome-shell-performance
_pkgname=gnome-shell
-pkgver=43.2+7+ga64cf7009
+pkgver=43.3+11+gc21095377
pkgrel=1
epoch=1
pkgdesc="Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync"
url="https://wiki.gnome.org/Projects/GnomeShell"
-arch=(x86_64)
+arch=(x86_64 aarch64)
license=(GPL)
depends=(accountsservice gcr-4 gjs upower gnome-session gtk4
gnome-settings-daemon gsettings-desktop-schemas libcanberra-pulse
@@ -46,7 +46,7 @@ optdepends=('gnome-control-center: System settings'
groups=(gnome)
provides=(gnome-shell gnome-shell=$pkgver gnome-shell=$epoch:$pkgver)
conflicts=(gnome-shell)
-_commit=a64cf7009dcbdac3ba3abd6165f009b6b89bfd9e # tags/43.2^7
+_commit=c21095377f4acdb46effad72477e2a87d555091d # tags/43.3^11
source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git")
sha256sums=('SKIP'