summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorq234rty2023-12-07 21:53:33 +0800
committerq234rty2023-12-07 21:54:49 +0800
commitc496de4c4d86df85d94a1dd77cd4b77dbfc15dc4 (patch)
treeebe613d268f0fcd8d6f858072d36d26d1ebd8caf
parent7cdd07db0741e096cae9c5825cfddb750afcb8fb (diff)
downloadaur-c496de4c4d86df85d94a1dd77cd4b77dbfc15dc4.tar.gz
Fix build
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06be3dbcbce5..7abb4fce0ec9 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 = 0.32.3.r21.91d6be1f
- pkgrel = 1
+ pkgver = 0.33.1.r5.a794eecd
+ pkgrel = 2
url = https://github.com/hyprwm/Hyprland
arch = i686
arch = x86_64
@@ -17,6 +17,7 @@ pkgbase = hyprland-hidpi-xprop-git
makedepends = meson
makedepends = wayland-protocols
makedepends = xorgproto
+ makedepends = tomlplusplus
depends = libxcb
depends = xcb-proto
depends = xcb-util
@@ -44,7 +45,7 @@ pkgbase = hyprland-hidpi-xprop-git
depends = xcb-util-wm
depends = seatd
depends = xorg-xwayland-hidpi-xprop
- provides = hyprland=0.32.3.r21.91d6be1f
+ provides = hyprland=0.33.1.r5.a794eecd
conflicts = hyprland
options = debug
source = hyprland::git+https://github.com/hyprwm/Hyprland.git
diff --git a/PKGBUILD b/PKGBUILD
index 7957112f9680..01e3761ba328 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
_pkgname="hyprland"
pkgname="${_pkgname}-hidpi-xprop-git"
-pkgver=0.32.3.r21.91d6be1f
-pkgrel=1
+pkgver=0.33.1.r5.a794eecd
+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")
url="https://github.com/hyprwm/Hyprland"
@@ -49,6 +49,7 @@ makedepends=(
meson
wayland-protocols
xorgproto
+ tomlplusplus
)
source=("${_pkgname}::git+https://github.com/hyprwm/Hyprland.git"
"git+https://gitlab.freedesktop.org/wlroots/wlroots.git"
@@ -101,6 +102,7 @@ package() {
meson install -C subprojects/wlroots/build --destdir "${pkgdir}/tmpwlr"
install -Dm755 build/Hyprland -t "${pkgdir}/usr/bin"
install -Dm755 build/hyprctl/hyprctl -t "${pkgdir}/usr/bin"
+ install -Dm755 build/hyprpm/hyprpm -t "${pkgdir}/usr/bin"
install -Dm644 assets/*.png -t "${pkgdir}/usr/share/hyprland"
install -Dm644 example/hyprland.desktop -t "${pkgdir}/usr/share/wayland-sessions"
install -Dm644 example/hyprland.conf -t "${pkgdir}/usr/share/hyprland"