summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWouter de Vries2016-01-29 16:26:29 +0100
committerWouter de Vries2016-01-29 16:26:29 +0100
commit978cc29ac92ac22e9a15d1f6c341eacbb7a845ff (patch)
tree6dc6c853166dfded3c09ec8ffd9e6dc446e15da1
parent359839ad8cf86b1fecd4279a67a8b740e2ffa771 (diff)
downloadaur-978cc29ac92ac22e9a15d1f6c341eacbb7a845ff.tar.gz
Updated to version 1.0.7
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac99ab26e9ca..cb6eedf8c239 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Fri Dec 18 09:37:56 UTC 2015
+# Fri Jan 29 15:26:14 UTC 2016
pkgbase = python-ripe-atlas-cousteau
pkgdesc = A python wrapper around RIPE ATLAS API
- pkgver = 1.0.6
- pkgrel = 2
- url = https://github.com/RIPE-NCC/ripe-atlas-cousteau
+ pkgver = 1.0.7
+ pkgrel = 1
+ url = https://pypi.python.org/pypi/ripe.atlas.cousteau
arch = any
license = GPL3
makedepends = python-setuptools
@@ -13,8 +13,8 @@ pkgbase = python-ripe-atlas-cousteau
depends = python-dateutil
depends = python-socketio-client>=0.6.5
provides = python-ripe-atlas-cousteau
- source = https://pypi.python.org/packages/source/r/ripe.atlas.cousteau/ripe.atlas.cousteau-1.0.6.tar.gz
- md5sums = 196933a791e4d0c2eb123ca5a79162e0
+ source = https://pypi.python.org/packages/source/r/ripe.atlas.cousteau/ripe.atlas.cousteau-1.0.7.tar.gz
+ md5sums = a10d16cb42f463b2d949a8516acd3c3d
pkgname = python-ripe-atlas-cousteau
diff --git a/PKGBUILD b/PKGBUILD
index fbde8f6450a9..fef25e1158c3 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.6
-pkgrel=2
+pkgver=1.0.7
+pkgrel=1
pkgdesc="A python wrapper around RIPE ATLAS API"
arch=('any')
-url="https://github.com/RIPE-NCC/ripe-atlas-cousteau"
+url="https://pypi.python.org/pypi/ripe.atlas.cousteau"
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=('196933a791e4d0c2eb123ca5a79162e0')
+md5sums=('a10d16cb42f463b2d949a8516acd3c3d')
package() {
cd "$srcdir/$_name-$pkgver"