Update to v5.1.2.52

This commit is contained in:
whelan 2026-03-13 06:32:30 -04:00
parent 3aa9cf417c
commit 8cf80b0a92
2 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
pkgbase = scidcommunity
pkgdesc = Enhanced fork of Scid chess database with Chess.com/Lichess integration, tablebase lookup, improved search, and additional training features
pkgver = 5.1.2.51
pkgrel = 83
pkgver = 5.1.2.52
pkgrel = 84
url = https://github.com/whelanh/scidCommunity
arch = x86_64
license = GPL2
@ -10,7 +10,7 @@ pkgbase = scidcommunity
makedepends = git
depends = tcl
depends = tk
source = scidcommunity-5.1.2.51.tar.gz::https://github.com/whelanh/scidCommunity/archive/fe5d9ffe219bfc5b6e7cd905f050bee89a1faa24.tar.gz
source = scidcommunity-5.1.2.52.tar.gz::https://github.com/whelanh/scidCommunity/archive/6aaaada873104cb3bdeb20789725afb7dfe38593.tar.gz
sha256sums = SKIP
pkgname = scidcommunity

View file

@ -1,7 +1,7 @@
# Maintainer: Hugh Whelan <brickhousedevelopers@gmail.com>
pkgname=scidcommunity
pkgver=5.1.2.51
pkgrel=83
pkgver=5.1.2.52
pkgrel=84
pkgdesc="Enhanced fork of Scid chess database with Chess.com/Lichess integration, tablebase lookup, improved search, and additional training features"
arch=('x86_64')
url="https://github.com/whelanh/scidCommunity"
@ -9,7 +9,7 @@ license=('GPL2')
depends=('tcl' 'tk')
makedepends=('gcc' 'make' 'git')
# Commit hash that includes the ui_tcltk.h fix for system-wide installations
_commit="fe5d9ffe219bfc5b6e7cd905f050bee89a1faa24"
_commit="6aaaada873104cb3bdeb20789725afb7dfe38593"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/whelanh/scidCommunity/archive/${_commit}.tar.gz")
sha256sums=('SKIP') # Safe to skip: integrity verified by commit hash