summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEvan Purkhiser2015-10-19 08:15:43 -0500
committerEvan Purkhiser2015-10-19 08:15:43 -0500
commita672a38378bd888adcab17ed0e02d31e23f2b811 (patch)
tree4a7a5c265afc21512403c11c734376205493f3f2 /PKGBUILD
parentdcca407c8021a8b732c501e199b2e01f30b2d960 (diff)
downloadaur-a672a38378bd888adcab17ed0e02d31e23f2b811.tar.gz
python-httpie-oauth: Updates upstream source URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d30b418d7f74..a276dfb84ce2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname=python-httpie-oauth
pkgdesc="OAuth plugin for httpie"
license=('BSD')
-url="https://github.com/jakubroztocil/httpie-oauth"
+url="https://github.com/jkbrzt/httpie-oauth"
pkgver=5.6cf6ed4
pkgrel=1
-source=("$pkgname::git://github.com/jakubroztocil/httpie-oauth.git")
+source=("$pkgname::git://github.com/jkbrzt/httpie-oauth.git")
md5sums=('SKIP')
depends=('python-oauthlib' 'python-requests-oauthlib')
makedepends=('python-distribute' 'git')