summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanskritFritz2022-03-20 03:05:35 +0100
committerSanskritFritz2022-03-20 03:05:35 +0100
commit8a74fa0f47a7ae235e3ea7eed27c1efc40520d69 (patch)
tree9d88cc3a209949aea6bef72408f10bf5fc8a30a2
parent22d1b14d951f1bcf57d471efccc23d625a5db850 (diff)
downloadaur-8a74fa0f47a7ae235e3ea7eed27c1efc40520d69.tar.gz
Switch to git+https
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5df83657cbb3..83bb37a5bbdc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fish-git
pkgdesc = User friendly shell intended mostly for interactive use.
- pkgver = 3.1.2.r2055.gc633ce7e7
+ pkgver = 3.4.0.r53.g3e5284aaf
pkgrel = 1
epoch = 2
url = http://fishshell.com
@@ -26,8 +26,7 @@ pkgbase = fish-git
provides = fish-shell
conflicts = fish
conflicts = fish-shell
- source = git://github.com/fish-shell/fish-shell.git
+ source = git+https://github.com/fish-shell/fish-shell.git
md5sums = SKIP
pkgname = fish-git
-
diff --git a/PKGBUILD b/PKGBUILD
index b1800160ecce..4d0f8d56b6f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=fish-git
_gitname="fish-shell"
-pkgver=3.1.2.r2055.gc633ce7e7
+pkgver=3.4.0.r53.g3e5284aaf
pkgrel=1
epoch=2
pkgdesc="User friendly shell intended mostly for interactive use."
@@ -25,7 +25,7 @@ checkdepends=('expect')
provides=('fish' 'fish-shell')
conflicts=('fish' 'fish-shell')
install='fish.install'
-source=("git://github.com/fish-shell/fish-shell.git")
+source=("git+https://github.com/fish-shell/fish-shell.git")
md5sums=('SKIP')
pkgver() {