summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent04aabd3169a3f679e6486456258f537efa9f1494 (diff)
downloadaur-0c410cd2970de54ec16d9c1456b5e0a048dd2f75.tar.gz
Updated to version 1.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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"