summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjon2017-04-08 16:31:57 -0400
committerjon2017-04-08 16:31:57 -0400
commit88993b81bed740706394d7d21a12d63eae6e3159 (patch)
treefa6dc2133d51d75e8b5c262a6e6c3176803c5df6
parentd9f692256d0617c74395d2ecdd4e58973ce450e5 (diff)
downloadaur-88993b81bed740706394d7d21a12d63eae6e3159.tar.gz
fix url
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c69438b1d7e..3637e3907a22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgname=python2-pydrive
pkgver=1.3.1
pkgrel=0
pkgdesc='Google Drive API made easy.'
-url='https://github.com/googledrive/PyDrive'
+url='https://pypi.python.org/pypi/PyDrive'
license=('Apache')
arch=('any')
depends=('python2-google-api-python-client' 'python2-yaml')