summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWouter de Vries2015-12-16 13:41:01 +0100
committerWouter de Vries2015-12-16 13:41:01 +0100
commit35b5e561d4fc4b027a5e9890e771da31ea3aa7bb (patch)
treec8edc653039cab33cda2507e31127bac70d7fbe7
parent61e9590d2552c20d4e077bc8e8f1d5afe6160e91 (diff)
downloadaur-35b5e561d4fc4b027a5e9890e771da31ea3aa7bb.tar.gz
Updated to 1.1.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eee174f24eba..d95024c506ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Wed Dec 16 12:40:42 UTC 2015
pkgbase = python-ripe-atlas-sagan
pkgdesc = A parsing library for RIPE Atlas measurement results
- pkgver = 1.1.5
+ pkgver = 1.1.8
pkgrel = 1
url = https://github.com/RIPE-NCC/ripe.atlas.sagan
arch = any
@@ -14,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.5.tar.gz
- md5sums = 123a7fb3607f3038fbdb44cfbc0d1206
+ source = https://pypi.python.org/packages/source/r/ripe.atlas.sagan/ripe.atlas.sagan-1.1.8.tar.gz
+ md5sums = 6a29ebba5926afc4d8791fc48993eae5
pkgname = python-ripe-atlas-sagan
diff --git a/PKGBUILD b/PKGBUILD
index 9e2556f9f4e4..c554711615ac 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.5
+pkgver=1.1.8
pkgrel=1
pkgdesc="A parsing library for RIPE Atlas measurement results"
arch=('any')
@@ -12,9 +12,10 @@ optdepends=('python-ujson: faster json decoding' 'python-sphinx: documentation g
makedepends=('python-setuptools')
provides=('python-ripe-atlas-sagan')
source=("https://pypi.python.org/packages/source/r/$_name/$_name-$pkgver.tar.gz")
-md5sums=('123a7fb3607f3038fbdb44cfbc0d1206')
+md5sums=('6a29ebba5926afc4d8791fc48993eae5')
package() {
cd "$srcdir/$_name-$pkgver"
python setup.py install --root="$pkgdir" --optimize=1 || return 1
+ rm -r "ripe/__pycache__" "ripe/atlas/__pycache__"
}