summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian POIDEVIN2023-07-13 09:16:56 +0200
committerJulian POIDEVIN2023-07-13 09:16:56 +0200
commit4b85173027bb392cf01cf37bd94ff53b7142110d (patch)
tree72b144eb988db709b4082352a2ee259723335df9
parent5d93e3cf1738b18956e89178958dbfc18047cba1 (diff)
downloadaur-4b85173027bb392cf01cf37bd94ff53b7142110d.tar.gz
Revert "Update to 0.27.0"
This reverts commit 5d93e3cf1738b18956e89178958dbfc18047cba1.
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3f76687098b..9ce1bda6ad7c 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.27.0
+ pkgver = 0.26.0
pkgrel = 2
url = https://github.com/hyprwm/Hyprland
arch = any
@@ -48,9 +48,9 @@ pkgbase = hyprland-displaylink-git
options = !makeflags
options = !buildflags
options = !strip
- source = hyprland-displaylink-git-0.27.0.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v0.27.0/source-v0.27.0.tar.gz
+ source = hyprland-displaylink-git-0.26.0.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v0.26.0/source-v0.26.0.tar.gz
source = displaylink.patch
- sha256sums = d3d11572ba51e4248e653e22034052ed371b8b3dac1a731d3506ebdfb41e6ccf
+ sha256sums = 096e478f9f8f4b16bd3d3313f970e216d4ca0d280f6cfddf35126ff8f4350497
sha256sums = 444bcd0f95ea7955a02da1a99481f33da6f7a4c4d0e6b06d3c3bda8133671484
pkgname = hyprland-displaylink-git
diff --git a/PKGBUILD b/PKGBUILD
index d18f78b9d2ed..7eba562b013c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname="hyprland"
pkgname="${_pkgname}-displaylink-git"
-pkgver="0.27.0"
+pkgver="0.26.0"
pkgrel=2
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=('d3d11572ba51e4248e653e22034052ed371b8b3dac1a731d3506ebdfb41e6ccf'
+sha256sums=('096e478f9f8f4b16bd3d3313f970e216d4ca0d280f6cfddf35126ff8f4350497'
'444bcd0f95ea7955a02da1a99481f33da6f7a4c4d0e6b06d3c3bda8133671484')
options=(!makeflags !buildflags !strip)