summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c261e4f9b32c..cc75c080bd01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Chris Berkhout <chris@chrisberkhout.com>
pkgname=pgn-extract
-pkgver=17.38
+pkgver=19.04
pkgrel=1
pkgdesc="A Portable Game Notation (PGN) Manipulator for Chess Games"
arch=('x86_64')
url="https://www.cs.kent.ac.uk/people/staff/djb/pgn-extract/"
license=('GPL')
depends=('glibc')
-source=("ftp://ftp.cs.kent.ac.uk/pub/djb/pgn-extract/pgn-extract.tgz")
-sha256sums=('00842b0daf274a118981f1b17046fa5e0db528341286c4d6a60c93d51ff82e38')
+source=("https://www.cs.kent.ac.uk/~djb/pgn-extract/pgn-extract-${pkgver//\./-}.tgz")
+sha256sums=('8fac35b02983b19266ee10d064e21e2686ddda97b383cf8a804158d1f6a23270')
build() {
cd "$srcdir/$pkgname"