summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordeviantfero2017-08-13 20:34:00 -0600
committerdeviantfero2017-08-13 20:34:00 -0600
commitfd85877921c944d78acca387a1395d9e0f13b424 (patch)
treef1b8a9bd02d7454b646983ee30a23aef8375726e /PKGBUILD
parentad145575f55f5f1075fda8b85c55bf28ed54a7f9 (diff)
downloadaur-fd85877921c944d78acca387a1395d9e0f13b424.tar.gz
add opt deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07571e12598b..d812251ec666 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,8 @@ source=("git://github.com/${_gitauthor}/${_gitname}#branch=${_gitbranch}")
sha512sums=('SKIP')
arch=('any')
depends=('python' 'python-pillow' 'python-gobject' 'gtk3' 'libxslt' 'python-pywal')
-optdepends=()
+optdepends=('feh: set wallpaper'
+ 'nitrogen: set wallpaper')
conflicts=("${_gitname}")
provides=("${_gitname}")