summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorq234rty2023-12-14 10:17:37 +0800
committerq234rty2023-12-14 10:17:37 +0800
commitfd40f5357581970f1c995a26ca9824f8cc8b20c9 (patch)
treefc2da520baf7ebeb47efe455de7e9bc75e2195ac
parentc496de4c4d86df85d94a1dd77cd4b77dbfc15dc4 (diff)
downloadaur-fd40f5357581970f1c995a26ca9824f8cc8b20c9.tar.gz
Move tomlplusplus to depends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7abb4fce0ec9..e8111f71d2ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hyprland-hidpi-xprop-git
pkgdesc = A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks.
- pkgver = 0.33.1.r5.a794eecd
+ pkgver = 0.33.1.r40.01e5c59d
pkgrel = 2
url = https://github.com/hyprwm/Hyprland
arch = i686
@@ -17,7 +17,6 @@ pkgbase = hyprland-hidpi-xprop-git
makedepends = meson
makedepends = wayland-protocols
makedepends = xorgproto
- makedepends = tomlplusplus
depends = libxcb
depends = xcb-proto
depends = xcb-util
@@ -45,7 +44,8 @@ pkgbase = hyprland-hidpi-xprop-git
depends = xcb-util-wm
depends = seatd
depends = xorg-xwayland-hidpi-xprop
- provides = hyprland=0.33.1.r5.a794eecd
+ depends = tomlplusplus
+ provides = hyprland=0.33.1.r40.01e5c59d
conflicts = hyprland
options = debug
source = hyprland::git+https://github.com/hyprwm/Hyprland.git
diff --git a/PKGBUILD b/PKGBUILD
index 01e3761ba328..d83a5ebd9629 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname="hyprland"
pkgname="${_pkgname}-hidpi-xprop-git"
-pkgver=0.33.1.r5.a794eecd
+pkgver=0.33.1.r40.01e5c59d
pkgrel=2
pkgdesc="A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks."
arch=("i686" "x86_64" "arm" "armv6h" "armv7h" "aarch64")
@@ -40,6 +40,7 @@ depends=(
xcb-util-wm
seatd
xorg-xwayland-hidpi-xprop
+ tomlplusplus
)
makedepends=(
git
@@ -49,7 +50,6 @@ makedepends=(
meson
wayland-protocols
xorgproto
- tomlplusplus
)
source=("${_pkgname}::git+https://github.com/hyprwm/Hyprland.git"
"git+https://gitlab.freedesktop.org/wlroots/wlroots.git"