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

Alexander Rødseth arodseth at archlinux.org
Wed Jun 29 16:33:42 UTC 2016


    Date: Wednesday, June 29, 2016 @ 16:33:42
  Author: arodseth
Revision: 181618

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   45 +++++++++++++++++++++++----------------------
 1 file changed, 23 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-29 16:33:34 UTC (rev 181617)
+++ PKGBUILD	2016-06-29 16:33:42 UTC (rev 181618)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-
-pkgname=pychess
-pkgver=0.12.3
-pkgrel=3
-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=('11d5e2d447bb945283f0239a407d8069b13afd77d3a2d491c9c352f1b7862e67')
-
-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 181617, pychess/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-06-29 16:33:42 UTC (rev 181618)
@@ -0,0 +1,23 @@
+# $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=1
+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:



More information about the arch-commits mailing list