diff options
author | Federico Di Pierro | 2015-09-19 11:00:07 +0200 |
---|---|---|
committer | Federico Di Pierro | 2015-09-19 11:00:07 +0200 |
commit | 81b9492eab91dc1a960665ae70f362b65d6bf2c6 (patch) | |
tree | 34e19c90c459c098b6a8a574461bafbac46fa2e0 | |
parent | 98db4d8b4c6444bc6cfe011ad973879fe1bcec85 (diff) | |
download | aur-81b9492eab91dc1a960665ae70f362b65d6bf2c6.tar.gz |
ncurses 6.0 bump
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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') |