summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2015-07-26 01:50:29 -0400
committerKevin MacMartin2015-07-26 01:50:29 -0400
commitc4c82fcab43a385e603c98a0c4c5aad674dab7f5 (patch)
treed310800815052e27075b8d83b97548213764aaf5
parentd99c315d0f2f1a59a5df297e9831f0b37fceacba (diff)
downloadaur-c4c82fcab43a385e603c98a0c4c5aad674dab7f5.tar.gz
Update to 20140511.r155.93b1846 and add gitignore
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD2
3 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a0f8fb04585..859ac4855903 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gntp-send-git
pkgdesc = command line program that send to growl using GNTP protocol.
- pkgver = 20140511.r155.93b1846
+ pkgver = 20150725.r156.18309b5
pkgrel = 1
url = https://github.com/mattn/gntp-send
arch = i686
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..7374aca87601
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.pkg.tar.xz
+pkg
+src
+gntp-send
diff --git a/PKGBUILD b/PKGBUILD
index e45aa7915deb..767a5b700b61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=gntp-send
pkgname=${_pkgname}-git
-pkgver=20140511.r155.93b1846
+pkgver=20150725.r156.18309b5
pkgrel=1
pkgdesc="command line program that send to growl using GNTP protocol."
url="https://github.com/mattn/${_pkgname}"