diff --git a/PKGBUILD b/PKGBUILD index 89ce9f2c2..676b29262 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Yukari Chiba pkgname="hyprland" -pkgver=0.55.2 +pkgver=0.55.3 pkgrel=1 pkgdesc="A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks." arch=(x86_64 aarch64 riscv64 loongarch64) @@ -54,7 +54,7 @@ optdepends=('cmake: to build and install plugins using hyprpm' 'uwsm: the recommended way to start Hyprland') _archive="${pkgname^}-$pkgver" source=("$_archive.tar.gz::$url/releases/download/v$pkgver/source-v$pkgver.tar.gz") -sha256sums=('12818e16ca70375e54fd00d06293bffcb146892b7e8e693b95da1ea2e470cfd4') +sha256sums=('0e7fc01469a6230ab7049aaf9c6f1824e539f967bd0543a2d274b8684c857654') prepare() { ln -sf hyprland-source "$_archive"