summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMassimiliano Torromeo2016-05-15 16:53:16 +0200
committerMassimiliano Torromeo2016-05-15 16:53:16 +0200
commit8b75ff60b6a710f4685b42f867f3b45b84efa032 (patch)
treea6d5777039c35ee2d1a8ca8e6cdc2994936e762f /PKGBUILD
parent7f30213fbde439a24f5080e69cce9ba2af69fb21 (diff)
downloadaur-8b75ff60b6a710f4685b42f867f3b45b84efa032.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 8111195dc4ca..36097ab7e873 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://github.com/PyMySQL/mysqlclient-python"
license=('GPL')
depends=('python' 'libmariadbclient')
makedepends=('mariadb' 'python-setuptools')
-source=("http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz")
build() {
cd "$srcdir"/$_libname-$pkgver