summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWouter de Vries2019-08-13 09:27:30 +0200
committerWouter de Vries2019-08-13 09:27:30 +0200
commitcfb33eb042eefbe3b368e999c135387237cf1ce0 (patch)
treef68ea2394f987149ad9ea3723e74653d4508020e /PKGBUILD
parent3a29202abf95e30bfe80bb0a0f7cbaa89ddb0d32 (diff)
downloadaur-ripe-atlas-tools.tar.gz
bumped version to 2.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index edbb2f6b891a..deb3de7f7027 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=2.1
+pkgver=2.3.0
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.4' 'python-ripe-atlas-sagan>=1.2' '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.4.2' 'python-ripe-atlas-sagan>=1.3.0' 'python-tzlocal' 'python-yaml' 'python-pyopenssl>=0.13')
makedepends=('python-setuptools')
provides=('ripe-atlas-tools')
source=("https://pypi.io/packages/source/r/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('85a6bac9a685d229a95f614131983e57c5c8d890c5c126c625bd81dbbb64091e')
+sha256sums=('edb979ebb8e91ce994559ccf36733ea60480960a4c2a6d8c48d5420cdc99c148')
package() {
cd "$srcdir/$_name-$pkgver"