summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2015-09-19 04:10:22 -0400
committerChris Severance2015-09-19 04:10:22 -0400
commit9f67ce9e720a05422afa7607da43f8fb9a3f3e0c (patch)
tree6f664081b9c30eb8459dbccfe3cd43f1968140ed
parentf50884aed70a68288fbed6f3f0465697c951fc14 (diff)
downloadaur-9f67ce9e720a05422afa7607da43f8fb9a3f3e0c.tar.gz
Bump pkgrel for ncurses 6
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a37c0ce3e91..57b6d2eb4f3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ngp
pkgdesc = ncurses grep tool
pkgver = 1.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jonathanklee/ngp
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6a883c439579..4b89605192ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
set -u
pkgname='ngp'
pkgver='1.3'
-pkgrel='1'
+pkgrel='2'
pkgdesc='ncurses grep tool'
arch=('i686' 'x86_64')
url="https://github.com/jonathanklee/${pkgname}"