mirror of
https://github.com/archlinux/aur.git
synced 2026-02-03 22:10:53 +01:00
Allow simultaneous time and depth limits in the Finish Game function in the Analysis Engine window
This commit is contained in:
parent
d3bee0ffa7
commit
558121bbca
2 changed files with 4 additions and 4 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -10,7 +10,7 @@ pkgbase = scidcommunity
|
|||
makedepends = git
|
||||
depends = tcl
|
||||
depends = tk
|
||||
source = scidcommunity-5.1.1.tar.gz::https://github.com/whelanh/scidCommunity/archive/fd2bb32f23723f13c1dfefb2785f2f1b563e7747.tar.gz
|
||||
source = scidcommunity-5.1.1.tar.gz::https://github.com/whelanh/scidCommunity/archive/61f90a83fb5df992a709174b2556c0e5269468a5.tar.gz
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = scidcommunity
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -8,17 +8,17 @@ 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/fd2bb32f23723f13c1dfefb2785f2f1b563e7747.tar.gz")
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/whelanh/scidCommunity/archive/61f90a83fb5df992a709174b2556c0e5269468a5.tar.gz")
|
||||
sha256sums=('SKIP') # Safe to skip: integrity verified by commit hash
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/scidCommunity-fd2bb32f23723f13c1dfefb2785f2f1b563e7747"
|
||||
cd "${srcdir}/scidCommunity-61f90a83fb5df992a709174b2556c0e5269468a5"
|
||||
./configure --prefix=/usr
|
||||
make all
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/scidCommunity-fd2bb32f23723f13c1dfefb2785f2f1b563e7747"
|
||||
cd "${srcdir}/scidCommunity-61f90a83fb5df992a709174b2556c0e5269468a5"
|
||||
# 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