aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD6
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd670319a7f2..f913ecc17dd6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-disable-workspace-switcher-popup-git
pkgdesc = Gnome Shell 3 extension that disables the arrow displayed during workspace switching.
- pkgver = 9b4e2bb
+ pkgver = 486e131
pkgrel = 1
url = https://github.com/windsorschmidt/disable-workspace-switcher-popup
arch = any
diff --git a/.gitignore b/.gitignore
index ce2fba6c7c78..a33ae68f087d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
*.pkg.tar.xz
+*.pkg.tar.zst
gnome-shell-extension-disable-workspace-switcher-popup-git
diff --git a/PKGBUILD b/PKGBUILD
index 06fc045d4e9c..f460cbbf364d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Paulo Diovani <paulo AT diovani DOT com>
pkgname=gnome-shell-extension-disable-workspace-switcher-popup-git
-pkgver=9b4e2bb
+pkgver=486e131
pkgrel=1
pkgdesc="Gnome Shell 3 extension that disables the arrow displayed during workspace switching."
arch=('any')
@@ -21,6 +21,6 @@ package() {
cd "$pkgname"
# mkdir -p "$pkgdir/usr/share/gnome-shell/extensions/"
# cp -R "disable-workspace-switcher-popup@github.com" "$pkgdir/usr/share/gnome-shell/extensions"
- mkdir -p "$pkgdir/usr/share/gnome-shell/extensions/disable-workspace-switcher-popup@github.com"
- cp extension.js metadata.json "$pkgdir/usr/share/gnome-shell/extensions/disable-workspace-switcher-popup@github.com"
+ mkdir -p "$pkgdir/usr/share/gnome-shell/extensions"
+ cp -r disable-workspace-switcher-popup@github.com "$pkgdir/usr/share/gnome-shell/extensions/"
}