summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 634f01436285..8c921bfa0cec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gnome-shell-extension-alt-tab-scroll-workaround
pkgdesc = Temporary fix for a bug that buffers the scroll between different windows (e.g., Chrome and VS Code)
- pkgver = 5
+ pkgver = 7
pkgrel = 1
url = https://github.com/lucasresck/gnome-shell-extension-alt-tab-scroll-workaround
arch = any
license = GPL3
depends = gnome-shell
- source = gnome-shell-extension-alt-tab-scroll-workaround-5.tar.gz::https://github.com/lucasresck/gnome-shell-extension-alt-tab-scroll-workaround/archive/refs/tags/v5.tar.gz
- sha512sums = fc41c68a05e764432f6ff1a70aedf965607d81b9fe48f29c1fe231f016daf184365579279f42b88e91b069da5eede438d4bfb4d68e8a3e3ff9ea7f98a034f415
+ source = gnome-shell-extension-alt-tab-scroll-workaround-7.tar.gz::https://github.com/lucasresck/gnome-shell-extension-alt-tab-scroll-workaround/archive/refs/tags/v7.tar.gz
+ sha512sums = 568f33f00dbf8190ac6293094078c160df678fc10e5161fb47db88031db1665c339245715870e8ea8083d9983d80a618f5ce60dfecce1918ba65c4c8efaa4617
pkgname = gnome-shell-extension-alt-tab-scroll-workaround
diff --git a/PKGBUILD b/PKGBUILD
index 6bae8fd52c6c..f2ff09cb5d7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ɓukasz Moroz <lukaszmoroz@gmail.com>
pkgname=gnome-shell-extension-alt-tab-scroll-workaround
-pkgver=5
+pkgver=7
pkgrel=1
pkgdesc="Temporary fix for a bug that buffers the scroll between different windows (e.g., Chrome and VS Code)"
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/lucasresck/gnome-shell-extension-alt-tab-scroll-workarou
license=('GPL3')
depends=('gnome-shell')
source=("$pkgname-$pkgver.tar.gz::https://github.com/lucasresck/gnome-shell-extension-alt-tab-scroll-workaround/archive/refs/tags/v$pkgver.tar.gz")
-sha512sums=('fc41c68a05e764432f6ff1a70aedf965607d81b9fe48f29c1fe231f016daf184365579279f42b88e91b069da5eede438d4bfb4d68e8a3e3ff9ea7f98a034f415')
+sha512sums=('568f33f00dbf8190ac6293094078c160df678fc10e5161fb47db88031db1665c339245715870e8ea8083d9983d80a618f5ce60dfecce1918ba65c4c8efaa4617')
package() {
cd "$pkgname-$pkgver"