summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWouter de Vries2019-08-13 08:35:19 +0200
committerWouter de Vries2019-08-13 08:35:19 +0200
commit6168413c893ababcf269fe41cbb33734b95c00a1 (patch)
treebe0d76026a640eb8ff356e2f21d5c5824f4cee64 /PKGBUILD
parentef7dd029f293668ad57b8d829b0979fb028ca932 (diff)
downloadaur-python-ripe-atlas-cousteau.tar.gz
bumped version to 1.4.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c252e2ee5bf..cb52cfc0f703 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.4
+pkgver=1.4.2
pkgrel=1
pkgdesc="A python wrapper around RIPE ATLAS API"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python>=3.4' 'python-requests>=2.7.0' 'python-dateutil' 'python-socket
makedepends=('python-setuptools')
provides=('python-ripe-atlas-cousteau')
source=("https://pypi.io/packages/source/r/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('41e0c91ae4459a6c101448f5bafb043ba44b4abfd9a80a5ae0b4c3a1bb550a52')
+sha256sums=('10b930ff67c9744f6ee275e07a441a8fba1911f251e92c0ca511b8c082a3fcd5')
package() {
cd "$srcdir/$_name-$pkgver"