[arch-commits] Commit in gnuchess/repos (4 files)
Jonathan Steel
jsteel at archlinux.org
Sat Oct 29 15:43:18 UTC 2016
Date: Saturday, October 29, 2016 @ 15:43:17
Author: jsteel
Revision: 193968
archrelease: copy trunk to community-i686, community-x86_64
Added:
gnuchess/repos/community-i686/PKGBUILD
(from rev 193967, gnuchess/trunk/PKGBUILD)
gnuchess/repos/community-x86_64/PKGBUILD
(from rev 193967, gnuchess/trunk/PKGBUILD)
Deleted:
gnuchess/repos/community-i686/PKGBUILD
gnuchess/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 60 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 30 ----------------------
community-x86_64/PKGBUILD | 30 ----------------------
3 files changed, 60 insertions(+), 60 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-10-29 15:42:59 UTC (rev 193967)
+++ community-i686/PKGBUILD 2016-10-29 15:43:17 UTC (rev 193968)
@@ -1,30 +0,0 @@
-# $Id$
-# 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.3
-pkgrel=1
-pkgdesc="Play chess against the computer on a terminal and an engine for graphical chess frontends"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/chess/chess.html"
-license=('GPL3')
-depends=('bash')
-optdepends=('xboard: graphical frontend')
-source=(http://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz)
-md5sums=('972f79d1f2e0c320f8beed8f2a8c10f8')
-
-build() {
- cd $pkgname-$pkgver
-
- ./configure --prefix=/usr
-
- make
-}
-
-package() {
- cd $pkgname-$pkgver
-
- make prefix="$pkgdir"/usr install
-}
Copied: gnuchess/repos/community-i686/PKGBUILD (from rev 193967, gnuchess/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-29 15:43:17 UTC (rev 193968)
@@ -0,0 +1,30 @@
+# $Id$
+# 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.4
+pkgrel=1
+pkgdesc="Play chess against the computer on a terminal and an engine for graphical chess frontends"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/chess/chess.html"
+license=('GPL3')
+depends=('bash')
+optdepends=('xboard: graphical frontend')
+source=(http://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz)
+md5sums=('4e1268030ba1ae83cbd03b3eac2f44a5')
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./configure --prefix=/usr
+
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+
+ make prefix="$pkgdir"/usr install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-10-29 15:42:59 UTC (rev 193967)
+++ community-x86_64/PKGBUILD 2016-10-29 15:43:17 UTC (rev 193968)
@@ -1,30 +0,0 @@
-# $Id$
-# 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.3
-pkgrel=1
-pkgdesc="Play chess against the computer on a terminal and an engine for graphical chess frontends"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/chess/chess.html"
-license=('GPL3')
-depends=('bash')
-optdepends=('xboard: graphical frontend')
-source=(http://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz)
-md5sums=('972f79d1f2e0c320f8beed8f2a8c10f8')
-
-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 193967, gnuchess/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-10-29 15:43:17 UTC (rev 193968)
@@ -0,0 +1,30 @@
+# $Id$
+# 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.4
+pkgrel=1
+pkgdesc="Play chess against the computer on a terminal and an engine for graphical chess frontends"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/chess/chess.html"
+license=('GPL3')
+depends=('bash')
+optdepends=('xboard: graphical frontend')
+source=(http://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz)
+md5sums=('4e1268030ba1ae83cbd03b3eac2f44a5')
+
+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