summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMonstrousOgre2023-04-08 18:44:50 +0530
committerMonstrousOgre2023-04-08 18:44:50 +0530
commit1df601e846856979b5073abb2b3f3b470566f9a8 (patch)
treed1f37bff3587023ea0111ff241d449cee3a19672
parent36c7257238b69e278581015d091c6b58ee605646 (diff)
downloadaur-1df601e846856979b5073abb2b3f3b470566f9a8.tar.gz
bumping to v0.24.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf976a6bf55e..5a6262bd5a4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hyprland-nvidia
pkgdesc = A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks. (NVIDIA patch)
- pkgver = 0.23.0beta
- pkgrel = 2
+ pkgver = 0.24.0
+ pkgrel = 1
url = https://github.com/hyprwm/Hyprland
arch = any
license = BSD
@@ -49,9 +49,9 @@ pkgbase = hyprland-nvidia
options = !makeflags
options = !buildflags
options = !strip
- source = hyprland-nvidia-0.23.0beta.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v0.23.0beta/source-v0.23.0beta.tar.gz
+ source = hyprland-nvidia-0.24.0.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v0.24.0/source-v0.24.0.tar.gz
source = nvidia.patch
- sha256sums = 779c35b0256cffe681586e4c34d63cf46fe4f263eff5370d06ae77a96e5de01f
+ sha256sums = 43232560c07ca032ce2041c8863662e81d9a493574e81de1c0ad01ceee444af3
sha256sums = 522b19656d7c1627ec615b6720182590570560e346c1670f9df002015707b340
pkgname = hyprland-nvidia
diff --git a/PKGBUILD b/PKGBUILD
index 56a13d22e2a6..dd58ea6671fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname="hyprland"
pkgname="${_pkgname}-nvidia"
-pkgver="0.23.0beta"
-pkgrel=2
+pkgver="0.24.0"
+pkgrel=1
pkgdesc="A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks. (NVIDIA patch)"
arch=(any)
url="https://github.com/hyprwm/Hyprland"
@@ -53,7 +53,7 @@ source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hyprwm/Hyprland/release
"nvidia.patch")
conflicts=("${_pkgname}")
provides=(hyprland)
-sha256sums=('779c35b0256cffe681586e4c34d63cf46fe4f263eff5370d06ae77a96e5de01f'
+sha256sums=('43232560c07ca032ce2041c8863662e81d9a493574e81de1c0ad01ceee444af3'
'522b19656d7c1627ec615b6720182590570560e346c1670f9df002015707b340')
options=(!makeflags !buildflags !strip)