summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid P2017-06-13 12:28:47 -0400
committerDavid P2017-06-13 12:28:47 -0400
commite5fde14cd659a9d6249c976d6c6dace49e4fc344 (patch)
tree1dad9894e30fb3f0c8013dbd1a82c224b63e11ce
parente6ed7fc67ace230fb50c83e767303b0d827f3d45 (diff)
downloadaur-e5fde14cd659a9d6249c976d6c6dace49e4fc344.tar.gz
Added makedepends
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 10 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdffcfbc2d03..d21fdb90bf99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,16 @@
pkgbase = python-pypump
pkgdesc = Python pump.io library
pkgver = 0.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/xray7224/PyPump
arch = any
license = GPL3
+ checkdepends = python-dateutil
+ checkdepends = python2-dateutil
+ checkdepends = python-requests
+ checkdepends = python2-requests
+ checkdepends = python-requests-oauthlib
+ checkdepends = python2-requests-oauthlib
makedepends = python-setuptools
makedepends = python2-setuptools
source = python-pypump-0.7.tar.gz::https://github.com/xray7224/PyPump/archive/v0.7.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 7b4dbfcc0aa8..9ec630c40910 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
-# Maintainer: David P. <megver83@hyperbola.info>
+# Maintainer: David P. <megver83@parabola.nu>
pkgbase=python-pypump
pkgname=('python-pypump' 'python2-pypump')
pkgver=0.7
-pkgrel=1
+pkgrel=2
arch=('any')
license=('GPL3')
pkgdesc="Python pump.io library"
url="https://github.com/xray7224/PyPump"
makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-dateutil' 'python2-dateutil' 'python-requests' 'python2-requests' 'python-requests-oauthlib' 'python2-requests-oauthlib')
source=("$pkgbase-$pkgver.tar.gz::https://github.com/xray7224/PyPump/archive/v$pkgver.tar.gz")
sha512sums=('3906118f681dd886bd8e3d57a49f66a0bc4236fe526d8137905ea8f7fd9bc9fea61a5646ca6e6617095fab62ab3ce91f2ea7d2c5e150125f399048c2f8831e86')