summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Di Pierro2015-09-19 11:00:07 +0200
committerFederico Di Pierro2015-09-19 11:00:07 +0200
commit81b9492eab91dc1a960665ae70f362b65d6bf2c6 (patch)
tree34e19c90c459c098b6a8a574461bafbac46fa2e0
parent98db4d8b4c6444bc6cfe011ad973879fe1bcec85 (diff)
downloadaur-81b9492eab91dc1a960665ae70f362b65d6bf2c6.tar.gz
ncurses 6.0 bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6eed7ec4982b..0315a4b1b31d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = snake-ncurses
pkgdesc = snake game clone written in C and ncurses
pkgver = 8.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/FedeDP/Snake
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index aaa933ed36ba..be7b28b3ee2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=snake-ncurses
pkgver=8.8
-pkgrel=1
+pkgrel=2
pkgdesc="snake game clone written in C and ncurses"
arch=(i686 x86_64)
license=('GPL3')