summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWouter de Vries2016-10-31 10:20:34 +0100
committerWouter de Vries2016-10-31 10:20:34 +0100
commit484386dddf1e9740d47156b7842fd02429d67759 (patch)
tree914a32fe247e5a7f45f6d8b272c9780c6872480c
parent766dd7f55344c5452f4556c5d4aaf5eb27ba5ade (diff)
downloadaur-484386dddf1e9740d47156b7842fd02429d67759.tar.gz
Updated to version 1.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d02b32fbfaf6..fda51afa3d24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Apr 30 09:51:13 UTC 2016
+# Mon Oct 31 09:17:38 UTC 2016
pkgbase = python-ripe-atlas-cousteau
pkgdesc = A python wrapper around RIPE ATLAS API
- pkgver = 1.2
+ pkgver = 1.3
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.2.tar.gz
- md5sums = dd85524f92dd213541da18aaeffa048f
+ source = https://pypi.io/packages/source/r/ripe.atlas.cousteau/ripe.atlas.cousteau-1.3.tar.gz
+ sha256sums = 260c3effc0b11269ecb7fbd5fde790c51ff9e9e12ebfdca3ca1680ae4d9afd7f
pkgname = python-ripe-atlas-cousteau
diff --git a/PKGBUILD b/PKGBUILD
index 739710339630..881dd1f1b376 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Wouter de Vries <wouter@wouter-web.nl>
_name=ripe.atlas.cousteau
pkgname=python-ripe-atlas-cousteau
-pkgver=1.2
+pkgver=1.3
pkgrel=1
pkgdesc="A python wrapper around RIPE ATLAS API"
arch=('any')
@@ -10,8 +10,8 @@ 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=('dd85524f92dd213541da18aaeffa048f')
+source=("https://pypi.io/packages/source/r/$_name/$_name-$pkgver.tar.gz")
+sha256sums=('260c3effc0b11269ecb7fbd5fde790c51ff9e9e12ebfdca3ca1680ae4d9afd7f')
package() {
cd "$srcdir/$_name-$pkgver"