summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d3bd097f4d8..0994cb4e6daa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hyprland-autoname-workspaces-git
pkgdesc = Hyprland autoname workspace.
pkgver = 0.4.2.r0.g4c39bc2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cyrinux/hyprland-autoname-workspaces
arch = x86_64
arch = aarch64
@@ -12,6 +12,7 @@ pkgbase = hyprland-autoname-workspaces-git
depends = otf-font-awesome
depends = hyprland
depends = systemd-libs
+ optdepends = waybar-hyprland-git: waybar for hyprland
provides = hyprland-autoname-workspaces
conflicts = hyprland-autoname-workspaces
conflicts = hyprland-autoname-workspaces-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8505506b3dfe..36cc5d00d0b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=hyprland-autoname-workspaces-git
_pkgname=${pkgname%-git}
pkgver=0.4.2.r0.g4c39bc2
-pkgrel=1
+pkgrel=2
pkgdesc='Hyprland autoname workspace.'
arch=('x86_64' 'aarch64')
url="https://github.com/cyrinux/${_pkgname}"
@@ -12,6 +12,7 @@ depends=('otf-font-awesome' 'hyprland' 'systemd-libs')
makedepends=('cargo' 'git' 'clang')
conflicts=("hyprland-autoname-workspaces" "hyprland-autoname-workspaces-bin")
provides=("hyprland-autoname-workspaces")
+optdepends=('waybar-hyprland-git: waybar for hyprland')
source=("git+https://github.com/cyrinux/${_pkgname}.git")
validpgpkeys=('C5DFDE230E7B3DA1E6B5D5316A11D19BDD5F8B5E')
sha256sums=('SKIP')