summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Purkhsier2014-08-12 14:01:31 -0700
committerEvan Purkhsier2014-08-12 14:01:31 -0700
commit84fd365e20f6371a84a25f0c5273208a2224018a (patch)
tree6b9c9b48b1da679532f3ffb626d2395be9805fe3
parent93b3c34084df8e58d237a3650dae78799ecb585b (diff)
downloadaur-84fd365e20f6371a84a25f0c5273208a2224018a.tar.gz
python-httpie-oauth: Fix deps list
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b12c84b7ebab..d2924d6bed3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-httpie-oauth
pkgdesc = OAuth plugin for httpie
pkgver = 5.6cf6ed4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jakubroztocil/httpie-oauth
arch = any
license = BSD
makedepends = python-distribute
makedepends = git
depends = python-oauthlib
+ depends = python-requests-oauthlib
source = git://github.com/jakubroztocil/httpie-oauth.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e5ece1dd98b5..015d2b744ace 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
_gitname=httpie-oauth
pkgname=python-httpie-oauth
pkgver=5.6cf6ed4
-pkgrel=1
+pkgrel=2
pkgdesc="OAuth plugin for httpie"
url="https://github.com/jakubroztocil/httpie-oauth"
source=(git://github.com/jakubroztocil/httpie-oauth.git)
-depends=(python-oauthlib)
+depends=(python-oauthlib python-requests-oauthlib)
makedepends=(python-distribute git)
md5sums=('SKIP')
license=('BSD')