[arch-commits] Commit in gnuchess/repos/community-x86_64 (PKGBUILD PKGBUILD keys)

Christian Hesse eworm at gemini.archlinux.org
Mon Jul 11 20:34:09 UTC 2022


    Date: Monday, July 11, 2022 @ 20:34:08
  Author: eworm
Revision: 1249669

archrelease: copy trunk to community-x86_64

Added:
  gnuchess/repos/community-x86_64/PKGBUILD
    (from rev 1249668, gnuchess/trunk/PKGBUILD)
  gnuchess/repos/community-x86_64/keys/
Deleted:
  gnuchess/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-11 20:34:06 UTC (rev 1249668)
+++ PKGBUILD	2022-07-11 20:34:08 UTC (rev 1249669)
@@ -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.9
-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=('ede9af6cf29eea31179a737a21b9d1bc'
-         '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 1249668, gnuchess/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-11 20:34:08 UTC (rev 1249669)
@@ -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.9
+pkgrel=2
+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=('ede9af6cf29eea31179a737a21b9d1bc'
+         '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