summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4a7f5f2b1cc..3e639a808a32 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
+ depends = feh-git
+ depends = xwinwrap
optdepends = gifsicle: support for animated backgrounds (.gif)
+ optdepends = mpv: support for videos
provides = smart-wallpaper
source = git://github.com/Baitinq/smart-wallpaper.git
md5sums = SKIP
@@ -17,4 +18,3 @@ pkgbase = smart-wallpaper-git
sha256sums = SKIP
pkgname = smart-wallpaper-git
-
diff --git a/PKGBUILD b/PKGBUILD
index c3fe3a8f9ef2..fcc159b70db8 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-git' 'xwinwrap')
+optdepends=('gifsicle: support for animated backgrounds (.gif)' 'mpv: support for videos')
makedepends=('git')
provides=('smart-wallpaper')