summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Purkhiser2015-10-19 08:15:43 -0500
committerEvan Purkhiser2015-10-19 08:15:43 -0500
commita672a38378bd888adcab17ed0e02d31e23f2b811 (patch)
tree4a7a5c265afc21512403c11c734376205493f3f2
parentdcca407c8021a8b732c501e199b2e01f30b2d960 (diff)
downloadaur-a672a38378bd888adcab17ed0e02d31e23f2b811.tar.gz
python-httpie-oauth: Updates upstream source URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 902337db09d5..abf2f3f3ef4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,14 +2,14 @@ pkgbase = python-httpie-oauth
pkgdesc = OAuth plugin for httpie
pkgver = 5.6cf6ed4
pkgrel = 1
- url = https://github.com/jakubroztocil/httpie-oauth
+ url = https://github.com/jkbrzt/httpie-oauth
arch = any
license = BSD
makedepends = python-distribute
makedepends = git
depends = python-oauthlib
depends = python-requests-oauthlib
- source = python-httpie-oauth::git://github.com/jakubroztocil/httpie-oauth.git
+ source = python-httpie-oauth::git://github.com/jkbrzt/httpie-oauth.git
md5sums = SKIP
pkgname = python-httpie-oauth
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')