[arch-commits] Commit in gnuchess/trunk (PKGBUILD)

Jonathan Steel jsteel at archlinux.org
Sun Aug 6 19:56:05 UTC 2017


    Date: Sunday, August 6, 2017 @ 19:56:04
  Author: jsteel
Revision: 249085

upgpkg: gnuchess 6.2.5-1

Modified:
  gnuchess/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-06 19:54:07 UTC (rev 249084)
+++ PKGBUILD	2017-08-06 19:56:04 UTC (rev 249085)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=gnuchess
-pkgver=6.2.4
+pkgver=6.2.5
 pkgrel=1
 pkgdesc="Play chess against the computer on a terminal and an engine for graphical chess frontends"
 arch=('i686' 'x86_64')
@@ -12,8 +12,11 @@
 license=('GPL3')
 depends=('bash')
 optdepends=('xboard: graphical frontend')
-source=(http://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz)
-md5sums=('4e1268030ba1ae83cbd03b3eac2f44a5')
+source=(https://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz
+        https://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz.sig)
+validpgpkeys=('766D3CA0FFB903333D2AE492A8AB893AE40251D9')
+md5sums=('203572a43886fc2201662b9eb3b0f540'
+         'SKIP')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list