summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorq234rty2023-04-29 02:34:36 +0800
committerq234rty2023-04-29 02:34:36 +0800
commit013d2a8697521173eb50a561767b3b702c9434b1 (patch)
tree7e93fc3db8ca0c18c9fa519fa865305745ba9c97
parent2efd622c3aea6776890a0b992225dc0bdfe70cf9 (diff)
downloadaur-013d2a8697521173eb50a561767b3b702c9434b1.tar.gz
Install LICENSE for udis86
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22cea975c115..991160a957d3 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 = r2837.dbb6d9d1
+ pkgver = r2838.093755d5
pkgrel = 1
url = https://github.com/hyprwm/Hyprland
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 26249bd7f0aa..6ca35ed73fc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname="hyprland"
pkgname="${_pkgname}-hidpi-xprop-git"
-pkgver=r2837.dbb6d9d1
+pkgver=r2838.093755d5
pkgrel=1
pkgdesc="A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks."
arch=("i686" "x86_64" "arm" "armv6h" "armv7h" "aarch64")
@@ -110,6 +110,7 @@ package() {
install -Dm644 example/hyprland.conf -t "${pkgdir}/usr/share/hyprland"
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
install -Dm644 subprojects/wlroots/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-wlroots"
+ install -Dm644 subprojects/udis86/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-udis86"
install -Dm644 docs/*.1 -t "${pkgdir}/usr/share/man/man1"
install -Dm755 ../tmpwlr/lib/libwlroots.so.* -t "${pkgdir}/usr/lib"
install -d "${pkgdir}/usr/include/hyprland/protocols"