summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLin UX2018-08-15 20:42:24 +0800
committerLin UX2018-08-15 20:42:24 +0800
commit4e05982d6915a121c87ed81975309933af0d3420 (patch)
tree42195c7d0cc8e55a6014aea4f49c85911626e57f /PKGBUILD
parent80ef07851ef33be57b9c69e55516fa073fb15e97 (diff)
downloadaur-python-charade.tar.gz
Fix source link, thanks sanerb :)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7bdc22125501..5a17bfd7a332 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="https://github.com/sigmavirus24/charade"
license=('LGPL')
depends=('python')
-source=(http://pypi.python.org/packages/source/c/charade/${_pkgname}-${pkgver}.tar.gz)
+source=(https://pypi.python.org/packages/source/c/charade/${_pkgname}-${pkgver}.tar.gz)
md5sums=('79ac701a147705c09bdce31b79dfa12e')
build() {