summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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"