summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian POIDEVIN2023-07-14 01:50:22 +0200
committerJulian POIDEVIN2023-07-14 01:50:22 +0200
commitbbc1b9d78bf56d8a572cc6a38c1113eee94e16ff (patch)
tree822cb46ec4deb86c7ee52a21d0ad87b8f83be514
parent65c10be4362ae4240d00a745e78987f33c19df84 (diff)
downloadaur-bbc1b9d78bf56d8a572cc6a38c1113eee94e16ff.tar.gz
(Re)update to 0.27.0
-rw-r--r--.SRCINFO9
-rwxr-xr-xPKGBUILD9
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c997e3449ca..058d12180a34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hyprland-displaylink-git
pkgdesc = A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks. (DisplayLink patch)
- pkgver = 0.26.0
- pkgrel = 3
+ pkgver = 0.27.0
+ pkgrel = 1
url = https://github.com/hyprwm/Hyprland
arch = any
license = BSD
@@ -43,14 +43,15 @@ 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.26.0.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v0.26.0/source-v0.26.0.tar.gz
+ 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 = displaylink.patch
- sha256sums = 096e478f9f8f4b16bd3d3313f970e216d4ca0d280f6cfddf35126ff8f4350497
+ sha256sums = d3d11572ba51e4248e653e22034052ed371b8b3dac1a731d3506ebdfb41e6ccf
sha256sums = 444bcd0f95ea7955a02da1a99481f33da6f7a4c4d0e6b06d3c3bda8133671484
pkgname = hyprland-displaylink-git
diff --git a/PKGBUILD b/PKGBUILD
index 485167cb704b..e8929a376422 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname="hyprland"
pkgname="${_pkgname}-displaylink-git"
-pkgver="0.26.0"
-pkgrel=3
+pkgver="0.27.0"
+pkgrel=1
pkgdesc="A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks. (DisplayLink patch)"
arch=(any)
url="https://github.com/hyprwm/Hyprland"
@@ -38,7 +38,8 @@ depends=(
vulkan-validation-layers
xorg-xwayland
libliftoff
- libdisplay-info)
+ libdisplay-info
+ displaylink)
makedepends=(
git
cmake
@@ -52,7 +53,7 @@ source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hyprwm/Hyprland/release
"displaylink.patch")
conflicts=("${_pkgname}")
provides=(hyprland)
-sha256sums=('096e478f9f8f4b16bd3d3313f970e216d4ca0d280f6cfddf35126ff8f4350497'
+sha256sums=('d3d11572ba51e4248e653e22034052ed371b8b3dac1a731d3506ebdfb41e6ccf'
'444bcd0f95ea7955a02da1a99481f33da6f7a4c4d0e6b06d3c3bda8133671484')
options=(!makeflags !buildflags !strip)