summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2017-11-20 23:00:06 +0100
committerHyacinthe Cartiaux2017-11-20 23:00:06 +0100
commita7f7c812f9dad51e3aad070a57eda2f13b722956 (patch)
tree20c9b421bbfc0ccf6d7c89d14c2886c96be55384
parentdb0a14289281aaa8f38d2afbc40efc9aa7b9dfc5 (diff)
downloadaur-a7f7c812f9dad51e3aad070a57eda2f13b722956.tar.gz
Use https (mandatory)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74fa92aa76bb..f1f990c80f3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Sep 8 08:32:27 UTC 2017
+# Mon Nov 20 21:59:52 UTC 2017
pkgbase = python-babelfish
pkgdesc = A module to work with countries and languages
pkgver = 0.5.5
pkgrel = 2
- url = http://pypi.python.org/pypi/babelfish
+ url = https://pypi.python.org/pypi/babelfish
arch = any
license = BSD
makedepends = python-setuptools
depends = python
options = !emptydirs
- source = http://pypi.python.org/packages/source/b/babelfish/babelfish-0.5.5.tar.gz
+ source = https://pypi.python.org/packages/source/b/babelfish/babelfish-0.5.5.tar.gz
sha256sums = 8380879fa51164ac54a3e393f83c4551a275f03617f54a99d70151358e444104
pkgname = python-babelfish
diff --git a/PKGBUILD b/PKGBUILD
index b76d9e1fe714..bf25e4f53f12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,13 @@ pkgver=0.5.5
pkgrel=2
pkgdesc="A module to work with countries and languages"
arch=('any')
-url="http://pypi.python.org/pypi/${_name}"
+url="https://pypi.python.org/pypi/${_name}"
license=('BSD')
makedepends=('python-setuptools')
depends=('python')
options=(!emptydirs)
-source=("http://pypi.python.org/packages/source/b/${_name}/${_name}-$pkgver.tar.gz")
+source=("https://pypi.python.org/packages/source/b/${_name}/${_name}-$pkgver.tar.gz")
sha256sums=('8380879fa51164ac54a3e393f83c4551a275f03617f54a99d70151358e444104')
package() {