summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickhat2023-08-10 14:06:45 +0200
committerMickhat2023-08-10 14:06:45 +0200
commitbea42b845592d3677ca639307282a30626cbea61 (patch)
treef58abcef7dbb9fcc396b95e6d5770b150f7e6a66
parent003b6c9def3d7eac8f1a19b12e58b0731921e057 (diff)
downloadaur-bea42b845592d3677ca639307282a30626cbea61.tar.gz
update v0.28.0
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1335c8d6cba2..b5edf5583fff 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.27.2
+ pkgver = 0.28.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.27.2.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v0.27.2/source-v0.27.2.tar.gz
+ 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 = nvidia.patch
- sha256sums = 1cb1b345fd98e80cb04ba60c7bb42ead6b6ad79898f84b468f3ba87459d99f1f
+ sha256sums = baf355cb4e301b27de59fa5fc503b7338eed1bc921fcf76b73629504a00ffefd
sha256sums = 10223a97a622ea7e641b4305a9a4f7bf0cb0526dacfbfa5970171558b3a63488
pkgname = hyprland-nvidia
diff --git a/PKGBUILD b/PKGBUILD
index b1cfc513bc4e..152617f6ca8c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname="hyprland"
pkgname="${_pkgname}-nvidia"
-pkgver="0.27.2"
+pkgver="0.28.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=('1cb1b345fd98e80cb04ba60c7bb42ead6b6ad79898f84b468f3ba87459d99f1f'
+sha256sums=('baf355cb4e301b27de59fa5fc503b7338eed1bc921fcf76b73629504a00ffefd'
'10223a97a622ea7e641b4305a9a4f7bf0cb0526dacfbfa5970171558b3a63488')
options=(!makeflags !buildflags !strip)