summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorq234rty2023-02-05 00:18:35 +0800
committerq234rty2023-02-05 00:18:35 +0800
commit1ba59e8e81de557545b3e287cd858f3bc5d41083 (patch)
treeeebafc7ff49f6f1465d8c7c5ac8cd4d9cf32589b
parent15e9dde7ed7e95b8ebfd6d3c481e2163f2b34911 (diff)
downloadaur-1ba59e8e81de557545b3e287cd858f3bc5d41083.tar.gz
Install man pages
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index feb11a867325..7e0d2c3c75a8 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 = 2
+ pkgver = r2416.760b37f7
+ pkgrel = 1
url = https://github.com/hyprwm/Hyprland
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 1ff339f8fd15..50af293ba097 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname="hyprland"
pkgname="${_pkgname}-hidpi-xprop-git"
-pkgver=r2401.32d56fec
-pkgrel=2
+pkgver=r2416.760b37f7
+pkgrel=1
pkgdesc="A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks."
arch=(any)
url="https://github.com/hyprwm/Hyprland"
@@ -100,5 +100,6 @@ package() {
install -Dm644 example/hyprland.desktop -t "${pkgdir}/usr/share/wayland-sessions"
install -Dm644 example/hyprland.conf -t "${pkgdir}/usr/share/hyprland"
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${_pkgname}"
+ install -Dm644 docs/*.1 -t "${pkgdir}/usr/share/man/man1"
install -Dm755 ../tmpwlr/lib/libwlroots.so.* -t "${pkgdir}/usr/lib"
}