summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrestis Floros2022-05-31 23:55:38 +0200
committerOrestis Floros2022-05-31 23:55:38 +0200
commitea833507033c65cbfe745f6f38f031b01d271d54 (patch)
tree15ff0455b28b7103f4852abb01c937e6dbefddfc
parent445280c3aa6022b1a7d11f773bb5ef0af7b5e06d (diff)
downloadaur-zsh-notify-git.tar.gz
Fix git+https
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b8ccefd2a8a..0d4a585915ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zsh-notify-git
pkgdesc = Desktop notifications for long-running commands in zsh.
- pkgver = r57.853bc94
+ pkgver = r87.ae6e958
pkgrel = 1
url = https://github.com/marzocchi/zsh-notify
arch = any
@@ -10,8 +10,7 @@ pkgbase = zsh-notify-git
depends = xdotool
optdepends = wmctrl: To activate the terminal and set the urgency hint
provides = zsh-notify
- source = zsh-notify::git://github.com/marzocchi/zsh-notify
+ source = zsh-notify::git+https://github.com/marzocchi/zsh-notify
sha256sums = SKIP
pkgname = zsh-notify-git
-
diff --git a/PKGBUILD b/PKGBUILD
index e7bc56adfd50..3a782f607981 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,6 @@
-# Maintainer: Orestis Floros <orestisf1993@gmail.com>
-
_name='zsh-notify'
pkgname="${_name}-git"
-pkgver=r57.853bc94
+pkgver=r87.ae6e958
pkgrel=1
pkgdesc="Desktop notifications for long-running commands in zsh."
url="https://github.com/marzocchi/zsh-notify"
@@ -12,7 +10,7 @@ depends=('zsh' 'xdotool')
optdepends=('wmctrl: To activate the terminal and set the urgency hint')
makedepends=('git')
provides=('zsh-notify')
-source=("${_name}::${url//https/git}")
+source=("${_name}::${url//https/git+https}")
sha256sums=('SKIP')
pkgver() {