summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD2
3 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aabe217dd939..b4672d0cdea3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lc0
pkgdesc = UCI-compliant chess engine designed to play chess via neural network, specifically those of the LeelaChessZero project.
pkgver = 0.23.3
- pkgrel = 1
+ pkgrel = 2
url = https://lczero.org/
install = lc0.install
arch = x86_64
diff --git a/.gitignore b/.gitignore
index 29abbb5ad233..6bee85a1194c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
-lc0-0.21.4.tar.gz
+lc0-0.23.3.tar.gz
lczero-common-master.tar.gz
weights_run1_42850.pb.gz
+pkg
+src
diff --git a/PKGBUILD b/PKGBUILD
index 86f05fb154db..57042cf8744c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lc0
pkgver=0.23.3
-pkgrel=1
+pkgrel=2
_run="run1"
_nnid=42850
pkgdesc="UCI-compliant chess engine designed to play chess via neural network, \