summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEwout van Mansom2022-11-30 19:36:51 +0100
committerEwout van Mansom2022-11-30 19:36:51 +0100
commit9ef6a803544ddef9f70d0fe91e721558d32931a3 (patch)
treee470e52eccb1aa668a7c6591ccad025e6421085d
parent161b216f79550b56681c9908c83c45a102126404 (diff)
downloadaur-9ef6a803544ddef9f70d0fe91e721558d32931a3.tar.gz
add .gitignore
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD2
3 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f20177d70b0..60be16632c67 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 = 1
+ pkgrel = 2
url = https://github.com/jeffchannell/jiggle
arch = any
groups = gnome-shell-extensions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..72e8ffc0db8a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*
diff --git a/PKGBUILD b/PKGBUILD
index e2f8e3970af7..a1ca86d303ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _extname=jiggle
_uuid=jiggle-dev@jeffchannell.com
pkgname=gnome-shell-extension-jiggle
pkgver=8+r38+g436d1cf
-pkgrel=1
+pkgrel=2
pkgdesc='Gnome extension that highlights the cursor position when the mouse is moved rapidly.'
arch=('any')
url='https://github.com/jeffchannell/jiggle'