Skip to content
Snippets Groups Projects
Commit 5822630d authored by Ilya's avatar Ilya :speech_balloon:
Browse files

Merge branch hyprland:main into main

parents 919e2d80 b64175cf
No related branches found
No related tags found
No related merge requests found
pkgbase = hyprland
pkgdesc = a highly customizable dynamic tiling Wayland compositor
pkgver = 0.47.1
pkgrel = 3
pkgver = 0.47.2
pkgrel = 1
url = https://github.com/hyprwm/Hyprland
arch = x86_64
arch = aarch64
......@@ -85,7 +85,7 @@ pkgbase = hyprland
optdepends = polkit: system privilege control. Required if not using seatd service
optdepends = uwsm: the recommended way to start Hyprland
provides = wayland-compositor
source = Hyprland-0.47.1.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v0.47.1/source-v0.47.1.tar.gz
sha256sums = 058aebd2ec8f9106bbb6375d96fa5ed9778e1f82e07ac465e90e2ee12d56a9cc
source = Hyprland-0.47.2.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v0.47.2/source-v0.47.2.tar.gz
sha256sums = e7f4447c9e24149cf2fd57057410bc90cb3c4ecaa35b6ec2a60a9d44d2fb2feb
pkgname = hyprland
......@@ -4,8 +4,8 @@
# Contributor: Gabriel Fox <inbox@gabrielfox.dev>
pkgname=hyprland
pkgver=0.47.1
pkgrel=3
pkgver=0.47.2
pkgrel=1
pkgdesc='a highly customizable dynamic tiling Wayland compositor'
arch=(x86_64 aarch64)
url="https://github.com/hyprwm/${pkgname^}"
......@@ -68,7 +68,7 @@ optdepends=('cmake: to build and install plugins using hyprpm'
provides=(wayland-compositor)
_archive="${pkgname^}-$pkgver"
source=("$_archive.tar.gz::$url/releases/download/v$pkgver/source-v$pkgver.tar.gz")
sha256sums=('058aebd2ec8f9106bbb6375d96fa5ed9778e1f82e07ac465e90e2ee12d56a9cc')
sha256sums=('e7f4447c9e24149cf2fd57057410bc90cb3c4ecaa35b6ec2a60a9d44d2fb2feb')
prepare() {
ln -sf hyprland-source "$_archive"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment