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

Levente Polyak anthraxx at archlinux.org
Wed Feb 21 17:19:50 UTC 2018


    Date: Wednesday, February 21, 2018 @ 17:19:49
  Author: anthraxx
Revision: 296716

archrelease: copy trunk to community-any

Added:
  speedtest-cli/repos/community-any/PKGBUILD
    (from rev 296715, speedtest-cli/trunk/PKGBUILD)
Deleted:
  speedtest-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-21 17:19:42 UTC (rev 296715)
+++ PKGBUILD	2018-02-21 17:19:49 UTC (rev 296716)
@@ -1,24 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: William Grieshaber <me at zee.li>
-# Contributor: Victor Aurélio <victoraur dot santos at gmail dot com>
-
-pkgname=speedtest-cli
-pkgver=1.0.7
-pkgrel=1
-pkgdesc='Command line interface for testing internet bandwidth using speedtest.net'
-url='https://github.com/sivel/speedtest-cli'
-arch=('any')
-license=('Apache')
-depends=('python-setuptools')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sivel/speedtest-cli/archive/v${pkgver}.tar.gz)
-sha512sums=('c06c0e80ec00adebc04fb2bdab5b45ec84a32d9dbf2e4fbe7b0461f4b3b1fdcf29048b8c7a906c03dcea0771417317394243bdc6f1bc8fb763e13eafae31a42b')
-
-package(){
-  cd ${pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 ${pkgname}.1 -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: speedtest-cli/repos/community-any/PKGBUILD (from rev 296715, speedtest-cli/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-21 17:19:49 UTC (rev 296716)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: William Grieshaber <me at zee.li>
+# Contributor: Victor Aurélio <victoraur dot santos at gmail dot com>
+
+pkgname=speedtest-cli
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Command line interface for testing internet bandwidth using speedtest.net'
+url='https://github.com/sivel/speedtest-cli'
+arch=('any')
+license=('Apache')
+depends=('python-setuptools')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sivel/speedtest-cli/archive/v${pkgver}.tar.gz)
+sha512sums=('60bde263a06589c609a10e1a881a1b02f7c7426b95778d7729b1388e545713094501914c24ee08f0857c4f445354539b5508825ab1a51df284215ba681dd7888')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package(){
+  cd ${pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 ${pkgname}.1 -t "${pkgdir}/usr/share/man/man1"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list