summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWouter de Vries2016-01-29 16:28:11 +0100
committerWouter de Vries2016-01-29 16:28:11 +0100
commit0c410cd2970de54ec16d9c1456b5e0a048dd2f75 (patch)
tree7a366c9bc1e365f45edaf2180c64b18035d4b360
parent04aabd3169a3f679e6486456258f537efa9f1494 (diff)
downloadaur-0c410cd2970de54ec16d9c1456b5e0a048dd2f75.tar.gz
Updated to version 1.2.2
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83fc9440ca03..c8db47c2218a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Dec 18 09:39:26 UTC 2015
+# Fri Jan 29 15:28:04 UTC 2016
pkgbase = ripe-atlas-tools
pkgdesc = The official command-line client for RIPE Atlas
- pkgver = 1.2.1
- pkgrel = 2
+ pkgver = 1.2.2
+ pkgrel = 1
url = https://pypi.python.org/pypi/ripe.atlas.tools
arch = any
license = GPL3
@@ -11,7 +11,7 @@ pkgbase = ripe-atlas-tools
depends = python>=3.4
depends = python-dateutil>=2.4.2
depends = python-requests>=2.7.0
- depends = python-ripe-atlas-cousteau>=1.0.6
+ depends = python-ripe-atlas-cousteau>=1.0.7
depends = python-ripe-atlas-sagan>=1.1.8
depends = python-tzlocal
depends = python-yaml
@@ -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/source/r/ripe.atlas.tools/ripe.atlas.tools-1.2.1.tar.gz
- md5sums = 47882407a8264456106d8493f20eaf2a
+ source = https://pypi.python.org/packages/source/r/ripe.atlas.tools/ripe.atlas.tools-1.2.2.tar.gz
+ md5sums = d1f78bfc70e88043f7b84b5dc65816be
pkgname = ripe-atlas-tools
diff --git a/PKGBUILD b/PKGBUILD
index ef6277b75516..b073239684fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Wouter de Vries <wouter@wouter-web.nl>
_name=ripe.atlas.tools
pkgname=ripe-atlas-tools
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.2.2
+pkgrel=1
pkgdesc="The official command-line client for RIPE Atlas"
arch=('any')
url="https://pypi.python.org/pypi/$_name"
license=('GPL3')
optdepends=('python-ujson: faster json decoding' 'python-sphinx: documentation generator')
-depends=('python>=3.4' 'python-dateutil>=2.4.2' 'python-requests>=2.7.0' 'python-ripe-atlas-cousteau>=1.0.6' 'python-ripe-atlas-sagan>=1.1.8' 'python-tzlocal' 'python-yaml' 'python-pyopenssl>=0.13')
+depends=('python>=3.4' 'python-dateutil>=2.4.2' 'python-requests>=2.7.0' 'python-ripe-atlas-cousteau>=1.0.7' 'python-ripe-atlas-sagan>=1.1.8' '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")
-md5sums=('47882407a8264456106d8493f20eaf2a')
+md5sums=('d1f78bfc70e88043f7b84b5dc65816be')
package() {
cd "$srcdir/$_name-$pkgver"