summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Day2022-03-11 16:02:55 -0600
committerJordan Day2022-03-11 16:02:55 -0600
commit1d15d4b26bb942d7b11cc474915ffdc6cd060044 (patch)
tree7c0ca4ebeb56d70d3d21f88a2a78e0ecaaf8d20c
parentb828a369345d8eb7804e2d82631bce9967ee4ad1 (diff)
downloadaur-1d15d4b26bb942d7b11cc474915ffdc6cd060044.tar.gz
Fix permission issue
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb5d2b1cf3cc..d9f9407c6cd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hypr-git
pkgdesc = Hypr is a Linux tiling window manager for Xorg. It's written in XCB with modern C++ and aims to provide easily readable and expandable code.
- pkgver = 0.0.r255.fa20d13
+ pkgver = 0.0.r327.6104017
pkgrel = 1
url = https://github.com/vaxerski/Hypr
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b5c6909d44d1..780648633b8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jordan Day < jordanday444 at gmail dot com >
pkgname=hypr-git
-pkgver=0.0.r255.fa20d13
+pkgver=0.0.r327.6104017
pkgrel=1
pkgdesc="Hypr is a Linux tiling window manager for Xorg. It's written in XCB with modern C++ and aims to provide easily readable and expandable code."
arch=('x86_64')
@@ -30,6 +30,6 @@ package() {
install -D "build/Hypr" "${pkgdir}/usr/bin"
mkdir -p "${pkgdir}/usr/share/xsessions"
- install -D "example/hypr.desktop" "${pkgdir}/usr/share/xsessions"
+ install -Dm644 "example/hypr.desktop" "${pkgdir}/usr/share/xsessions"
}