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 cf798a0b2e7a..c3a8069e8128 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = othellox
pkgdesc = Reversi game in C allowing AI-vs-AI automation
- pkgver = 0_2
- pkgrel = 1
+ pkgver = 0_3
+ pkgrel = 2
url = https://framagit.org/Arkhist/othellox
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 708ac0bd1d45..8c5d28ee5085 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Peyrille Benjamin <peyrille.benjamin@gmail.com>
# Contributor : Rogalle Quentin <quentin.rogalle@etudiant.univ-perp.fr>
pkgname=othellox
-pkgver=0_2
-pkgrel=1
+pkgver=0_3
+pkgrel=2
pkgdesc="Reversi game in C allowing AI-vs-AI automation"
arch=('any')
url="https://framagit.org/Arkhist/othellox"