summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn Bernard2023-12-25 07:34:57 -0600
committerJohn Bernard2023-12-25 07:34:57 -0600
commit9359203d2ddd10ab7e898d480fa73608da8a708f (patch)
treef74d9eb0dfcb944647f1ea49a10223c92ac6f64c /PKGBUILD
parentcb59593315a356b1fff6fd2971e4d09c900e9f29 (diff)
downloadaur-9359203d2ddd10ab7e898d480fa73608da8a708f.tar.gz
Add systemd as optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a3815381319..dc0940d84500 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Bernard <loqusion@gmail.com>
_pkgname=hyprshade
pkgname=${_pkgname}-git
-pkgver=0.10.1.r1.gd976e0b
+pkgver=2.0.1.r1.g0aada94
pkgrel=1
pkgdesc="Hyprland shade configuration tool"
arch=('any')
@@ -17,6 +17,7 @@ depends=(
util-linux
)
makedepends=(git python-{build,hatchling,installer})
+optdepends=('systemd: activate shader on schedule')
provides=($_pkgname)
conflicts=($_pkgname)
source=(git+https://github.com/loqusion/${_pkgname}.git)