summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJulian POIDEVIN2023-05-30 00:43:38 +0200
committerJulian POIDEVIN2023-05-30 00:43:38 +0200
commit285470ebfe5f5301f4d522f8a48f77dc5ac3a574 (patch)
tree72b144eb988db709b4082352a2ee259723335df9 /PKGBUILD
parentf5253bc029922fe932af61377446f697c6ee8325 (diff)
downloadaur-285470ebfe5f5301f4d522f8a48f77dc5ac3a574.tar.gz
Update to 0.26.0 and remove duplicate "wayland-protocols" dependency
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c1b1967bb0b..7eba562b013c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname="hyprland"
pkgname="${_pkgname}-displaylink-git"
-pkgver="0.25.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)
@@ -47,13 +47,12 @@ makedepends=(
gdb
meson
vulkan-headers
- wayland-protocols
xorgproto)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v${pkgver}/source-v${pkgver}.tar.gz"
"displaylink.patch")
conflicts=("${_pkgname}")
provides=(hyprland)
-sha256sums=('0d43297469268457311a916ea3c40bed602c8c8957db81cf862d74c3d5ffbe6b'
+sha256sums=('096e478f9f8f4b16bd3d3313f970e216d4ca0d280f6cfddf35126ff8f4350497'
'444bcd0f95ea7955a02da1a99481f33da6f7a4c4d0e6b06d3c3bda8133671484')
options=(!makeflags !buildflags !strip)