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

Felix Yan felixonmars at archlinux.org
Fri Mar 15 07:46:10 UTC 2019


    Date: Friday, March 15, 2019 @ 07:46:10
  Author: felixonmars
Revision: 441808

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-15 07:45:25 UTC (rev 441807)
+++ PKGBUILD	2019-03-15 07:46:10 UTC (rev 441808)
@@ -1,29 +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=2.0.2
-pkgrel=2
-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=('12fa9a5dd8bcb7a7ee68ecc9075dc5c18f089cecf003e7e643dbb6b1c3663f17c2aba48d1e84aa27bff6b66e207d39ecaf874aebad1d71cac772c58b62191723')
-
-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:

Copied: speedtest-cli/repos/community-any/PKGBUILD (from rev 441807, speedtest-cli/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-15 07:46:10 UTC (rev 441808)
@@ -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.1.1
+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=('afc1fc0264d5124efe5afc9b0583b2b37ae50eac229e6971656a906b9a7a78d44158485d5c2e44c3430694fd7355926f578a54a196cc9b9baf6cfbc357a789d1')
+
+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