diff options
author | Niklas Fiekas | 2024-06-04 19:48:55 +0200 |
---|---|---|
committer | Niklas Fiekas | 2024-06-04 19:48:55 +0200 |
commit | 42cd116389a6c3da8aa2e72120425ed25606883c (patch) | |
tree | e349f35542142548dcf9bdd4240e46a62223734d | |
parent | f53416732e0eacfcf566184bbfc0ee32b17b7bc9 (diff) | |
download | aur-42cd116389a6c3da8aa2e72120425ed25606883c.tar.gz |
Make swag-compliant
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 5 |
2 files changed, 9 insertions, 3 deletions
@@ -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 @@ -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') |