summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2023-07-08 09:32:45 +0200
committerFabioLolix2023-07-08 09:32:45 +0200
commit9ce949f6511a5a63cd5acd62fd3f7a56a83785b7 (patch)
tree26da80ca975a29bc48920bf1d13ac2f594983181
parent4e4842a90e4f22493766b0ab742f162148442c0b (diff)
downloadaur-9ce949f6511a5a63cd5acd62fd3f7a56a83785b7.tar.gz
fix license folder
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81978b556212..59f940a6602d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hyprland-git
pkgdesc = A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks.
pkgver = 0.26.0.r96.f49af187
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hyprwm/Hyprland
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 4adc8e8a4e77..158f7d3bbe7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=hyprland-git
pkgver=0.26.0.r96.f49af187
-pkgrel=1
+pkgrel=2
pkgdesc="A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks."
arch=(x86_64 aarch64)
url="https://github.com/hyprwm/Hyprland"
@@ -121,6 +121,6 @@ package() {
install -Dm0644 -t "$pkgdir/usr/share/hyprland" assets/*.png
install -Dm0644 -t "$pkgdir/usr/share/wayland-sessions" "example/hyprland.desktop"
install -Dm0644 -t "$pkgdir/usr/share/hyprland" "example/hyprland.conf"
- install -Dm0644 -t "$pkgdir/usr/share/licenses/hyprland" LICENSE
+ install -Dm0644 -t "$pkgdir/usr/share/licenses/${pkgname}" LICENSE
install -Dm0755 -t "$pkgdir/usr/lib" "$srcdir/tmpwlr/lib/libwlroots.so.12032"
}