summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfib-nm2024-10-01 16:10:47 +0300
committerfib-nm2024-10-01 16:10:47 +0300
commit40432c220916fea0acc1eed5946c1fc52eddbeec (patch)
tree066ba8109fa2698b929d101b8d5ff9c482f12329
parent617ed83ef874861b3844a4234835799c8e79c9fc (diff)
downloadaur-40432c220916fea0acc1eed5946c1fc52eddbeec.tar.gz
replaced hyprpanel-git
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12b22c04012e..a10df7787cb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -31,6 +31,9 @@ pkgbase = ags-hyprpanel-git
optdepends = pywal: Pywal hook for wallpapers
optdepends = pacman-contrib: Checking for pacman updates
optdepends = power-profiles-daemon: Switch power profiles
+ provides = hyprpanel-git
+ conflicts = hyprpanel-git
+ replaces = hyprpanel-git
source = git+https://github.com/Jas-SinghFSU/HyprPanel.git
source = https://github.com/oven-sh/bun/releases/latest/download/bun-linux-x64.zip
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3869c14451fb..19568199cb45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -40,6 +40,9 @@ optdepends=(
'pacman-contrib: Checking for pacman updates'
'power-profiles-daemon: Switch power profiles'
)
+provides=('hyprpanel-git')
+conflicts=('hyprpanel-git')
+replaces=('hyprpanel-git')
source=(
"git+https://github.com/Jas-SinghFSU/HyprPanel.git"
"https://github.com/oven-sh/bun/releases/latest/download/bun-linux-x64.zip"