summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Correia2016-09-28 18:43:05 -0400
committerSergio Correia2016-09-28 18:43:05 -0400
commit33cf3a71a3ead135c37e4b8edd5eb24da3d9e83f (patch)
tree9aebeb2ce663b7ed1834ab022d280138fe3806dd
parentec427afdf9be32cd42e712c8037faaa158efc791 (diff)
downloadaur-33cf3a71a3ead135c37e4b8edd5eb24da3d9e83f.tar.gz
Use https instead of git protocol
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6eb96329b20..c310d02ff03b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = powershell-git
pkgdesc = A cross-platform automation and configuration tool/framework.
- pkgver = 6.0.0.alpha.10.61.g20d4374
+ pkgver = 6.0.0.alpha.10.71.gd32bf23
pkgrel = 1
url = https://github.com/PowerShell/PowerShell
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = powershell-git
provides = powershell
conflicts = powershell
conflicts = powershell-bin
- source = powershell::git://github.com/PowerShell/PowerShell.git
+ source = powershell::git+https://github.com/PowerShell/PowerShell.git
source = os-release
source = revert-commit-c695d41.patch
source = build.sh
diff --git a/PKGBUILD b/PKGBUILD
index 292df644c380..3fe265378979 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='powershell-git'
_pkgname='powershell'
-pkgver=6.0.0.alpha.10.61.g20d4374
+pkgver=6.0.0.alpha.10.71.gd32bf23
pkgrel=1
pkgdesc="A cross-platform automation and configuration tool/framework."
arch=('x86_64')
@@ -12,7 +12,7 @@ makedepends=('git' 'cmake' 'proot' 'dotnet-cli')
depends=('bash' 'icu55')
conflicts=('powershell' 'powershell-bin')
provides=('powershell')
-source=($_pkgname::'git://github.com/PowerShell/PowerShell.git'
+source=($_pkgname::'git+https://github.com/PowerShell/PowerShell.git'
'os-release'
'revert-commit-c695d41.patch'
'build.sh')