diff options
author | Kainoa Kanter <[email protected]> | 2022-06-03 11:32:48 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2022-06-03 11:32:48 -0700 |
commit | d76c982d2e973472bdbe35d5c5615919b1766810 (patch) | |
tree | 3f46850c9424aefeb28e4218b8f87f800acbde88 | |
parent | ef855440c68d7061a6960c8a1c3f8ff8f501cd0c (diff) | |
download | Hyprland-d76c982d2e973472bdbe35d5c5615919b1766810.tar.gz Hyprland-d76c982d2e973472bdbe35d5c5615919b1766810.zip |
Update PKGBUILD-bin
-rw-r--r-- | aur/PKGBUILD-bin | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/aur/PKGBUILD-bin b/aur/PKGBUILD-bin index 2d468e0c..0a330fed 100644 --- a/aur/PKGBUILD-bin +++ b/aur/PKGBUILD-bin @@ -2,8 +2,8 @@ _pkgname="hyprland" pkgname="${_pkgname}-bin" -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" @@ -38,7 +38,7 @@ depends=( vulkan-validation-layers xorg-xwayland) source=("${pkgname}-${pkgver}.tar.gz::https://github.com/vaxerski/Hyprland/releases/download/v${pkgver}/v${pkgver}.tar.gz") -sha256sums=('SKIP') +sha256sums=('46ba9b61570f3385673dfd27a3d1dc5a084236f138bca1c2537335e0cdce9e78') conflicts=("${_pkgname}-git" "${_pkgname}" "${_pkgname}-bin") package() { |