summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99287661dfac..f0965287ee39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,11 @@
pkgbase = hyprland-nvidia-hidpi-git
pkgdesc = A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks. (NVIDIA + HiDPI patch)
- pkgver = r3096.b08b7235
+ pkgver = r3198.3f7f4207
pkgrel = 1
url = https://github.com/hyprwm/Hyprland
- arch = any
+ arch = x86_64
+ arch = aarch64
+ arch = riscv64
license = BSD
makedepends = git
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index e8132976b387..8dc10488fefb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
_pkgname=hyprland
pkgname="${_pkgname}-nvidia-hidpi-git"
-pkgver=r3096.b08b7235
+pkgver=r3198.3f7f4207
pkgrel=1
pkgdesc="A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks. (NVIDIA + HiDPI patch)"
-arch=(any)
+arch=('x86_64' 'aarch64' 'riscv64')
url="https://github.com/hyprwm/Hyprland"
license=('BSD')
depends=("libdisplay-info.so"