summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22fe341a6800..a87ef17c72d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = python-unicards
arch = any
license = APACHE
depends = python
- source = http://pypi.python.org/packages/source/u/unicards/unicards-0.6.tar.gz
+ source = https://pypi.python.org/packages/source/u/unicards/unicards-0.6.tar.gz
sha256sums = b06f6effd7782f9541e5761afc4ee01ee7e163f9c6c04ad9b3712354f0a2cfdd
pkgname = python-unicards
diff --git a/PKGBUILD b/PKGBUILD
index 7c1bfaca8e10..e76b5fc56548 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=("any")
url="https://github.com/lmacken/unicards"
license=("APACHE")
depends=("python")
-source=("http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
+source=("https://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
sha256sums=("b06f6effd7782f9541e5761afc4ee01ee7e163f9c6c04ad9b3712354f0a2cfdd")