summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Arms2021-12-13 18:46:04 +1100
committerLuke Arms2021-12-13 18:46:04 +1100
commite8b849c09e1d00ce4d6d97f9cc6590804491eeec (patch)
tree7914ccdcc6af1e789fcee8b78a30d3b09df2ea1c
parent5d2b79b1970f4f2844299f7bdc237bc9cde279d6 (diff)
downloadaur-e8b849c09e1d00ce4d6d97f9cc6590804491eeec.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 126490344700..dbf48b86f69f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = quicktile-git
pkgdesc = Adds window-tiling hotkeys to any X11 desktop
pkgver = 422.ca8105d
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/ssokolow/quicktile
arch = any
@@ -20,4 +20,3 @@ pkgbase = quicktile-git
sha512sums = SKIP
pkgname = quicktile-git
-
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 ca2e0112cc9a..eee3b12be2cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=quicktile-git
_pkgname=${pkgname%-git}
pkgver=422.ca8105d
-pkgrel=1
+pkgrel=2
epoch=1
url="https://github.com/ssokolow/quicktile"
pkgdesc="Adds window-tiling hotkeys to any X11 desktop"