summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fb040475bd9..3e639a808a32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = smart-wallpaper-git
license = GPL
makedepends = git
depends = redshift
- depends = imagemagick
+ depends = feh-git
depends = xwinwrap
optdepends = gifsicle: support for animated backgrounds (.gif)
optdepends = mpv: support for videos
diff --git a/PKGBUILD b/PKGBUILD
index f899b1eb5747..fcc159b70db8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ 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=('redshift' 'imagemagick' 'xwinwrap')
+depends=('redshift' 'feh-git' 'xwinwrap')
optdepends=('gifsicle: support for animated backgrounds (.gif)' 'mpv: support for videos')
makedepends=('git')
provides=('smart-wallpaper')