summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bbd16ee6f87..68e89bece950 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = othellox
pkgdesc = Reversi game in C allowing AI-vs-AI automation
- pkgver = 1_0
+ pkgver = 1_1
pkgrel = 1
url = https://framagit.org/Arkhist/othellox
arch = any
@@ -8,7 +8,7 @@ pkgbase = othellox
makedepends = clang
depends = ncurses
source = https://framagit.org/Arkhist/othellox/-/archive/master/othellox-master.zip
- sha256sums = 28c36d80975ee1337052f2b5a4f1252eb54c2939a27ef1d5628ff423887b41a1
+ sha256sums = 700b7ee166f2767d9bcf57355e88e4d70d50a849d1c95a002db38266458cb554
pkgname = othellox
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"