summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickhat2023-09-28 17:20:16 +0200
committerMickhat2023-09-28 17:20:16 +0200
commit45d6a4b918e4ab6fc70feefc87355efd3969dcba (patch)
tree1077ee1d6ec4a724434144f1a7d49e667b3fd50e
parent1cd8bafdf2b58359a6f51a58a3697b24e9cf83ec (diff)
downloadaur-45d6a4b918e4ab6fc70feefc87355efd3969dcba.tar.gz
update v0.30.0
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42ca632d0f71..e2b39b4c61db 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.29.1
+ pkgver = 0.30.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.29.1.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v0.29.1/source-v0.29.1.tar.gz
+ source = hyprland-nvidia-0.30.0.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v0.30.0/source-v0.30.0.tar.gz
source = nvidia.patch
- sha256sums = 5af3ba19c17466085f4458882a342090327ca400177aac3017aa8ccff34859d0
+ sha256sums = 68a79b2c1ae1a56c046e6ecf07f0b3a8135461d387f6ad0d8f0623a7f300ca80
sha256sums = 10223a97a622ea7e641b4305a9a4f7bf0cb0526dacfbfa5970171558b3a63488
pkgname = hyprland-nvidia
diff --git a/PKGBUILD b/PKGBUILD
index 8f2b19c743af..e2af4eacd39b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname="hyprland"
pkgname="${_pkgname}-nvidia"
-pkgver="0.29.1"
+pkgver="0.30.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=('5af3ba19c17466085f4458882a342090327ca400177aac3017aa8ccff34859d0'
+sha256sums=('68a79b2c1ae1a56c046e6ecf07f0b3a8135461d387f6ad0d8f0623a7f300ca80'
'10223a97a622ea7e641b4305a9a4f7bf0cb0526dacfbfa5970171558b3a63488')
options=(!makeflags !buildflags !strip)