summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSefa Eyeoglu2019-12-24 12:51:32 +0100
committerSefa Eyeoglu2019-12-24 12:51:32 +0100
commit4d22d4ff472b63fd791525bfb0c81be3bc90f0eb (patch)
tree9fbf177152c201b30df4808bd012e8a4fe2561a8 /PKGBUILD
parent6be80966121f4bc2a79aa99843926c8b6900fcb1 (diff)
downloadaur-4d22d4ff472b63fd791525bfb0c81be3bc90f0eb.tar.gz
upgpkg: espanso-git r245.fddc498-1
Add libnotify as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8652f629c075..0da26c39fd2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Cross-platform Text Expander written in Rust"
arch=(x86_64)
url="https://espanso.org/"
license=("GPL3")
-depends=("xdotool" "xclip" "libxtst")
+depends=("xdotool" "xclip" "libxtst" "libnotify")
makedepends=("rust" "git" "cmake")
provides=($_pkgname)
conflicts=($_pkgname)