summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrestis Floros2022-05-31 23:50:54 +0200
committerOrestis Floros2022-05-31 23:50:54 +0200
commit1db9582ffae3e167f1e5b09fb357110b11632bbc (patch)
tree25fc42c6c089282b23350b24ac5998a12e3563ab
parentf5d8a4baea98a75aba76101d13cb4db33843213c (diff)
downloadaur-zsh-background-notify-git.tar.gz
Fix git+https
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1893135133d..f827503a38f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Thu Aug 17 10:14:48 UTC 2017
pkgbase = zsh-background-notify-git
pkgdesc = Cross-platform background notifications for long running commands!
pkgver = r31.d5f0430
@@ -9,8 +7,7 @@ pkgbase = zsh-background-notify-git
makedepends = git
depends = zsh
provides = zsh-background-notify
- source = zsh-background-notify::git://github.com/t413/zsh-background-notify
+ source = zsh-background-notify::git+https://github.com/t413/zsh-background-notify
sha256sums = SKIP
pkgname = zsh-background-notify-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 8023f7f0fa65..b78c398d59f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
depends=('zsh')
makedepends=('git')
provides=($_name)
-source=("${_name}::${url//https/git}")
+source=("${_name}::${url//https/git+https}")
sha256sums=('SKIP')
pkgver() {