summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorq234rty2023-02-03 00:18:02 +0800
committerq234rty2023-02-03 00:18:02 +0800
commit15e9dde7ed7e95b8ebfd6d3c481e2163f2b34911 (patch)
tree85167d4563fd81ab46dd79404b2ccf254907b3e7
parented494409e733e7bbeffcabc5bf8e02bf371a1e05 (diff)
downloadaur-15e9dde7ed7e95b8ebfd6d3c481e2163f2b34911.tar.gz
Remove unneeded dependency on vulkan-validation-layers
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4abce9d51be8..feb11a867325 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hyprland-hidpi-xprop-git
pkgdesc = A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks.
pkgver = r2401.32d56fec
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hyprwm/Hyprland
arch = any
license = BSD
@@ -40,7 +40,6 @@ pkgbase = hyprland-hidpi-xprop-git
depends = xcb-util-wm
depends = seatd
depends = vulkan-icd-loader
- depends = vulkan-validation-layers
depends = xorg-xwayland-hidpi-xprop
provides = hyprland
conflicts = hyprland
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