summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXenGi2017-12-04 17:45:14 +0100
committerXenGi2017-12-04 17:45:14 +0100
commit29219842bc4479515d068d73f5ba21f9e04f0d88 (patch)
tree9a204f0001ff5a077874f4f6f46af3f803f60e80 /PKGBUILD
parente5673327caa8bf7d28d0760b9fccf530da11e83e (diff)
downloadaur-python-speeed.tar.gz
updated to 1.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b620a066fd9..7aad5719074d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ricardo (XenGi) Band <email@ricardo.band>
pkgname='python-speeed'
_name='speeed'
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
pkgdesc="Ping like tool that measures packet speed instead of response time"
arch=(any)
url="https://github.com/xengi/speeed"
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python-setuptools' 'python-docopt' 'python-requests')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha1sums=('6f8fa71806213df4c1693da4474a085f3900dece')
+sha1sums=('b7871d85f4d3c5340e45e27b759acfffcd894e4d')
package() {
cd "${srcdir}/${_name}-${pkgver}"