Switch to git+https

This commit is contained in:
SanskritFritz
2022-03-20 03:05:35 +01:00
parent 22d1b14d95
commit 8a74fa0f47
2 changed files with 4 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = fish-git pkgbase = fish-git
pkgdesc = User friendly shell intended mostly for interactive use. pkgdesc = User friendly shell intended mostly for interactive use.
pkgver = 3.1.2.r2055.gc633ce7e7 pkgver = 3.4.0.r53.g3e5284aaf
pkgrel = 1 pkgrel = 1
epoch = 2 epoch = 2
url = http://fishshell.com url = http://fishshell.com
@@ -26,8 +26,7 @@ pkgbase = fish-git
provides = fish-shell provides = fish-shell
conflicts = fish conflicts = fish
conflicts = fish-shell conflicts = fish-shell
source = git://github.com/fish-shell/fish-shell.git source = git+https://github.com/fish-shell/fish-shell.git
md5sums = SKIP md5sums = SKIP
pkgname = fish-git pkgname = fish-git

View File

@@ -7,7 +7,7 @@
pkgname=fish-git pkgname=fish-git
_gitname="fish-shell" _gitname="fish-shell"
pkgver=3.1.2.r2055.gc633ce7e7 pkgver=3.4.0.r53.g3e5284aaf
pkgrel=1 pkgrel=1
epoch=2 epoch=2
pkgdesc="User friendly shell intended mostly for interactive use." pkgdesc="User friendly shell intended mostly for interactive use."
@@ -25,7 +25,7 @@ checkdepends=('expect')
provides=('fish' 'fish-shell') provides=('fish' 'fish-shell')
conflicts=('fish' 'fish-shell') conflicts=('fish' 'fish-shell')
install='fish.install' install='fish.install'
source=("git://github.com/fish-shell/fish-shell.git") source=("git+https://github.com/fish-shell/fish-shell.git")
md5sums=('SKIP') md5sums=('SKIP')
pkgver() { pkgver() {