summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMonstrousOgre2023-03-16 23:43:50 +0530
committerMonstrousOgre2023-03-16 23:43:50 +0530
commit36c7257238b69e278581015d091c6b58ee605646 (patch)
tree12964869957a79e9ea182c73b24dbc2430e177ac
parent01c69bdc1c89e9c41b86da5b4ce3cd119dae3a3c (diff)
downloadaur-36c7257238b69e278581015d091c6b58ee605646.tar.gz
changing ../nvidia.patch to nvidia.patch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 464d29727928..bf976a6bf55e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hyprland-nvidia
pkgdesc = A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks. (NVIDIA patch)
pkgver = 0.23.0beta
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hyprwm/Hyprland
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 30442c5c5a55..56a13d22e2a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname="hyprland"
pkgname="${_pkgname}-nvidia"
pkgver="0.23.0beta"
-pkgrel=1
+pkgrel=2
pkgdesc="A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks. (NVIDIA patch)"
arch=(any)
url="https://github.com/hyprwm/Hyprland"
@@ -61,7 +61,7 @@ build() {
cd "$srcdir/hyprland-source"
make fixwlr
patch --directory="$srcdir/hyprland-source/subprojects/wlroots/" --forward --strip=0 \
- --input="${srcdir}/../nvidia.patch"
+ --input="${srcdir}/nvidia.patch"
cd "./subprojects/wlroots/" && meson build/ --prefix="${srcdir}/tmpwlr" --buildtype=release && ninja -C build/ && mkdir -p "${srcdir}/tmpwlr" && ninja -C build/ install && cd ../
cd udis86 && cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -H./ -B./build -G Ninja && cmake --build ./build --config Release --target all -j$(shell nproc) && cd ../..
make protocols