summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..1e01d2897a7d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.pkg.tar.xz
+pkg
+src
+cheat
diff --git a/PKGBUILD b/PKGBUILD
index 0bf732639991..c321a48a59ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=cheat
pkgname=${_pkgname}-bash-git
-pkgver=20140917.r29.19f26b8
+pkgver=20150619.r30.2590d05
pkgrel=1
pkgdesc="A Bash reimplementation of a command line tool to create and view interactive cheatsheets"
url="https://github.com/jahendrie/${_pkgname}"