summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Yang2021-03-17 13:35:05 -0500
committerTim Yang2021-03-17 13:35:05 -0500
commit2e7749a3d2c67f6cabbafaca65225a6bded4b47d (patch)
tree9e117c8cb703a404eb1335aa212a8a8ed3b2069c
parentc4bb4d97572aef6e24afa6bf27e1629161cab354 (diff)
downloadaur-2e7749a3d2c67f6cabbafaca65225a6bded4b47d.tar.gz
Update to upstream v2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e22e73459d5..f54ac3c8935c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-x11gestures
pkgdesc = Enable GNOME Shell multi-touch gestures on X11
- pkgver = 1
+ pkgver = 2
pkgrel = 1
url = https://github.com/JoseExposito/gnome-shell-extension-x11gestures
install = gnome-shell-extension-x11gestures.install
@@ -9,8 +9,8 @@ pkgbase = gnome-shell-extension-x11gestures
depends = gnome-shell
depends = touchegg
noextract = x11gestures@joseexposito.github.io.zip
- source = https://github.com/JoseExposito/gnome-shell-extension-x11gestures/releases/download/1/x11gestures@joseexposito.github.io.zip
- sha256sums = 8389378b48f67e2510db582da4dfa3d97a5653f224a2695f32c740577c44bf51
+ source = https://github.com/JoseExposito/gnome-shell-extension-x11gestures/releases/download/2/x11gestures@joseexposito.github.io.zip
+ sha256sums = 065cd60ae902a5f020b020e01d718870ca508f9a111e88ff7d439a930bf393b2
pkgname = gnome-shell-extension-x11gestures
diff --git a/PKGBUILD b/PKGBUILD
index 18c51ae218a7..6a29b2ce9745 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-shell-extension-x11gestures
_uuid=x11gestures@joseexposito.github.io
-pkgver=1
+pkgver=2
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=(https://github.com/JoseExposito/$pkgname/releases/download/$pkgver/$_uuid.zip)
noextract=($_uuid.zip)
-sha256sums=(8389378b48f67e2510db582da4dfa3d97a5653f224a2695f32c740577c44bf51)
+sha256sums=(065cd60ae902a5f020b020e01d718870ca508f9a111e88ff7d439a930bf393b2)
package() {
bsdtar -xf "$srcdir"/$_uuid.zip \