From bbcff35ca11dd2abc7a2159a757396b7f8798b4b Mon Sep 17 00:00:00 2001 From: whelan Date: Thu, 12 Mar 2026 05:47:35 -0400 Subject: [PATCH] update to v5.1.2.50 --- .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 029b24c1bd205..b91eb6fbdf49d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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.49 - pkgrel = 81 + pkgver = 5.1.2.50 + pkgrel = 82 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.49.tar.gz::https://github.com/whelanh/scidCommunity/archive/318e5dc1b04318acccfd31251069fc7fb22ad0d7.tar.gz + source = scidcommunity-5.1.2.50.tar.gz::https://github.com/whelanh/scidCommunity/archive/da87f65a610d54b09473c5c4b36fd757884696eb.tar.gz sha256sums = SKIP pkgname = scidcommunity diff --git a/PKGBUILD b/PKGBUILD index b0c5700d42f12..733135dcf9d5f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Hugh Whelan pkgname=scidcommunity -pkgver=5.1.2.49 -pkgrel=81 +pkgver=5.1.2.50 +pkgrel=82 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="318e5dc1b04318acccfd31251069fc7fb22ad0d7" +_commit="da87f65a610d54b09473c5c4b36fd757884696eb" source=("${pkgname}-${pkgver}.tar.gz::https://github.com/whelanh/scidCommunity/archive/${_commit}.tar.gz") sha256sums=('SKIP') # Safe to skip: integrity verified by commit hash