From 4264a0b08de66faa84aec069d3815aa57e86b494 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter <44733677+ThatOneCalculator@users.noreply.github.com> Date: Tue, 31 May 2022 13:26:03 -0700 Subject: [PATCH] Update PKGBUILD --- aur/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aur/PKGBUILD b/aur/PKGBUILD index 32d77aa82..561dcef3f 100644 --- a/aur/PKGBUILD +++ b/aur/PKGBUILD @@ -2,8 +2,8 @@ _pkgname="hyprland" pkgname="${_pkgname}" -pkgver="0.2.1beta" -pkgrel=2 +pkgver="0.2.2beta" +pkgrel=1 pkgdesc="Hyprland is a dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks." arch=(any) url="https://github.com/vaxerski/Hyprland"