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 4afd584fc58d..4b6f283a47aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nodejs-carto-git
pkgdesc = Mapbox carto: Translates Carto MML/ CartoCSS to Mapnik XML or a JSON variant of Mapnik XML.
pkgver = 1.2.0+28+r1971.20201014.3051072
- pkgrel = 2
+ pkgrel = 3
url = https://vis4.net/chromajs/
arch = any
license = apache
@@ -21,7 +21,7 @@ pkgbase = nodejs-carto-git
conflicts = nodejs-carto
conflicts = carto-git
options = !strip
- source = carto::git+git://github.com/mapbox/carto.git
+ source = carto::git+https://github.com/mapbox/carto.git
sha256sums = SKIP
pkgname = nodejs-carto-git
diff --git a/PKGBUILD b/PKGBUILD
index 925c19b92b3a..492738dd7ea6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname="${_pkgorigname}"
pkgname="nodejs-${_pkgname}-git"
pkgdesc="Mapbox carto: Translates Carto MML/ CartoCSS to Mapnik XML or a JSON variant of Mapnik XML."
pkgver=1.2.0+28+r1971.20201014.3051072
-pkgrel=2
+pkgrel=3
arch=('any')
license=('apache')
url="https://vis4.net/chromajs/"
@@ -42,7 +42,7 @@ conflicts=(
)
options=('!strip') # Do not attempt to strip, since there is no ELF binary anyway, so strip will just take needless time.
source=(
- "${_pkgorigname}::git+git://github.com/mapbox/${_pkgorigname}.git"
+ "${_pkgorigname}::git+https://github.com/mapbox/${_pkgorigname}.git"
)
sha256sums=(
'SKIP'