summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian POIDEVIN2023-07-20 09:33:30 +0200
committerJulian POIDEVIN2023-07-20 09:33:30 +0200
commitca3bfd628da7826b662189400028632517be19a4 (patch)
tree82cbc2d5f70d63538c51178a4de3cf3d1ad158db
parentbbc1b9d78bf56d8a572cc6a38c1113eee94e16ff (diff)
downloadaur-ca3bfd628da7826b662189400028632517be19a4.tar.gz
Update to 0.27.2
-rw-r--r--.SRCINFO7
-rwxr-xr-xPKGBUILD7
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 058d12180a34..0adb9370dec3 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.27.2
pkgrel = 1
url = https://github.com/hyprwm/Hyprland
arch = any
@@ -43,15 +43,14 @@ pkgbase = hyprland-displaylink-git
depends = xorg-xwayland
depends = libliftoff
depends = libdisplay-info
- depends = displaylink
provides = hyprland
conflicts = hyprland
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.27.2.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v0.27.2/source-v0.27.2.tar.gz
source = displaylink.patch
- sha256sums = d3d11572ba51e4248e653e22034052ed371b8b3dac1a731d3506ebdfb41e6ccf
+ sha256sums = 1cb1b345fd98e80cb04ba60c7bb42ead6b6ad79898f84b468f3ba87459d99f1f
sha256sums = 444bcd0f95ea7955a02da1a99481f33da6f7a4c4d0e6b06d3c3bda8133671484
pkgname = hyprland-displaylink-git
diff --git a/PKGBUILD b/PKGBUILD
index e8929a376422..95e4affae3c6 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname="hyprland"
pkgname="${_pkgname}-displaylink-git"
-pkgver="0.27.0"
+pkgver="0.27.2"
pkgrel=1
pkgdesc="A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks. (DisplayLink patch)"
arch=(any)
@@ -38,8 +38,7 @@ depends=(
vulkan-validation-layers
xorg-xwayland
libliftoff
- libdisplay-info
- displaylink)
+ libdisplay-info)
makedepends=(
git
cmake
@@ -53,7 +52,7 @@ source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hyprwm/Hyprland/release
"displaylink.patch")
conflicts=("${_pkgname}")
provides=(hyprland)
-sha256sums=('d3d11572ba51e4248e653e22034052ed371b8b3dac1a731d3506ebdfb41e6ccf'
+sha256sums=('1cb1b345fd98e80cb04ba60c7bb42ead6b6ad79898f84b468f3ba87459d99f1f'
'444bcd0f95ea7955a02da1a99481f33da6f7a4c4d0e6b06d3c3bda8133671484')
options=(!makeflags !buildflags !strip)