summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2024-05-19 08:32:01 -0600
committerMark Wagie2024-05-19 08:32:01 -0600
commit5d3d0dc52c2d7ea19bc8131615c40c2874060bce (patch)
treeb818e3a347386de91b3dabcc396507b506348226 /PKGBUILD
parent0268c049369a67f6a1b5524c68448cbf947b701e (diff)
downloadaur-gnome-shell-extension-another-window-session-manager-git.tar.gz
remove workarounds
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 2 insertions, 12 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50aed07ca988..d90ed06f05e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=gnome-shell-extension-another-window-session-manager-git
-pkgver=46.r0.ga6640e3
-pkgrel=3
+pkgver=47.r0.gf2b7937
+pkgrel=1
pkgdesc="A GNOME shell extension to close open windows gracefully and save them as a session."
arch=('any')
url="https://github.com/nlpsuge/gnome-shell-extension-another-window-session-manager"
@@ -22,16 +22,6 @@ pkgver() {
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
-prepare() {
- cd "${pkgname%-git}"
-
- # GNOME 46
- # https://github.com/nlpsuge/gnome-shell-extension-another-window-session-manager/issues/103
- sed -i 's/add_actor/add_child/g' indicator.js
-
- sed -i 's/45/46/g' metadata.json
-}
-
build() {
cd "${pkgname%-git}"
gnome-extensions pack \