summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-06-30 10:48:58 -0600
committerMark Wagie2024-06-30 10:48:58 -0600
commit637c0ee428792995b4c50e071dbbc735f427ae95 (patch)
treea09217095c285fa66a0e36545f17b596ec00113c
parent2a5fb48fda136d9d6d58067c9484dd264bb31297 (diff)
downloadaur-gnome-shell-extension-pop-shell-git.tar.gz
specify branch manually
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1af6f64eea3c..ac580bc293ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-pop-shell-git
pkgdesc = GNOME Shell extension for advanced tiling window management
- pkgver = 1.2.0.r304.g9418d0a
+ pkgver = 1.2.0.r305.gcfa0c55
pkgrel = 1
url = https://github.com/pop-os/shell
arch = any
@@ -16,7 +16,7 @@ pkgbase = gnome-shell-extension-pop-shell-git
optdepends = gnome-shell-extensions: for Native Window Placment extension
provides = gnome-shell-extension-pop-shell
conflicts = gnome-shell-extension-pop-shell
- source = git+https://github.com/pop-os/shell.git
+ source = git+https://github.com/pop-os/shell.git#branch=master_noble
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 01152d912cff..b203368ea029 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vincent.Ducamps <aur@ducamps.eu>
# Co-Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=gnome-shell-extension-pop-shell-git
-pkgver=1.2.0.r304.g9418d0a
+pkgver=1.2.0.r305.gcfa0c55
pkgrel=1
pkgdesc="GNOME Shell extension for advanced tiling window management"
arch=('any')
@@ -13,7 +13,7 @@ optdepends=('gnome-control-center: keybinding categories'
'gnome-shell-extensions: for Native Window Placment extension')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=('git+https://github.com/pop-os/shell.git'
+source=('git+https://github.com/pop-os/shell.git#branch=master_noble'
'0001-Remove-schema-handling-from-transpile.sh.patch'
'50_org.gnome.desktop.wm.keybindings.pop-shell.gschema.override'
'50_org.gnome.mutter.pop-shell.gschema.override'