summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEwout van Mansom2022-11-30 20:09:28 +0100
committerEwout van Mansom2022-11-30 20:09:28 +0100
commit4e15237443fd016fe48bfa055501d091a0c67033 (patch)
tree27ce83db4a82d25d1a78d3cc38ad5ba3e7d481da
parent9c67e4283bde2eb0453c918201c19b965ce53fcf (diff)
downloadaur-4e15237443fd016fe48bfa055501d091a0c67033.tar.gz
change extension uuid again
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81cd6d924d0d..5d9e0cee69d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-jiggle
pkgdesc = Gnome extension that highlights the cursor position when the mouse is moved rapidly.
pkgver = 8+r38+g436d1cf
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/jeffchannell/jiggle
arch = any
groups = gnome-shell-extensions
diff --git a/PKGBUILD b/PKGBUILD
index 6db54b6e5d72..920c9287dd6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Ewout van Mansom <ewout@vanmansom.name>
_extname=jiggle
-_uuid=jiggle@jeffchannell
+_uuid=jiggle@jeffchannell.com
pkgname=gnome-shell-extension-jiggle
pkgver=8+r38+g436d1cf
-pkgrel=4
+pkgrel=5
pkgdesc='Gnome extension that highlights the cursor position when the mouse is moved rapidly.'
arch=('any')
url='https://github.com/jeffchannell/jiggle'