summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWouter de Vries2016-10-31 10:21:55 +0100
committerWouter de Vries2016-10-31 10:21:55 +0100
commit7fa44140242cc7e9544c472b2d7ee32b21d795eb (patch)
tree26c2fe6630541699981b4dc9ae22c279767856dd
parent945525d69493ce2bac11a4630fdbe32b6be70712 (diff)
downloadaur-7fa44140242cc7e9544c472b2d7ee32b21d795eb.tar.gz
Updated to version 2.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b460ea7e11e7..445ba14ed986 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Apr 30 10:04:38 UTC 2016
+# Mon Oct 31 09:21:43 UTC 2016
pkgbase = ripe-atlas-tools
pkgdesc = The official command-line client for RIPE Atlas
- pkgver = 2.0.1
+ pkgver = 2.0.2
pkgrel = 1
url = https://pypi.python.org/pypi/ripe.atlas.tools
arch = any
@@ -19,8 +19,8 @@ pkgbase = ripe-atlas-tools
optdepends = python-ujson: faster json decoding
optdepends = python-sphinx: documentation generator
provides = ripe-atlas-tools
- 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/ripe.atlas.tools/ripe.atlas.tools-2.0.2.tar.gz
+ sha256sums = a6a46fb85cb40f0f5644df3df5110cbdc0394b278f289cbe6462cbb10eda0d78
pkgname = ripe-atlas-tools
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"