summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorManuel Palenzuela2019-08-07 00:15:40 +0200
committerManuel Palenzuela2019-08-07 00:15:40 +0200
commitfe4f3339d7f00b1ca60452b6232343001b332c0b (patch)
tree425b189467371ae0f31965099a6a8dc2a3dbfa11 /PKGBUILD
parent0ba14add22c41b842d021283661a37ad6ba51e92 (diff)
downloadaur-fe4f3339d7f00b1ca60452b6232343001b332c0b.tar.gz
Added new optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3fe3a8f9ef2..1bb5da1b3296 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ pkgdesc='Simple script to set a different wallpaper when its daytime/nightime.'
url='https://github.com/Baitinq/smart-wallpaper.git'
arch=('any')
license=('GPL')
-depends=('bash' 'redshift' 'feh')
-optdepends=('gifsicle: support for animated backgrounds (.gif)')
+depends=('redshift' 'feh')
+optdepends=('gifsicle: support for animated backgrounds (.gif)' 'xwinwrap: support for compositors' 'mpv: support for videos')
makedepends=('git')
provides=('smart-wallpaper')