summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Palenzuela2019-08-07 00:15:40 +0200
committerManuel Palenzuela2019-08-07 00:15:40 +0200
commitfe4f3339d7f00b1ca60452b6232343001b332c0b (patch)
tree425b189467371ae0f31965099a6a8dc2a3dbfa11
parent0ba14add22c41b842d021283661a37ad6ba51e92 (diff)
downloadaur-fe4f3339d7f00b1ca60452b6232343001b332c0b.tar.gz
Added new optdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4a7f5f2b1cc..b4407c990dfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,10 +6,11 @@ pkgbase = smart-wallpaper-git
arch = any
license = GPL
makedepends = git
- depends = bash
depends = redshift
depends = feh
optdepends = gifsicle: support for animated backgrounds (.gif)
+ optdepends = xwinwrap: support for compositors
+ optdepends = mpv: support for videos
provides = smart-wallpaper
source = git://github.com/Baitinq/smart-wallpaper.git
md5sums = SKIP
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')