summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {