summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucki2019-11-20 16:39:55 +0100
committerLucki2019-11-20 16:39:55 +0100
commit0938877738bd7802c48d2478189031ee4b28d20f (patch)
tree1a7a6d8f441a2d072ada28257b52ca0a476088e9
parent7a6c4633191c1c4b1aec06a8a1189c50c08e1e82 (diff)
downloadaur-0938877738bd7802c48d2478189031ee4b28d20f.tar.gz
use HTTPS for sources wherever possible, “git+https://” for git
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a0b2484b59ae..dae7df175ddb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Gerardo Marset <gammer1994@gmail.com>
pkgname=lci-git
-_pkgurl=git://github.com/justinmeza/lci.git
# Set this to true for the 1.4 draft (fileio, sockets, bukkits, …):
_usedraft=false
+_pkgurl="git+https://github.com/justinmeza/lci.git"
if test "$_usedraft" == "true"; then
# 1.4 draft:
- _pkgurl=$_pkgurl#branch=future
+ _pkgurl="$_pkgurl#branch=future"
fi
pkgver=0.10.5.r27.g6762b72