summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWouter de Vries2016-04-30 11:51:30 +0200
committerWouter de Vries2016-04-30 11:51:30 +0200
commit766dd7f55344c5452f4556c5d4aaf5eb27ba5ade (patch)
treee7b84dd640331885932e80e09eb5020f2465e7aa
parent978cc29ac92ac22e9a15d1f6c341eacbb7a845ff (diff)
downloadaur-766dd7f55344c5452f4556c5d4aaf5eb27ba5ade.tar.gz
Updated to version 1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb6eedf8c239..d02b32fbfaf6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jan 29 15:26:14 UTC 2016
+# Sat Apr 30 09:51:13 UTC 2016
pkgbase = python-ripe-atlas-cousteau
pkgdesc = A python wrapper around RIPE ATLAS API
- pkgver = 1.0.7
+ pkgver = 1.2
pkgrel = 1
url = https://pypi.python.org/pypi/ripe.atlas.cousteau
arch = any
@@ -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.7.tar.gz
- md5sums = a10d16cb42f463b2d949a8516acd3c3d
+ source = https://pypi.python.org/packages/source/r/ripe.atlas.cousteau/ripe.atlas.cousteau-1.2.tar.gz
+ md5sums = dd85524f92dd213541da18aaeffa048f
pkgname = python-ripe-atlas-cousteau
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"