summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWouter de Vries2015-11-23 11:58:44 +0100
committerWouter de Vries2015-11-23 11:58:44 +0100
commitc207a6e037824e9040869b55a2d0d764a1b47729 (patch)
tree77cff72aae62a30e82705b06f6c8c7ae48bf113f
parent9b72154c6237cf0681d3b840ac80713e6945a241 (diff)
downloadaur-c207a6e037824e9040869b55a2d0d764a1b47729.tar.gz
Fix after initial commit
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f4c19e1cdb0a..36a879d68e71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A python wrapper around RIPE ATLAS API"
arch=('any')
url="https://github.com/RIPE-NCC/ripe-atlas-cousteau"
license=('GPL3')
-depends=('python>=3.4' 'python-requests>=2.7.0' 'python-dateutil', 'python-socketio-client>=0.6.5')
+depends=('python>=3.4' 'python-requests>=2.7.0' 'python-dateutil' 'python-socketio-client>=0.6.5')
makedepends=('python-setuptools')
provides=('python-ripe-atlas-cousteau')
source=("https://pypi.python.org/packages/source/r/$_name/$_name-$pkgver.tar.gz")