summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6dde551c5f9e..96591d37ee8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Wouter de Vries <wouter@wouter-web.nl>
_name=ripe.atlas.tools
pkgname=ripe-atlas-tools
-pkgver=2.0.1
+pkgver=2.0.2
pkgrel=1
pkgdesc="The official command-line client for RIPE Atlas"
arch=('any')
@@ -11,9 +11,8 @@ optdepends=('python-ujson: faster json decoding' 'python-sphinx: documentation g
depends=('python>=3.4' 'python-dateutil>=2.4.2' 'python-requests>=2.7.0' 'python-ripe-atlas-cousteau>=1.2' 'python-ripe-atlas-sagan>=1.1.10' 'python-tzlocal' 'python-yaml' 'python-pyopenssl>=0.13')
makedepends=('python-setuptools')
provides=('ripe-atlas-tools')
-#source=("https://pypi.python.org/packages/source/r/$_name/$_name-$pkgver.tar.gz")
-source=("https://pypi.python.org/packages/96/01/c7f7b10d01d5d0d3ff8e9c91051791348cb1154891e6ec40377d0ddba0bf/ripe.atlas.tools-2.0.1.tar.gz")
-md5sums=('b3c78853971a5bf110cfbc283c1e0e2c')
+source=("https://pypi.io/packages/source/r/$_name/$_name-$pkgver.tar.gz")
+sha256sums=('a6a46fb85cb40f0f5644df3df5110cbdc0394b278f289cbe6462cbb10eda0d78')
package() {
cd "$srcdir/$_name-$pkgver"