summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-04-04 11:05:08 -0600
committerMark Wagie2024-04-04 11:05:08 -0600
commitbc5ed512cb5a148272ace10ed93279b6b349e702 (patch)
tree97f7cb7e2c1394eb3e4d9fdb05230a5fb3ba086f
parenta57803713b217c3c61c6e13733c8e7fd451df4ac (diff)
downloadaur-gnome-shell-extension-pop-shell.tar.gz
upstream fixes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b06e7fd2a64..6ee86a2b7d40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-pop-shell
pkgdesc = GNOME Shell extension for advanced tiling window management
- pkgver = 1.2.0+304+g9418d0a
+ pkgver = 1.2.0+305+gcfa0c55
pkgrel = 1
url = https://github.com/pop-os/shell
arch = any
@@ -14,7 +14,7 @@ pkgbase = gnome-shell-extension-pop-shell
depends = xorg-xprop
optdepends = gnome-control-center: keybinding categories
optdepends = gnome-shell-extensions: for Native Window Placment extension
- source = git+https://github.com/pop-os/shell.git#commit=9418d0a9af7c9b30b61ac3eeb5ca432a3ad3e651
+ source = git+https://github.com/pop-os/shell.git#commit=cfa0c55e84b7ce339e5ce83832f76fee17e99d51
source = 0001-Remove-schema-handling-from-transpile.sh.patch
source = 50_org.gnome.desktop.wm.keybindings.pop-shell.gschema.override
source = 50_org.gnome.mutter.pop-shell.gschema.override
diff --git a/PKGBUILD b/PKGBUILD
index ad6a309ee44c..583bb7ae01a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
# Contributor: Vincent.Ducamps <aur@ducamps.win>
pkgname=gnome-shell-extension-pop-shell
-pkgver=1.2.0+304+g9418d0a
+pkgver=1.2.0+305+gcfa0c55
pkgrel=1
pkgdesc="GNOME Shell extension for advanced tiling window management"
arch=('any')
@@ -11,7 +11,7 @@ depends=('fd' 'gnome-shell' 'pop-launcher' 'pop-shell-shortcuts' 'xorg-xprop')
makedepends=('typescript' 'git')
optdepends=('gnome-control-center: keybinding categories'
'gnome-shell-extensions: for Native Window Placment extension')
-_commit=9418d0a9af7c9b30b61ac3eeb5ca432a3ad3e651 # branch/master_mantic
+_commit=cfa0c55e84b7ce339e5ce83832f76fee17e99d51 # branch/master_mantic
source=("git+https://github.com/pop-os/shell.git#commit=${_commit}"
'0001-Remove-schema-handling-from-transpile.sh.patch'
'50_org.gnome.desktop.wm.keybindings.pop-shell.gschema.override'