summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Maudoux2016-02-06 17:35:59 +0100
committerGuillaume Maudoux2016-02-06 17:35:59 +0100
commit44b82300fdbdd995fc1d535978c7563579b9e0d7 (patch)
tree0077ea2dd4e5b8f6adad2dd59435fd91fff13ed8
parente4f035da9e4c65cc82abec5aa11e7e9f81d3e7b7 (diff)
downloadaur-44b82300fdbdd995fc1d535978c7563579b9e0d7.tar.gz
Use https
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 086aef5f5eab..7edb99da560a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 19 16:44:09 UTC 2016
+# Sat Feb 6 16:34:30 UTC 2016
pkgbase = mozart2-git
pkgdesc = The Mozart Programming System version 2
- pkgver = v2.0.0.alpha.0.4152.g473e132
+ pkgver = v2.0.0.alpha.0.4158.g06e26f5
pkgrel = 1
url = https://github.com/mozart/mozart2
install = mozart2-git.install
@@ -23,8 +23,8 @@ pkgbase = mozart2-git
conflicts = mozart-git
conflicts = mozart2
conflicts = mozart2-bin
- source = mozart2-git::git+http://github.com/mozart/mozart2
- source = git+http://github.com/mozart/mozart2-stdlib
+ source = mozart2-git::git+https://github.com/mozart/mozart2
+ source = git+https://github.com/mozart/mozart2-stdlib
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 06b07707e8fc..885216a5ac27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Maudoux <layus DOT on @AT@ gmail DOT com>
pkgname=mozart2-git
-pkgver=v2.0.0.alpha.0.4152.g473e132
+pkgver=v2.0.0.alpha.0.4158.g06e26f5
pkgrel=1
pkgdesc="The Mozart Programming System version 2"
arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@ provides=('mozart')
conflicts=('mozart' 'mozart-git' 'mozart2' 'mozart2-bin')
install="${pkgname}.install"
source=(
- "$pkgname::git+http://github.com/mozart/mozart2"
- 'git+http://github.com/mozart/mozart2-stdlib'
+ "$pkgname::git+https://github.com/mozart/mozart2"
+ 'git+https://github.com/mozart/mozart2-stdlib'
)
sha256sums=(
'SKIP'