From 8cf80b0a92c9829795346d534d50cc9fc14c8be1 Mon Sep 17 00:00:00 2001 From: whelan Date: Fri, 13 Mar 2026 06:32:30 -0400 Subject: [PATCH] Update to v5.1.2.52 --- .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 209b690905ecc..f423b7922ac38 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.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 diff --git a/PKGBUILD b/PKGBUILD index 0a64913bd03f8..a24b6a9505de2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Hugh Whelan 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