diff --git a/.SRCINFO b/.SRCINFO index 327973bb4cf0e..6998a382dc810 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.44 - pkgrel = 79 + pkgver = 5.1.2.48 + pkgrel = 80 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.44.tar.gz::https://github.com/whelanh/scidCommunity/archive/3696c46722013f52c3f4f418c28a04f9da5046fb.tar.gz + source = scidcommunity-5.1.2.48.tar.gz::https://github.com/whelanh/scidCommunity/archive/09d614bb3d584e77bf3adce46d74d44cbef4a678.tar.gz sha256sums = SKIP pkgname = scidcommunity diff --git a/PKGBUILD b/PKGBUILD index 8df485d5f84f3..687f549347d92 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Hugh Whelan pkgname=scidcommunity -pkgver=5.1.2.44 -pkgrel=79 +pkgver=5.1.2.48 +pkgrel=80 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="3696c46722013f52c3f4f418c28a04f9da5046fb" +_commit="09d614bb3d584e77bf3adce46d74d44cbef4a678" source=("${pkgname}-${pkgver}.tar.gz::https://github.com/whelanh/scidCommunity/archive/${_commit}.tar.gz") sha256sums=('SKIP') # Safe to skip: integrity verified by commit hash