summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWouter de Vries2016-04-30 11:49:49 +0200
committerWouter de Vries2016-04-30 11:49:49 +0200
commit99767a45c55abab58d1e0fa509ce74a541b3b8b3 (patch)
tree8ae7e521f54ee52aae7f1ea3b6633f3d49b592e7
parent950b7f269fb48e93cc2c408cb7316835dd0df394 (diff)
downloadaur-99767a45c55abab58d1e0fa509ce74a541b3b8b3.tar.gz
Updated to version 1.1.10
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 378c75e161f1..1effafeef25c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Fri Dec 18 09:38:41 UTC 2015
+# Sat Apr 30 09:49:21 UTC 2016
pkgbase = python-ripe-atlas-sagan
pkgdesc = A parsing library for RIPE Atlas measurement results
- pkgver = 1.1.8
- pkgrel = 2
- url = https://github.com/RIPE-NCC/ripe.atlas.sagan
+ pkgver = 1.1.10
+ pkgrel = 1
+ url = https://pypi.python.org/pypi/ripe.atlas.sagan
arch = any
license = GPL3
makedepends = python-setuptools
@@ -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.8.tar.gz
- md5sums = 6a29ebba5926afc4d8791fc48993eae5
+ source = https://pypi.python.org/packages/source/r/ripe.atlas.sagan/ripe.atlas.sagan-1.1.10.tar.gz
+ md5sums = 1ac95d9d89bd1ac70942e5ef99a7464c
pkgname = python-ripe-atlas-sagan
diff --git a/PKGBUILD b/PKGBUILD
index 287dc179b7d4..870b6c46d677 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Wouter de Vries <wouter@wouter-web.nl>
_name=ripe.atlas.sagan
pkgname=python-ripe-atlas-sagan
-pkgver=1.1.8
-pkgrel=2
+pkgver=1.1.10
+pkgrel=1
pkgdesc="A parsing library for RIPE Atlas measurement results"
arch=('any')
-url="https://github.com/RIPE-NCC/$_name"
+url="https://pypi.python.org/pypi/$_name"
license=('GPL3')
depends=('python>=3.4' 'python-dateutil' 'python-pytz' 'python-ipy' 'python-pyopenssl')
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=('6a29ebba5926afc4d8791fc48993eae5')
+md5sums=('1ac95d9d89bd1ac70942e5ef99a7464c')
package() {
cd "$srcdir/$_name-$pkgver"