summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Waldrep2017-08-21 09:43:33 -0400
committerJonathan Waldrep2017-08-21 09:43:33 -0400
commitf468c87cd9c5811946c5ec1f235e61ccbf384e92 (patch)
treedeb5866cae796141d99e4ed4dcbadc96966cdd53
parent67f4050bb9a8ff564dfccbced38efb4fb4851f16 (diff)
downloadaur-f468c87cd9c5811946c5ec1f235e61ccbf384e92.tar.gz
add rofi as optdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fba87f421297..97cf392a119e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = udiskie-dmenu-git
pkgdesc = manage removable devices via dmenu (or rofi)
pkgver = 9.451ec99
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/fogine/udiskie-dmenu
arch = any
license = MIT
@@ -10,6 +10,7 @@ pkgbase = udiskie-dmenu-git
depends = dmenu
depends = nodejs
depends = libnotify
+ optdepends = rofi: use rofi as the front-end
source = git://github.com/fogine/udiskie-dmenu.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7fd6b7675364..d7484ae2bd12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=udiskie-dmenu-git
_gitroot='udiskie-dmenu'
pkgver=9.451ec99
-pkgrel=1
+pkgrel=2
pkgdesc='manage removable devices via dmenu (or rofi)'
arch=('any')
url="https://github.com/fogine/${_gitroot}"
license=('MIT')
depends=('udiskie' 'dmenu' 'nodejs' 'libnotify')
+optdepends=('rofi: use rofi as the front-end')
makedepends=('git')
conflicts=()
provides=()