summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63d0f44fd141..52b99e785d48 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: scarecrow <gorillaki at gmail dot com>
pkgname=scid_vs_pc
-pkgver=4.20
+pkgver=4.24
pkgrel=3
pkgdesc="Shane's Chess Information Database"
arch=('i686' 'x86_64')
@@ -12,12 +12,15 @@ depends=('zlib' 'tk')
optdepends=('snack' 'tdom')
install=$pkgname.install
conflicts=('scid')
-source=("scid_vs_pc-"$pkgver".tgz::http://sourceforge.net/projects/scidvspc/files/source/scid_vs_pc-"$pkgver".tgz/download"
+# We embed the pkgrel in the download file name because SCID devs
+# sometimes use the same version number for an update and any previously
+# cached file will otherwise fail against the new checksum.
+source=("scid_vs_pc-$pkgver-$pkgrel.tgz::http://sourceforge.net/projects/scidvspc/files/source/scid_vs_pc-"$pkgver".tgz/download"
scid
$pkgname.desktop
$pkgname.install
scidlet)
-md5sums=('628e1283c9ce0a33a5cd5ce48c3c0617'
+md5sums=('8fbb32863f06beb1fe1e16edb4413089'
'48f02834420046d1ebd2de22f07ba87c'
'1df155b3ff86a505dc51a29fa7bfc172'
'c9ba274c986122ca4c1cd202431b64ce'