summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZesko2023-04-05 21:11:15 +0200
committerZesko2023-04-05 21:11:15 +0200
commitf6950e07a5add981f0df4fc33ac41169299bb5b2 (patch)
tree8b2760ec9ec8db266441058430490c822602af23 /PKGBUILD
parent6950769dea9cc0907e6a6d9b303750b20d061e16 (diff)
downloadaur-f6950e07a5add981f0df4fc33ac41169299bb5b2.tar.gz
Added the dependece openssh
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 533d00f7b8a5..442dfc62717f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="The notification displays on Desktop when systemd-service is started an
arch=('any')
url="https://gitlab.com/Zesko/systemd-timer-notify.git"
license=('GPL3')
-depends=('python' 'dunst' 'systemd')
+depends=('python' 'dunst' 'systemd' 'openssh')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")