mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v5.1.2.48
This commit is contained in:
parent
c682a9880c
commit
a69ff73645
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.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
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Hugh Whelan <brickhousedevelopers@gmail.com>
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue