summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2021-11-20 17:20:15 +0000
committerYour Name2021-11-20 17:20:15 +0000
commit7437eced2a8c837cb02044c5be3f9e75f714c462 (patch)
treebf4bf02daf6651c791af093edc481acd76069bfe
parentfe4f3339d7f00b1ca60452b6232343001b332c0b (diff)
downloadaur-7437eced2a8c837cb02044c5be3f9e75f714c462.tar.gz
Update depends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4407c990dfb..0fb040475bd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,9 +7,9 @@ pkgbase = smart-wallpaper-git
license = GPL
makedepends = git
depends = redshift
- depends = feh
+ depends = imagemagick
+ depends = xwinwrap
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
@@ -18,4 +18,3 @@ pkgbase = smart-wallpaper-git
sha256sums = SKIP
pkgname = smart-wallpaper-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 1bb5da1b3296..f899b1eb5747 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=('redshift' 'feh')
-optdepends=('gifsicle: support for animated backgrounds (.gif)' 'xwinwrap: support for compositors' 'mpv: support for videos')
+depends=('redshift' 'imagemagick' 'xwinwrap')
+optdepends=('gifsicle: support for animated backgrounds (.gif)' 'mpv: support for videos')
makedepends=('git')
provides=('smart-wallpaper')