summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorq234rty2024-01-16 01:54:23 +0800
committerq234rty2024-01-16 01:54:23 +0800
commit3fd3cf7c1fbdf385635a191d7b4bb03031eea4e7 (patch)
treecb8305c766bc1b0119656947f3450204c4c82d47
parentfd40f5357581970f1c995a26ca9824f8cc8b20c9 (diff)
downloadaur-3fd3cf7c1fbdf385635a191d7b4bb03031eea4e7.tar.gz
Use SPDX, add a symlink
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8111f71d2ca..72d50f21ade0 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.r40.01e5c59d
+ pkgver = 0.34.0.r48.3c964a9f
pkgrel = 2
url = https://github.com/hyprwm/Hyprland
arch = i686
@@ -9,7 +9,7 @@ pkgbase = hyprland-hidpi-xprop-git
arch = armv6h
arch = armv7h
arch = aarch64
- license = BSD
+ license = BSD-3-Clause
makedepends = git
makedepends = cmake
makedepends = ninja
@@ -45,7 +45,7 @@ pkgbase = hyprland-hidpi-xprop-git
depends = seatd
depends = xorg-xwayland-hidpi-xprop
depends = tomlplusplus
- provides = hyprland=0.33.1.r40.01e5c59d
+ provides = hyprland=0.34.0.r48.3c964a9f
conflicts = hyprland
options = debug
source = hyprland::git+https://github.com/hyprwm/Hyprland.git
diff --git a/PKGBUILD b/PKGBUILD
index d83a5ebd9629..14bed95f9211 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
_pkgname="hyprland"
pkgname="${_pkgname}-hidpi-xprop-git"
-pkgver=0.33.1.r40.01e5c59d
+pkgver=0.34.0.r48.3c964a9f
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"
-license=('BSD')
+license=('BSD-3-Clause')
depends=(
libxcb
xcb-proto
@@ -101,6 +101,7 @@ package() {
cd "${srcdir}/${_pkgname}"
meson install -C subprojects/wlroots/build --destdir "${pkgdir}/tmpwlr"
install -Dm755 build/Hyprland -t "${pkgdir}/usr/bin"
+ pushd "${pkgdir}/usr/bin" && ln -sf Hyprland hyprland && popd
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"