summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMassimiliano Torromeo2016-05-15 16:53:36 +0200
committerMassimiliano Torromeo2016-05-15 16:53:36 +0200
commit6df657fd9818b5bda3507fd0b420bf08fa97409a (patch)
tree860a6e605c32ef8382143037fd877b67c6c738e5 /PKGBUILD
parent6dbfc0d97bc69120072e7afe78d7967ec7186c45 (diff)
downloadaur-python2-oauth2.tar.gz
Updated download URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9bbc5198d75..8a5b575332b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://github.com/joestump/python-oauth2"
license=('GPL')
depends=(python2-httplib2)
makedepends=(python2-setuptools)
-source=(https://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.post1.tar.gz)
+source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.post1.tar.gz)
build() {
cd "$srcdir/$_libname-$pkgver.post1"