[arch-commits] Commit in python2-pychm/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sat Jun 2 13:12:27 UTC 2018


    Date: Saturday, June 2, 2018 @ 13:12:26
  Author: jelle
Revision: 337489

archrelease: copy trunk to community-x86_64

Added:
  python2-pychm/repos/community-x86_64/PKGBUILD
    (from rev 337488, python2-pychm/trunk/PKGBUILD)
Deleted:
  python2-pychm/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-02 13:12:04 UTC (rev 337488)
+++ PKGBUILD	2018-06-02 13:12:26 UTC (rev 337489)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
-# Contributor: Roman Kyrylych <Roman.Kyrylych at gmail.com>
-# Contributor: iom <pizorn at gmail.com>
-
-pkgname=python2-pychm
-pkgver=0.8.4.1
-pkgrel=1
-pkgdesc="Python bindings for chmlib"
-arch=('x86_64' 'i686')
-url="https://github.com/dottedmag/pychm"
-license=('GPL')
-depends=('chmlib' 'python2')
-makedepends=('python2-setuptools')
-replaces=('python-pychm=0.8.4')
-source=(https://github.com/dottedmag/pychm/archive/v$pkgver.tar.gz)
-md5sums=('730c484583c14350e55dba1aa1b03360')
-
-package() {
-  cd "$srcdir/pychm-$pkgver"
-
-  python2 setup.py install --root="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-pychm/repos/community-x86_64/PKGBUILD (from rev 337488, python2-pychm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-02 13:12:26 UTC (rev 337489)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+# Contributor: Roman Kyrylych <Roman.Kyrylych at gmail.com>
+# Contributor: iom <pizorn at gmail.com>
+
+pkgname=python2-pychm
+pkgver=0.8.4.1
+pkgrel=2
+pkgdesc="Python bindings for chmlib"
+arch=('x86_64')
+url="https://github.com/dottedmag/pychm"
+license=('GPL')
+depends=('chmlib' 'python2')
+makedepends=('python2-setuptools')
+replaces=('python-pychm=0.8.4')
+source=($pkgname-$pkgver.tar.gz::https://github.com/dottedmag/pychm/archive/v$pkgver.tar.gz)
+md5sums=('730c484583c14350e55dba1aa1b03360')
+
+package() {
+  cd "$srcdir/pychm-$pkgver"
+
+  python2 setup.py install --root="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list