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

Alexander Rødseth arodseth at archlinux.org
Mon Dec 18 12:24:02 UTC 2017


    Date: Monday, December 18, 2017 @ 12:24:00
  Author: arodseth
Revision: 274767

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-18 12:23:47 UTC (rev 274766)
+++ PKGBUILD	2017-12-18 12:24:00 UTC (rev 274767)
@@ -1,24 +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.99.0
-pkgrel=1
-pkgdesc='Chess client'
-arch=('any')
-url='http://pychess.org/'
-license=('GPL')
-depends=('gtksourceview3' 'gst-plugins-base' 'python-cairo' 'python-gobject' 'python-sqlalchemy')
-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:

Copied: pychess/repos/community-any/PKGBUILD (from rev 274766, pychess/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-18 12:24:00 UTC (rev 274767)
@@ -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=2
+pkgdesc='Chess client'
+arch=('any')
+url='http://pychess.org/'
+license=('GPL')
+depends=('gst-plugins-base' 'gtksourceview3' 'python-cairo' 'python-gobject' 'python-ptyprocess' 'python-sqlalchemy')
+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