summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2015-11-01 01:41:13 -0500
committerKevin MacMartin2015-11-01 01:41:13 -0500
commitd341f42021b7f3acfa10b49a486a13ce4221a9fc (patch)
tree7d874c98f4d0b61a44b3d05afed9856bfb56765f
parent2a4a0aa41ff7902e475c05dba854173a94d3885a (diff)
downloadaur-d341f42021b7f3acfa10b49a486a13ce4221a9fc.tar.gz
Update to 20151030.r547.7aa81f2 and add gitignore
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ecba0586b4d..4bd6bd856b85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = taskwarrior-tasknc-git
pkgdesc = a ncurses wrapper around taskwarrior
- pkgver = 20130227.r546.1274698
- pkgrel = 3
+ pkgver = 20151030.r547.7aa81f2
+ pkgrel = 1
url = https://github.com/mjheagle8/tasknc
arch = i686
arch = x86_64
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..5e246cc39840
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.pkg.tar.xz
+pkg
+src
+tasknc
diff --git a/PKGBUILD b/PKGBUILD
index 48aa4e5c7348..6d4c30262b24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=tasknc
pkgname=taskwarrior-${_pkgname}-git
-pkgver=20130227.r546.1274698
-pkgrel=3
+pkgver=20151030.r547.7aa81f2
+pkgrel=1
pkgdesc="a ncurses wrapper around taskwarrior"
url="https://github.com/mjheagle8/${_pkgname}"
license=('GPL3')