summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian POIDEVIN2023-09-04 11:33:56 +0200
committerJulian POIDEVIN2023-09-04 11:33:56 +0200
commit0255a649d8eb66b32d355f140577d0fac2433182 (patch)
treeaa7dde1691d7eba305aade0bdf720cbca1bfebe5
parentcf933e095211f38bd6ac07b833110411a19e7cda (diff)
downloadaur-0255a649d8eb66b32d355f140577d0fac2433182.tar.gz
Update to 0.29.1
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95233cdf6c76..8da44f5b5da2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hyprland-displaylink-git
pkgdesc = A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks. (DisplayLink patch)
- pkgver = 0.29.0
+ pkgver = 0.29.1
pkgrel = 1
url = https://github.com/hyprwm/Hyprland
arch = any
@@ -48,7 +48,7 @@ pkgbase = hyprland-displaylink-git
options = !makeflags
options = !buildflags
options = !strip
- source = hyprland-displaylink-git-0.29.0.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v0.29.0/source-v0.29.0.tar.gz
+ source = hyprland-displaylink-git-0.29.1.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v0.29.1/source-v0.29.1.tar.gz
source = displaylink.patch
sha256sums = 2a498186d3fdb588793390bd78898575fa4fdac8436f358f8997ecd623ea9470
sha256sums = 444bcd0f95ea7955a02da1a99481f33da6f7a4c4d0e6b06d3c3bda8133671484
diff --git a/PKGBUILD b/PKGBUILD
index 274d1504763e..6ba5c1813e3d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname="hyprland"
pkgname="${_pkgname}-displaylink-git"
-pkgver="0.29.0"
+pkgver="0.29.1"
pkgrel=1
pkgdesc="A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks. (DisplayLink patch)"
arch=(any)
@@ -52,7 +52,7 @@ source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hyprwm/Hyprland/release
"displaylink.patch")
conflicts=("${_pkgname}")
provides=(hyprland)
-sha256sums=('2a498186d3fdb588793390bd78898575fa4fdac8436f358f8997ecd623ea9470'
+sha256sums=('5af3ba19c17466085f4458882a342090327ca400177aac3017aa8ccff34859d0'
'444bcd0f95ea7955a02da1a99481f33da6f7a4c4d0e6b06d3c3bda8133671484')
options=(!makeflags !buildflags !strip)