summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cornwall2019-07-02 04:36:16 +0000
committerBrett Cornwall2019-07-02 04:36:16 +0000
commitb327f6ef83aae37b9fbc479e288a34f2c30a06b6 (patch)
tree22d66996ec5a4a2016d8a9381b57a9427f8a4b17
parent09ba9d76dc58a0e7a2804baa58de0208c1e485a7 (diff)
downloadaur-b327f6ef83aae37b9fbc479e288a34f2c30a06b6.tar.gz
Replace http:// urls with https://
These packages' sites were all verified as https:// functional
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf10d0ce9018..98aff2aa16f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=3
pkgdesc="A simple Python socket pool"
arch=('any')
license=('MIT')
-url="http://github.com/benoitc/socketpool"
+url="https://github.com/benoitc/socketpool"
makedepends=('python-setuptools' 'python2-setuptools' 'git')
checkdepends=('python-pytest' 'python2-pytest')
source=("git+https://github.com/benoitc/socketpool.git#tag=$pkgver")