summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWouter de Vries2016-10-31 10:20:18 +0100
committerWouter de Vries2016-10-31 10:20:18 +0100
commitd18ca20542e8cba26f680b31d8d83c82913021a4 (patch)
tree50a323ba28a5d05a1d0e7d25f6612116143c406e
parent99767a45c55abab58d1e0fa509ce74a541b3b8b3 (diff)
downloadaur-d18ca20542e8cba26f680b31d8d83c82913021a4.tar.gz
Updated to version 1.1.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1effafeef25c..3dd83f38a889 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Apr 30 09:49:21 UTC 2016
+# Mon Oct 31 09:20:04 UTC 2016
pkgbase = python-ripe-atlas-sagan
pkgdesc = A parsing library for RIPE Atlas measurement results
- pkgver = 1.1.10
+ pkgver = 1.1.11
pkgrel = 1
url = https://pypi.python.org/pypi/ripe.atlas.sagan
arch = any
@@ -16,8 +16,8 @@ pkgbase = python-ripe-atlas-sagan
optdepends = python-ujson: faster json decoding
optdepends = python-sphinx: documentation generator
provides = python-ripe-atlas-sagan
- source = https://pypi.python.org/packages/source/r/ripe.atlas.sagan/ripe.atlas.sagan-1.1.10.tar.gz
- md5sums = 1ac95d9d89bd1ac70942e5ef99a7464c
+ source = https://pypi.io/packages/source/r/ripe.atlas.sagan/ripe.atlas.sagan-1.1.11.tar.gz
+ sha256sums = b51c464b6ef4f2cca0621bb1c4a2c626b58afbe9c32c5292c6ab7c8c1b705d08
pkgname = python-ripe-atlas-sagan
diff --git a/PKGBUILD b/PKGBUILD
index 870b6c46d677..c6a9e7e2461f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Wouter de Vries <wouter@wouter-web.nl>
_name=ripe.atlas.sagan
pkgname=python-ripe-atlas-sagan
-pkgver=1.1.10
+pkgver=1.1.11
pkgrel=1
pkgdesc="A parsing library for RIPE Atlas measurement results"
arch=('any')
@@ -11,8 +11,8 @@ depends=('python>=3.4' 'python-dateutil' 'python-pytz' 'python-ipy' 'python-pyop
optdepends=('python-ujson: faster json decoding' 'python-sphinx: documentation generator')
makedepends=('python-setuptools')
provides=('python-ripe-atlas-sagan')
-source=("https://pypi.python.org/packages/source/r/$_name/$_name-$pkgver.tar.gz")
-md5sums=('1ac95d9d89bd1ac70942e5ef99a7464c')
+source=("https://pypi.io/packages/source/r/$_name/$_name-$pkgver.tar.gz")
+sha256sums=('b51c464b6ef4f2cca0621bb1c4a2c626b58afbe9c32c5292c6ab7c8c1b705d08')
package() {
cd "$srcdir/$_name-$pkgver"