mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
Update to v5.1.2.08
This commit is contained in:
parent
ac66647f37
commit
8eadf1e604
2 changed files with 8 additions and 8 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = scidcommunity
|
pkgbase = scidcommunity
|
||||||
pkgdesc = Enhanced fork of Scid chess database with Chess.com/Lichess integration, tablebase lookup, improved search, and additional training features
|
pkgdesc = Enhanced fork of Scid chess database with Chess.com/Lichess integration, tablebase lookup, improved search, and additional training features
|
||||||
pkgver = 5.1.2.07
|
pkgver = 5.1.2.08
|
||||||
pkgrel = 37
|
pkgrel = 38
|
||||||
url = https://github.com/whelanh/scidCommunity
|
url = https://github.com/whelanh/scidCommunity
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL2
|
license = GPL2
|
||||||
|
|
@ -10,7 +10,7 @@ pkgbase = scidcommunity
|
||||||
makedepends = git
|
makedepends = git
|
||||||
depends = tcl
|
depends = tcl
|
||||||
depends = tk
|
depends = tk
|
||||||
source = scidcommunity-5.1.2.07.tar.gz::https://github.com/whelanh/scidCommunity/archive/e56b0bccd496f899c3b9d5172ac362af369cb221.tar.gz
|
source = scidcommunity-5.1.2.08.tar.gz::https://github.com/whelanh/scidCommunity/archive/631c7edee0a6fd55721bb43e65518d79fe38deb1.tar.gz
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
pkgname = scidcommunity
|
pkgname = scidcommunity
|
||||||
|
|
|
||||||
10
PKGBUILD
10
PKGBUILD
|
|
@ -1,24 +1,24 @@
|
||||||
# Maintainer: Hugh Whelan <brickhousedevelopers@gmail.com>
|
# Maintainer: Hugh Whelan <brickhousedevelopers@gmail.com>
|
||||||
pkgname=scidcommunity
|
pkgname=scidcommunity
|
||||||
pkgver=5.1.2.07
|
pkgver=5.1.2.08
|
||||||
pkgrel=37
|
pkgrel=38
|
||||||
pkgdesc="Enhanced fork of Scid chess database with Chess.com/Lichess integration, tablebase lookup, improved search, and additional training features"
|
pkgdesc="Enhanced fork of Scid chess database with Chess.com/Lichess integration, tablebase lookup, improved search, and additional training features"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/whelanh/scidCommunity"
|
url="https://github.com/whelanh/scidCommunity"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
depends=('tcl' 'tk')
|
depends=('tcl' 'tk')
|
||||||
makedepends=('gcc' 'make' 'git')
|
makedepends=('gcc' 'make' 'git')
|
||||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/whelanh/scidCommunity/archive/e56b0bccd496f899c3b9d5172ac362af369cb221.tar.gz")
|
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/whelanh/scidCommunity/archive/631c7edee0a6fd55721bb43e65518d79fe38deb1.tar.gz")
|
||||||
sha256sums=('SKIP') # Safe to skip: integrity verified by commit hash
|
sha256sums=('SKIP') # Safe to skip: integrity verified by commit hash
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/scidCommunity-e56b0bccd496f899c3b9d5172ac362af369cb221"
|
cd "${srcdir}/scidCommunity-631c7edee0a6fd55721bb43e65518d79fe38deb1"
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
make all
|
make all
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}/scidCommunity-e56b0bccd496f899c3b9d5172ac362af369cb221"
|
cd "${srcdir}/scidCommunity-631c7edee0a6fd55721bb43e65518d79fe38deb1"
|
||||||
# Install under /usr so desktop/icon files land in standard system paths
|
# 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"
|
make install DESTDIR="${pkgdir}" SHAREDIR="${pkgdir}/usr/share/scid" BINDIR="${pkgdir}/usr/bin"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue