summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMassimiliano Torromeo2016-05-15 16:52:55 +0200
committerMassimiliano Torromeo2016-05-15 16:52:55 +0200
commit46fe7efb26ae2960efa765798096aabe32f3d0ac (patch)
tree8d57636137e1f8a77ac4638360408b81c9c72ff8 /PKGBUILD
parent85ac78a93dd9de68f79fa9d5c12582eeab47a7c0 (diff)
downloadaur-46fe7efb26ae2960efa765798096aabe32f3d0ac.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 1cf4c49ccf93..741f5e1ec929 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/mtorromeo/mattersend"
license=('BSD')
depends=(python-requests python-setproctitle)
makedepends=(python-setuptools)
-source=(http://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz)
+source=(https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz)
build() {
cd "$srcdir/$pkgname-$pkgver"