summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Bernard2023-12-25 07:34:57 -0600
committerJohn Bernard2023-12-25 07:34:57 -0600
commit9359203d2ddd10ab7e898d480fa73608da8a708f (patch)
treef74d9eb0dfcb944647f1ea49a10223c92ac6f64c
parentcb59593315a356b1fff6fd2971e4d09c900e9f29 (diff)
downloadaur-9359203d2ddd10ab7e898d480fa73608da8a708f.tar.gz
Add systemd as optdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a6d10fde68a..8bea4018f251 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hyprshade-git
pkgdesc = Hyprland shade configuration tool
- pkgver = 0.13.1.r1.g3756a31
+ pkgver = 2.0.1.r1.g0aada94
pkgrel = 1
url = https://github.com/loqusion/hyprshade
arch = any
@@ -13,6 +13,7 @@ pkgbase = hyprshade-git
depends = python-click
depends = python-more-itertools
depends = util-linux
+ optdepends = systemd: activate shader on schedule
provides = hyprshade
conflicts = hyprshade
source = git+https://github.com/loqusion/hyprshade.git
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)