[arch-commits] Commit in gnuchess/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jonathan Steel
jsteel at archlinux.org
Thu May 13 06:56:55 UTC 2021
Date: Thursday, May 13, 2021 @ 06:56:55
Author: jsteel
Revision: 932919
archrelease: copy trunk to community-x86_64
Added:
gnuchess/repos/community-x86_64/PKGBUILD
(from rev 932918, gnuchess/trunk/PKGBUILD)
Deleted:
gnuchess/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-13 06:56:49 UTC (rev 932918)
+++ PKGBUILD 2021-05-13 06:56:55 UTC (rev 932919)
@@ -1,32 +0,0 @@
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=gnuchess
-pkgver=6.2.7
-pkgrel=1
-pkgdesc="Play chess against the computer on a terminal and an engine for graphical chess frontends"
-arch=('x86_64')
-url="https://www.gnu.org/software/chess/chess.html"
-license=('GPL3')
-depends=('bash')
-optdepends=('xboard: graphical frontend')
-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=('34319C9B50B8D2176F5556C543AC7FF93CED5A6B')
-md5sums=('79998863d7e8aee0eb337e77e7aa770f'
- 'SKIP')
-
-build() {
- cd $pkgname-$pkgver
-
- ./configure --prefix=/usr
-
- make
-}
-
-package() {
- cd $pkgname-$pkgver
-
- make prefix="$pkgdir"/usr install
-}
Copied: gnuchess/repos/community-x86_64/PKGBUILD (from rev 932918, gnuchess/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-13 06:56:55 UTC (rev 932919)
@@ -0,0 +1,32 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=gnuchess
+pkgver=6.2.8
+pkgrel=1
+pkgdesc="Play chess against the computer on a terminal and an engine for graphical chess frontends"
+arch=('x86_64')
+url="https://www.gnu.org/software/chess/chess.html"
+license=('GPL3')
+depends=('bash')
+optdepends=('xboard: graphical frontend')
+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=('34319C9B50B8D2176F5556C543AC7FF93CED5A6B')
+md5sums=('f66e10f6596915fbc9695b6e1d622e5c'
+ 'SKIP')
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./configure --prefix=/usr
+
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+
+ make prefix="$pkgdir"/usr install
+}
More information about the arch-commits
mailing list