summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {