summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkamack382022-08-28 10:34:34 +0200
committerkamack382022-08-28 10:34:34 +0200
commitef6baba402e4347850293b405b651e93862efd34 (patch)
treea457c6e1f79cd2dc32e8b916dc391b1f4663f90e
parentcc859fad6908a317b929bbdce5de1eef3d3a562c (diff)
downloadaur-ef6baba402e4347850293b405b651e93862efd34.tar.gz
fix: 🐛 Move cronie to opt depends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 827cfc153801..0eac46a1f67a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = dwall-git
makedepends = git
makedepends = sed
depends = feh
- depends = cronie
+ optdepends = cronie
optdepends = xorg-xrandr: XFCE support
optdepends = pywal-git: pywal support
provides = dwall
diff --git a/PKGBUILD b/PKGBUILD
index 17a6414010c5..80a66d6cb652 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,10 @@ pkgdesc="A simple bash script to set wallpapers according to current time, using
arch=('i686' 'x86_64')
url="https://github.com/adi1090x/dynamic-wallpaper"
license=('GPL3')
-depends=('feh' 'cronie')
+depends=('feh')
makedepends=('git' 'sed')
-optdepends=('xorg-xrandr: XFCE support'
+optdepends=('cronie'
+ 'xorg-xrandr: XFCE support'
'pywal-git: pywal support'
)
provides=("${_pkgname}")