summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickhat2023-08-29 03:09:47 +0200
committerMickhat2023-08-29 03:09:47 +0200
commit4affa36050d8b8ca60d903787569a8a3cb8647ba (patch)
treeb2b1912c34af5cfd7305ea5f519afe6c30087020
parentbea42b845592d3677ca639307282a30626cbea61 (diff)
downloadaur-4affa36050d8b8ca60d903787569a8a3cb8647ba.tar.gz
update v0.29.0
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5edf5583fff..d11ab358422a 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hyprland-nvidia
pkgdesc = A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks. (NVIDIA patch)
- pkgver = 0.28.0
+ pkgver = 0.29.0
pkgrel = 1
url = https://github.com/hyprwm/Hyprland
arch = any
@@ -49,9 +49,9 @@ pkgbase = hyprland-nvidia
options = !makeflags
options = !buildflags
options = !strip
- source = hyprland-nvidia-0.28.0.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v0.28.0/source-v0.28.0.tar.gz
+ source = hyprland-nvidia-0.29.0.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v0.29.0/source-v0.29.0.tar.gz
source = nvidia.patch
- sha256sums = baf355cb4e301b27de59fa5fc503b7338eed1bc921fcf76b73629504a00ffefd
+ sha256sums = 2a498186d3fdb588793390bd78898575fa4fdac8436f358f8997ecd623ea9470
sha256sums = 10223a97a622ea7e641b4305a9a4f7bf0cb0526dacfbfa5970171558b3a63488
pkgname = hyprland-nvidia
diff --git a/PKGBUILD b/PKGBUILD
index 152617f6ca8c..88af21713e5e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname="hyprland"
pkgname="${_pkgname}-nvidia"
-pkgver="0.28.0"
+pkgver="0.29.0"
pkgrel=1
pkgdesc="A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks. (NVIDIA patch)"
arch=(any)
@@ -53,7 +53,7 @@ source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hyprwm/Hyprland/release
"nvidia.patch")
conflicts=("${_pkgname}")
provides=(hyprland)
-sha256sums=('baf355cb4e301b27de59fa5fc503b7338eed1bc921fcf76b73629504a00ffefd'
+sha256sums=('2a498186d3fdb588793390bd78898575fa4fdac8436f358f8997ecd623ea9470'
'10223a97a622ea7e641b4305a9a4f7bf0cb0526dacfbfa5970171558b3a63488')
options=(!makeflags !buildflags !strip)