summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-05-29 02:30:03 +0300
committerCaleb Maclennan2020-05-29 02:30:03 +0300
commite94d3b640cdfd0d544fa26fe89a2e3fd87296196 (patch)
treee4514729c2774e7b4d3f6f83d62e4bcf926146f8
parentfb8f2b1cdf1d948a593f5462916c7e3f9afb9e28 (diff)
downloadaur-e94d3b640cdfd0d544fa26fe89a2e3fd87296196.tar.gz
Use HTTPS wherever possible
upgpkg: csvkit-git 1.0.4.r29.g9b76055-1 upgpkg: ec2-metadata 0.1.1-1 upgpkg: font-manager-git 0.7.5.r0.gdaf9d39-1 upgpkg: font-manager 0.7.7-1 upgpkg: git-annex-git 5.20141024-0 upgpkg: gtkhtml4 4.10.0-2 upgpkg: janus-gateway 0.9.5-1 upgpkg: lua-bit32 5.3.0-6 upgpkg: lua-iconv 7-3 upgpkg: lua-mediator 1.1.2-3 upgpkg: nodejs-nan 2.10.0-1 upgpkg: otf-antykwa-torunska 2.08-2 upgpkg: otf-bravura 1.360-1 upgpkg: otf-chunk 20180627-1 upgpkg: otf-im-fell-types 20121117-2 upgpkg: otf-iwona 0.995-2 upgpkg: otf-tex-gyre-ib 2.005-8 upgpkg: pdfstudio-bin 2019.2.2-1 upgpkg: perl-hash-merge-simple 0.051-2 upgpkg: perl-test-most 0.37-1 upgpkg: perl-test-use-ok 0.11-5 upgpkg: praat-git 6.1.09.r104.g9db902f-3 upgpkg: praat 6.1.15-1 upgpkg: prince-bin 13.5-1 upgpkg: prince-books-bin 20191125-1 upgpkg: python-agate-dbf 0.2.1-2 upgpkg: python-agate-excel 0.2.3-2 upgpkg: python-agate-sql 0.5.4-2 upgpkg: python-agate 1.6.1-4 upgpkg: stund 0.97-5 upgpkg: sword-svn r3722-1 upgpkg: teamocil 1.4.2-2 upgpkg: ttf-alef-ibx 1.001-6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3560a455d77..fc5592415bd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = csvkit-git
pkgdesc = A suite of utilities for converting to and working with CSV
pkgver = 1.0.4.r29.g9b76055
pkgrel = 1
- url = http://csvkit.readthedocs.org
+ url = https://csvkit.readthedocs.org
arch = any
license = MIT
makedepends = python-setuptools
@@ -22,7 +22,7 @@ pkgbase = csvkit-git
optdepends = ipython: nicer command-line for csvpy utility
provides = csvkit
conflicts = csvkit
- source = csvkit-git::git://github.com/wireservice/csvkit.git
+ source = csvkit-git::git+https://github.com/wireservice/csvkit.git
sha256sums = SKIP
pkgname = csvkit-git
diff --git a/PKGBUILD b/PKGBUILD
index 32832ebf0864..d62b33165f85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgver=1.0.4.r29.g9b76055
pkgrel=1
pkgdesc='A suite of utilities for converting to and working with CSV'
arch=('any')
-url='http://csvkit.readthedocs.org'
+url='https://csvkit.readthedocs.org'
license=('MIT')
depends=(
'python'
@@ -34,7 +34,7 @@ makedepends=(
)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=("$pkgname::git://github.com/wireservice/${pkgname/-/.}")
+source=("$pkgname::git+https://github.com/wireservice/${pkgname/-/.}")
sha256sums=('SKIP')
pkgver() {