summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOkashi2017-03-10 17:27:54 -0500
committerOkashi2017-03-10 17:27:54 -0500
commit8f6c6b8adb334bf3a646b6ff15d332994443ae0d (patch)
treee1851c5ab76893a0807098e6049d91aa3979ea72
parentb623c7a500549f8942f76b00b24f9caf95131c5a (diff)
downloadaur-8f6c6b8adb334bf3a646b6ff15d332994443ae0d.tar.gz
Fixing dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f02de8f8c36..1d5df24c4321 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = owo-cli
depends = maim
depends = slop
depends = grep
- depends = notify-send
+ depends = libnotify
source = https://github.com/whats-this/owo.sh/raw/master/owo-cli-0.0.17.tar.gz
validpgpkeys = E7C0305DCEED5E9988AE9E5ADE754D221AD4051A
sha256sums = 0e03bf7c729929110c48be404c279903f2b441cc0a2efb19813af763e8370e01
diff --git a/PKGBUILD b/PKGBUILD
index 9990a34a0c42..ea377f5ee8c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64')
url="https://whats-th.is"
license=('MIT')
groups=()
-depends=('curl' 'xclip' 'maim' 'slop' 'grep' 'notify-send')
+depends=('curl' 'xclip' 'maim' 'slop' 'grep' 'libnotify')
changelog=
source=("https://github.com/whats-this/owo.sh/raw/master/owo-cli-0.0.17.tar.gz")
noextract=()