summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2015-07-17 03:56:55 +0200
committerNarrat2015-07-17 03:56:55 +0200
commitc699b670f023d0c5335b9fcafb95549a7f88d9e8 (patch)
treeef770716dad873b6b2b38418a892e29eca9c5d59 /PKGBUILD
parentec3c0a63259b7b5202ad8bbdc4e1d26307e93310 (diff)
downloadaur-c699b670f023d0c5335b9fcafb95549a7f88d9e8.tar.gz
Canto-Curses-git: Added xdg-utils to optdeps
Since xdg-open is used as the default browser, the providing package should be noted
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e5e948265f7..992bbff98ac8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
_pkgname=canto-curses
pkgname=canto-curses-git
pkgver=0.9.3.r60.g456e3b8
-pkgrel=1
+pkgrel=2
pkgdesc="ncurses user interface for canto-daemon/canto-next. Git version"
url="http://codezen.org/canto-ng/"
license=('GPL')
arch=('i686' 'x86_64')
depends=('ncurses' 'readline' 'canto-daemon>=0.9.1')
makedepends=('git')
+optdepends=('xdg-utils: xdg-open is used as default browser')
conflicts=('canto-curses')
provides=('canto-curses=0.9.4')
source=('git://github.com/themoken/canto-curses#branch=master')