summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2016-12-01 23:24:40 +0100
committerBaptiste Jonglez2016-12-01 23:24:40 +0100
commit3de22e77129b214d08c054e2c2542fb29d97b4ed (patch)
treed93800afc32a429c9de345b92e989cb513c9aaa0
parent404906c470bf9317f8ceb722557fbbcb4087a49b (diff)
downloadaur-3de22e77129b214d08c054e2c2542fb29d97b4ed.tar.gz
all: switch to HTTPS when available
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4005d2a67a3c..6f1784e9c8e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Thu Dec 1 22:24:41 UTC 2016
pkgbase = egypt
pkgdesc = A simple tool for creating call graphs of C programs
pkgver = 1.10
pkgrel = 1
- url = http://www.gson.org/egypt/
+ url = https://www.gson.org/egypt/
arch = any
license = GPL
license = PerlArtistic
@@ -12,7 +14,7 @@ pkgbase = egypt
depends = graphviz
optdepends = gcc: for generating an intermediate representation of C code (RTL files)
optdepends = graphviz: for visualising the resulting graph
- source = http://www.gson.org/egypt/download/egypt-1.10.tar.gz
+ source = https://www.gson.org/egypt/download/egypt-1.10.tar.gz
md5sums = 591dce680bef60e73edccd0220957846
pkgname = egypt
diff --git a/PKGBUILD b/PKGBUILD
index d9060d9f15da..c934b81eecf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=1.10
pkgrel=1
pkgdesc="A simple tool for creating call graphs of C programs"
arch=("any")
-url="http://www.gson.org/egypt/"
+url="https://www.gson.org/egypt/"
# The author states: "This program is free software; you can redistribute
# it and/or modify it under the same terms as Perl itself."
license=('GPL' 'PerlArtistic')
@@ -12,7 +12,7 @@ depends=("perl" "gcc" "graphviz")
makedepends=("perl")
optdepends=("gcc: for generating an intermediate representation of C code (RTL files)"
"graphviz: for visualising the resulting graph")
-source=("http://www.gson.org/egypt/download/$pkgname-$pkgver.tar.gz")
+source=("https://www.gson.org/egypt/download/$pkgname-$pkgver.tar.gz")
md5sums=('591dce680bef60e73edccd0220957846')
build() {