From e2592522d3282a9541342c0a874747241a656a69 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter <44733677+ThatOneCalculator@users.noreply.github.com> Date: Fri, 3 Jun 2022 11:33:14 -0700 Subject: [PATCH] Update PKGBUILD --- aur/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aur/PKGBUILD b/aur/PKGBUILD index 2acc71f7..a0ecfdfa 100644 --- a/aur/PKGBUILD +++ b/aur/PKGBUILD @@ -2,8 +2,8 @@ _pkgname="hyprland" pkgname="${_pkgname}" -pkgver="0.2.2beta" -pkgrel=3 +pkgver="0.3.0beta" +pkgrel=2 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" @@ -48,7 +48,7 @@ makedepends=( wayland-protocols xorgproto) source=("${pkgname}-${pkgver}.tar.gz::https://github.com/vaxerski/hyprland/archive/v${pkgver}.tar.gz") -sha256sums=('SKIP') +sha256sums=('46ba9b61570f3385673dfd27a3d1dc5a084236f138bca1c2537335e0cdce9e78') conflicts=("${_pkgname}-git" "${_pkgname}" "${_pkgname}-bin") options=(!makeflags !buildflags)