summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"