summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Lucas2019-05-13 23:41:10 -0400
committerJean Lucas2019-05-13 23:41:10 -0400
commit7f0292bcb31b39c9553ccfdf34a8b9a73c2b862b (patch)
tree58e5e4e466b9dd2f40880c00a52f550c7c40292c
parentb38f7b1ee6cf4b95694d5a49a92be57d2f3c1568 (diff)
downloadaur-7f0292bcb31b39c9553ccfdf34a8b9a73c2b862b.tar.gz
optdepends typo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e961a4c7a114..646dfe10771e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue May 14 03:38:24 UTC 2019
+# Tue May 14 03:40:56 UTC 2019
pkgbase = hunter-holy
pkgdesc = ranger-like file browser written in Rust (holy branch)
pkgver = 1.1.4
@@ -11,7 +11,7 @@ pkgbase = hunter-holy
makedepends = rust-nightly
depends = file
optdepends = ranger: to open files using rifle
- optdepends = xdg-open: fallback to open files with xdg-open
+ optdepends = xdg-utils: fallback to open files with xdg-open
provides = hunter
conflicts = hunter
conflicts = hunter-git
diff --git a/PKGBUILD b/PKGBUILD
index 9093552812e5..7dc55d1ba68c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=(WTFPL)
depends=(file)
makedepends=(rust-nightly)
optdepends=('ranger: to open files using rifle'
- 'xdg-open: fallback to open files with xdg-open')
+ 'xdg-utils: fallback to open files with xdg-open')
provides=(hunter)
conflicts=(hunter hunter-git hunter-holy-git)
source=($url/archive/v$pkgver-holy.tar.gz)