summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas Fiekas2024-06-04 19:48:55 +0200
committerNiklas Fiekas2024-06-04 19:48:55 +0200
commit42cd116389a6c3da8aa2e72120425ed25606883c (patch)
treee349f35542142548dcf9bdd4240e46a62223734d
parentf53416732e0eacfcf566184bbfc0ee32b17b7bc9 (diff)
downloadaur-42cd116389a6c3da8aa2e72120425ed25606883c.tar.gz
Make swag-compliant
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82f6a8bd9611..dc4bd665cb95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,9 +8,14 @@ pkgbase = stockfish
arch = i686
arch = armv7h
arch = aarch64
- license = GPL3
+ license = GPL-3.0
depends = glibc
+ depends = gcc-libs
source = stockfish-16.1.zip::https://github.com/official-stockfish/Stockfish/archive/sf_16.1.zip
+ source = https://tests.stockfishchess.org/api/nn/nn-b1a57edbea57.nnue
+ source = https://tests.stockfishchess.org/api/nn/nn-baff1ede1f90.nnue
sha512sums = bfaa5c644d2acb8538b1a2c72fdf58c6b0ba6cbb3a4e1a335391faa1529f1069eca888295bd4eef0e887860185a3e0e18529ab609829738c420a0c810be5cca4
+ sha512sums = de2141ba301dd4da0cfa5d3a8f3574fa0ac9b24915fa1802654ad8baf274157feb1fd0ce96aae3893b789a1bb1df8eccdb4a5a331756802bebde3c4d1db5f1de
+ sha512sums = 56358da4810a2bf5b903668d8243ec888a0a64302a893207074b3f1644c9877ddd4557303f025eabcc6e0f7b31af42c1265ba2fd34209df9dd0ea205d4f4a8e9
pkgname = stockfish
diff --git a/PKGBUILD b/PKGBUILD
index f361d4e336b2..d802b76fd7ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@
# Contributor: Auguste Pop < auguste [at] gmail [dot] com >
# Contributor: SandaruKasa <echo c2FuZGFydWthc2ErYXVyQHlhLnJ1Cg== | base64 -d>
# Contributor: bagasdotme
+# Contributor: HurricanePootis
pkgname=stockfish
pkgver=16.1
@@ -16,8 +17,8 @@ epoch=1
pkgdesc="A strong UCI chess engine"
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://stockfishchess.org/"
-license=('GPL3')
-depends=('glibc')
+license=('GPL-3.0')
+depends=('glibc' 'gcc-libs')
# Check EvalFileDefaultName{Big,Small} in src/evaluate.h and change accordingly
_net_name_big=('b1a57edbea57')
_net_name_small=('baff1ede1f90')