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 4946a0590bcc..af2ce31edd54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=python-dota2api-git
pkgver=267
-pkgrel=3
+pkgrel=4
pkgdesc='Dota 2 match data query API for Python.'
arch=('any')
url="https://github.com/joshuaduffy/dota2api"
license=('GPL2')
-depends=('python')
+depends=('python' 'python-requests')
makedepends=('git' 'python-setuptools')
source=("git://github.com/joshuaduffy/dota2api.git")
md5sums=('SKIP')