Skip to content

Instantly share code, notes, and snippets.

@shurizzle
Last active October 12, 2023 01:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shurizzle/a24ae4d6e89c177da128baa09833e147 to your computer and use it in GitHub Desktop.
Save shurizzle/a24ae4d6e89c177da128baa09833e147 to your computer and use it in GitHub Desktop.
diff --git a/PKGBUILD b/PKGBUILD
index 5b6337a..b6bfa35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-shell-extension-x11gestures
_uuid=x11gestures@joseexposito.github.io
-pkgver=17
+pkgver=18
pkgrel=1
pkgdesc="Enable GNOME Shell multi-touch gestures on X11"
arch=(any)
@@ -12,7 +12,7 @@ depends=(gnome-shell touchegg)
install=$pkgname.install
source=($_uuid-$pkgver.zip::https://github.com/JoseExposito/$pkgname/releases/download/$pkgver/$_uuid.zip)
noextract=($_uuid-$pkgver.zip)
-sha256sums=(f4a1ecd14406b31300536f20bc33e7f1746a05f40b5609b80382ba0b44b50b27)
+sha256sums=(8cccd38a84ca9270eb51972d02d55ec7069c58d34a198b00d56ef6364728a9ff)
package() {
bsdtar -xf "$srcdir"/$_uuid-$pkgver.zip \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment