mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v5.1.2.21
This commit is contained in:
parent
2686908e38
commit
320d857127
2 changed files with 8 additions and 8 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.20
|
||||
pkgrel = 50
|
||||
pkgver = 5.1.2.21
|
||||
pkgrel = 51
|
||||
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.20.tar.gz::https://github.com/whelanh/scidCommunity/archive/45a05e3291dc02aa2b4674d5e861c802236d6b5e.tar.gz
|
||||
source = scidcommunity-5.1.2.21.tar.gz::https://github.com/whelanh/scidCommunity/archive/8aaf64dcc68a15d4386e2f8f4d00f27a51c1f8ef.tar.gz
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = scidcommunity
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -1,24 +1,24 @@
|
|||
# Maintainer: Hugh Whelan <brickhousedevelopers@gmail.com>
|
||||
pkgname=scidcommunity
|
||||
pkgver=5.1.2.20
|
||||
pkgrel=50
|
||||
pkgver=5.1.2.21
|
||||
pkgrel=51
|
||||
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"
|
||||
license=('GPL2')
|
||||
depends=('tcl' 'tk')
|
||||
makedepends=('gcc' 'make' 'git')
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/whelanh/scidCommunity/archive/45a05e3291dc02aa2b4674d5e861c802236d6b5e.tar.gz")
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/whelanh/scidCommunity/archive/8aaf64dcc68a15d4386e2f8f4d00f27a51c1f8ef.tar.gz")
|
||||
sha256sums=('SKIP') # Safe to skip: integrity verified by commit hash
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/scidCommunity-45a05e3291dc02aa2b4674d5e861c802236d6b5e"
|
||||
cd "${srcdir}/scidCommunity-8aaf64dcc68a15d4386e2f8f4d00f27a51c1f8ef"
|
||||
./configure --prefix=/usr
|
||||
make all
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/scidCommunity-45a05e3291dc02aa2b4674d5e861c802236d6b5e"
|
||||
cd "${srcdir}/scidCommunity-8aaf64dcc68a15d4386e2f8f4d00f27a51c1f8ef"
|
||||
# Install under /usr so desktop/icon files land in standard system paths
|
||||
make install DESTDIR="${pkgdir}" SHAREDIR="${pkgdir}/usr/share/scid" BINDIR="${pkgdir}/usr/bin"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue