Skip to content

Commit

Permalink
hyprland-git: add _pkgname & remove unused makedepends
Browse files Browse the repository at this point in the history
  • Loading branch information
Integral-Tech committed Dec 28, 2024
1 parent 40f51ac commit e82210a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions archlinuxcn/hyprland-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# Contributor: ThatOneCalculator <kainoa at t1c dot dev>

pkgname=hyprland-git
_pkgname=${pkgname%-git}
pkgver=0.46.0.r40.c600e1aa
pkgrel=1
pkgdesc="A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks."
Expand Down Expand Up @@ -53,14 +54,13 @@ makedepends=(
cmake
ninja
meson
wayland-protocols
xorgproto
hyprwayland-scanner-git
glaze
)
provides=("hyprland=${pkgver%%.r*}")
conflicts=(hyprland)
replaces=(hyprland-nvidia-git)
provides=("${_pkgname}=${pkgver%%.r*}")
conflicts=("${_pkgname}")
replaces=("${_pkgname}-nvidia-git")
source=("git+https://github.com/hyprwm/Hyprland.git"
"git+https://github.com/hyprwm/hyprland-protocols.git"
"git+https://github.com/canihavesomecoffee/udis86.git"
Expand Down

0 comments on commit e82210a

Please sign in to comment.