summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJean Lucas2019-05-03 11:51:50 -0400
committerJean Lucas2019-05-03 11:51:50 -0400
commita7851ee4fb25e667ad4317b9d973935dafd4aa84 (patch)
tree33e73134ec63d6aee3e742e6c01eb1c7d559e9d4 /PKGBUILD
parent6974861f319c1eeee299b77fc7be0fb8893cd576 (diff)
downloadaur-a7851ee4fb25e667ad4317b9d973935dafd4aa84.tar.gz
Add optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bef22831e13c..6ff0921a896d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=hunter-holy
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='ranger-like file browser written in Rust (holy branch)'
arch=(i686 x86_64)
url=https://github.com/rabite0/hunter
license=(WTFPL)
depends=(file)
makedepends=(rust)
+optdepends=('ranger: to open files using rifle')
provides=(hunter)
conflicts=(hunter hunter-git hunter-holy-git)
source=($url/archive/v$pkgver-holy.tar.gz)