summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArkhist2019-04-30 18:54:50 +0200
committerArkhist2019-04-30 18:54:50 +0200
commit626fc54119fb84868aec375a7e55e705b9257fb6 (patch)
tree37adeb6a1c4d6ccee09954f0544274d846497322
parent16a656b4cea17e2c21809b35cd7190d844bcdf24 (diff)
downloadaur-626fc54119fb84868aec375a7e55e705b9257fb6.tar.gz
Fix major bugs in AI browser
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0e23af2bab9..d94c10aed50e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = othellox
makedepends = clang
depends = ncurses
source = https://framagit.org/Arkhist/othellox/-/archive/master/othellox-master.zip
- sha256sums = 24d34055f1d8f6468b467ea05a860fcf547735cc7aaf414825afe18031219278
+ sha256sums = 60e6f253c581b37f57b97a25c0127abea310aa18ae0eed8181623577fe97acd8
pkgname = othellox
diff --git a/PKGBUILD b/PKGBUILD
index 2958ba5bb831..1a0d87475b36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('MIT')
depends=('ncurses')
makedepends=('clang')
source=("https://framagit.org/Arkhist/othellox/-/archive/master/othellox-master.zip")
-sha256sums=('24d34055f1d8f6468b467ea05a860fcf547735cc7aaf414825afe18031219278')
+sha256sums=('60e6f253c581b37f57b97a25c0127abea310aa18ae0eed8181623577fe97acd8')
prepare() {
cd "${pkgname}-master"