summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorq234rty2023-02-03 00:18:02 +0800
committerq234rty2023-02-03 00:18:02 +0800
commit15e9dde7ed7e95b8ebfd6d3c481e2163f2b34911 (patch)
tree85167d4563fd81ab46dd79404b2ccf254907b3e7 /PKGBUILD
parented494409e733e7bbeffcabc5bf8e02bf371a1e05 (diff)
downloadaur-15e9dde7ed7e95b8ebfd6d3c481e2163f2b34911.tar.gz
Remove unneeded dependency on vulkan-validation-layers
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5850e8c52138..1ff339f8fd15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname="hyprland"
pkgname="${_pkgname}-hidpi-xprop-git"
pkgver=r2401.32d56fec
-pkgrel=1
+pkgrel=2
pkgdesc="A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks."
arch=(any)
url="https://github.com/hyprwm/Hyprland"
@@ -36,7 +36,6 @@ depends=(
xcb-util-wm
seatd
vulkan-icd-loader
- vulkan-validation-layers
xorg-xwayland-hidpi-xprop)
makedepends=(
git