mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
update to v5.1.2.50
This commit is contained in:
parent
a9c3e39aef
commit
bbcff35ca1
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.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
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Hugh Whelan <brickhousedevelopers@gmail.com>
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue