summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2015-07-04 16:46:48 -0400
committerKevin MacMartin2015-07-04 16:46:48 -0400
commit318f89cbb3bde0f928d221ed2dba2016907318dd (patch)
treeadc580bd2c05f9b9bf542c6f7688bd46791e4788
parentda183fff60682581ba1574c74ae050fdcb8609a0 (diff)
downloadaur-318f89cbb3bde0f928d221ed2dba2016907318dd.tar.gz
Update to 20150619.r30.2590d05
-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}"