summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fef25e1158c3..739710339630 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Wouter de Vries <wouter@wouter-web.nl>
_name=ripe.atlas.cousteau
pkgname=python-ripe-atlas-cousteau
-pkgver=1.0.7
+pkgver=1.2
pkgrel=1
pkgdesc="A python wrapper around RIPE ATLAS API"
arch=('any')
-url="https://pypi.python.org/pypi/ripe.atlas.cousteau"
+url="https://pypi.python.org/pypi/$_name"
license=('GPL3')
depends=('python>=3.4' 'python-requests>=2.7.0' 'python-dateutil' 'python-socketio-client>=0.6.5')
makedepends=('python-setuptools')
provides=('python-ripe-atlas-cousteau')
source=("https://pypi.python.org/packages/source/r/$_name/$_name-$pkgver.tar.gz")
-md5sums=('a10d16cb42f463b2d949a8516acd3c3d')
+md5sums=('dd85524f92dd213541da18aaeffa048f')
package() {
cd "$srcdir/$_name-$pkgver"