summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Arms2021-12-13 18:45:59 +1100
committerLuke Arms2021-12-13 18:45:59 +1100
commita3bfcb54290c3b9cb1444f6b10681d2349ec8561 (patch)
tree9cb2b02ee37a57ac961f1c9efc4004f745b6d25a
parentda8d88ebe255af27dd29bb9c5d6f1a3579e2f9f4 (diff)
downloadaur-a3bfcb54290c3b9cb1444f6b10681d2349ec8561.tar.gz
Bump release after python update
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD2
3 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab8ec4acc0b6..b4e2850ad987 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = quicktile
pkgdesc = Adds window-tiling hotkeys to any X11 desktop
pkgver = 0.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ssokolow/quicktile
arch = any
license = GPL2
@@ -17,4 +17,3 @@ pkgbase = quicktile
sha512sums = 4aecbd3433d28872c7c2e9a59eaf0d907a901c29bafa900f76c8f9a074450577522037d89cb6a206807df5f6086c0425da847ec6f26c88431e0bb6183b2631f2
pkgname = quicktile
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..091d90939cd4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*
+!.gitignore
+!PKGBUILD
+!.SRCINFO
+!*.patch
diff --git a/PKGBUILD b/PKGBUILD
index 7c5873a77208..b5489c53a8c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=quicktile
pkgver=0.4.0
-pkgrel=1
+pkgrel=2
url="https://github.com/ssokolow/quicktile"
pkgdesc="Adds window-tiling hotkeys to any X11 desktop"
arch=('any')