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

Timothy Redaelli tredaelli at archlinux.org
Tue Feb 14 15:36:58 UTC 2017


    Date: Tuesday, February 14, 2017 @ 15:36:58
  Author: tredaelli
Revision: 212386

archrelease: copy trunk to community-any

Added:
  python2-btchip/repos/community-any/PKGBUILD
    (from rev 212385, python2-btchip/trunk/PKGBUILD)
Deleted:
  python2-btchip/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-14 15:36:51 UTC (rev 212385)
+++ PKGBUILD	2017-02-14 15:36:58 UTC (rev 212386)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: Andy Weidenbaum <archbaum at gmail.com>
-
-pkgname=python2-btchip
-pkgver=0.1.16
-pkgrel=1
-pkgdesc="Python library to communicate with BTChip dongle"
-arch=('any')
-depends=('python2-hidapi')
-makedepends=('python2-setuptools')
-optdepends=('btchip-udev: access BTChip as non-root user')
-url="https://github.com/LedgerHQ/btchip-python"
-license=('Apache')
-source=($pkgname-$pkgver.tar.gz::https://github.com/LedgerHQ/btchip-python/archive/v$pkgver.tar.gz)
-sha256sums=('4c9e85977485c01c11fa4513f10f2e5a5f06afa1d04b5270a13d70606ccd4527')
-
-build() {
-  cd btchip-python-$pkgver
-
-  python2 setup.py build
-}
-
-package() {
-  cd btchip-python-$pkgver
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python2-btchip/repos/community-any/PKGBUILD (from rev 212385, python2-btchip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-02-14 15:36:58 UTC (rev 212386)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Andy Weidenbaum <archbaum at gmail.com>
+
+pkgname=python2-btchip
+pkgver=0.1.19
+pkgrel=1
+pkgdesc="Python library to communicate with BTChip dongle"
+arch=('any')
+depends=('python2-hidapi')
+makedepends=('python2-setuptools')
+optdepends=('btchip-udev: access BTChip as non-root user')
+url="https://github.com/LedgerHQ/btchip-python"
+license=('Apache')
+source=($pkgname-$pkgver.tar.gz::https://github.com/LedgerHQ/btchip-python/archive/v$pkgver.tar.gz)
+sha256sums=('08380f0c4b0983a2e3cd35774e5e60b8195557a630f40e380659e570c4da2916')
+
+build() {
+  cd btchip-python-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd btchip-python-$pkgver
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list