Date: Monday, November 14, 2022 @ 22:57:18
  Author: kpcyrd
Revision: 1348300

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-14 22:56:52 UTC (rev 1348299)
+++ PKGBUILD    2022-11-14 22:57:18 UTC (rev 1348300)
@@ -1,32 +0,0 @@
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-# Contributor: Allan McRae <[email protected]>
-# Contributor: Tom Newsom <[email protected]>
-
-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
-}

Copied: gnuchess/repos/community-x86_64/PKGBUILD (from rev 1348299, 
gnuchess/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-14 22:57:18 UTC (rev 1348300)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Allan McRae <[email protected]>
+# Contributor: Tom Newsom <[email protected]>
+
+pkgname=gnuchess
+pkgver=6.2.9
+pkgrel=3
+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')
+sha256sums=('ddfcc20bdd756900a9ab6c42c7daf90a2893bf7f19ce347420ce36baebc41890'
+            'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make  
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make prefix="$pkgdir"/usr install
+}

Reply via email to