summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWouter de Vries2019-08-13 08:34:09 +0200
committerWouter de Vries2019-08-13 08:34:09 +0200
commit675c2f4bc3f399e45fe3e595a6436f77c79e733a (patch)
treee54f7993baa3130685c4fce11e4f25ae3c5a8d58
parent53a4929340c3eb2698007d8e37d7ee1d253cdd46 (diff)
downloadaur-675c2f4bc3f399e45fe3e595a6436f77c79e733a.tar.gz
bumped version to 1.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 292083108d94..78967c0c9afc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jun 20 10:51:25 UTC 2017
+# Tue Aug 13 06:34:01 UTC 2019
pkgbase = python-ripe-atlas-sagan
pkgdesc = A parsing library for RIPE Atlas measurement results
- pkgver = 1.2
+ pkgver = 1.3.0
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.io/packages/source/r/ripe.atlas.sagan/ripe.atlas.sagan-1.2.tar.gz
- sha256sums = 52bf9f7d0a5a82535f629a2af5644e8de1c4b085f711841ca3660d34fbef19cc
+ source = https://pypi.io/packages/source/r/ripe.atlas.sagan/ripe.atlas.sagan-1.3.0.tar.gz
+ sha256sums = 0a1d7548032a7521fcde6db6a766a5e01b06968d21691f9c89076561b8416222
pkgname = python-ripe-atlas-sagan
diff --git a/PKGBUILD b/PKGBUILD
index 766cb2f1b4b1..f02dfd4c6a17 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.2
+pkgver=1.3.0
pkgrel=1
pkgdesc="A parsing library for RIPE Atlas measurement results"
arch=('any')
@@ -12,7 +12,7 @@ optdepends=('python-ujson: faster json decoding' 'python-sphinx: documentation g
makedepends=('python-setuptools')
provides=('python-ripe-atlas-sagan')
source=("https://pypi.io/packages/source/r/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('52bf9f7d0a5a82535f629a2af5644e8de1c4b085f711841ca3660d34fbef19cc')
+sha256sums=('0a1d7548032a7521fcde6db6a766a5e01b06968d21691f9c89076561b8416222')
package() {
cd "$srcdir/$_name-$pkgver"