summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArkhist2019-07-17 20:35:58 +0200
committerArkhist2019-07-17 20:35:58 +0200
commit0b5548bda591dc5ccdd3dbecae17dc58ad5b43ab (patch)
tree527ae379ccdcec5ea9bb1d5db3c6a13d9ace67d1 /PKGBUILD
parent8e6ef6ad6c38c876d2cab80d112ac4aa5e588deb (diff)
downloadaur-othellox.tar.gz
Add colorblind update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 122b9f8fa7df..906b456e3a10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peyrille Benjamin <peyrille.benjamin@gmail.com>
# Contributor : Rogalle Quentin <quentin.rogalle@etudiant.univ-perp.fr>
pkgname=othellox
-pkgver=1_0
+pkgver=1_1
pkgrel=1
pkgdesc="Reversi game in C allowing AI-vs-AI automation"
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('ncurses')
makedepends=('clang')
source=("https://framagit.org/Arkhist/othellox/-/archive/master/othellox-master.zip")
-sha256sums=('28c36d80975ee1337052f2b5a4f1252eb54c2939a27ef1d5628ff423887b41a1')
+sha256sums=('700b7ee166f2767d9bcf57355e88e4d70d50a849d1c95a002db38266458cb554')
prepare() {
cd "${pkgname}-master"