[arch-commits] Commit in pychess/repos/community-any (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Mon Oct 23 17:51:36 UTC 2017


    Date: Monday, October 23, 2017 @ 17:51:35
  Author: arodseth
Revision: 264070

archrelease: copy trunk to community-any

Added:
  pychess/repos/community-any/PKGBUILD
    (from rev 264069, pychess/trunk/PKGBUILD)
Deleted:
  pychess/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   47 ++++++++++++++++++++++++-----------------------
 1 file changed, 24 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-23 17:51:23 UTC (rev 264069)
+++ PKGBUILD	2017-10-23 17:51:35 UTC (rev 264070)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk at gmail.com>
-
-pkgname=pychess
-pkgver=0.12.4
-pkgrel=2
-pkgdesc='Chess client'
-arch=('any')
-url='http://pychess.org/'
-license=('GPL')
-depends=('python-gobject' 'python-cairo' 'gtksourceview3' 'gst-plugins-base')
-source=("http://www.pychess.org/download/pychess-$pkgver.tar.gz")
-sha256sums=('0706861dcea811abb80c8db589494e932b4bab931b2a8799fe53a2bd4b6ac372')
-
-package() {
-  cd "pychess-$pkgver"
-  python setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-# getver: raw.githubusercontent.com/pychess/pychess/master/lib/pychess/__init__.py
-# vim:set ts=2 sw=2 et:

Copied: pychess/repos/community-any/PKGBUILD (from rev 264069, pychess/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-10-23 17:51:35 UTC (rev 264070)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk at gmail.com>
+
+pkgname=pychess
+pkgver=0.99.0
+pkgrel=1
+pkgdesc='Chess client'
+arch=('any')
+url='http://pychess.org/'
+license=('GPL')
+depends=('python-gobject' 'python-cairo' 'gtksourceview3' 'gst-plugins-base')
+source=("https://github.com/$pkgname/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('c8a4c12c7a721c48911a0b8227871081f65d339d61dc8282f2b79e10e2b5ef70')
+
+package() {
+  cd "pychess-$pkgver"
+
+  python setup.py install --prefix=/usr --root="$pkgdir"
+}
+
+# getver: raw.githubusercontent.com/pychess/pychess/master/lib/pychess/__init__.py
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list