summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKeith Plant2024-04-21 09:05:59 -0400
committerKeith Plant2024-04-21 09:05:59 -0400
commit3bf157679c11c6349d59b9bc7b9f2012876ccfbf (patch)
tree37db3c2e15fb5bcb7d1ef456e42c59932052164e /PKGBUILD
parent16a48cced040d85828a5ed6636275d3835a7e03f (diff)
downloadaur-wlroots-nvidia.tar.gz
bump to wlroots-0.17.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 378c37533018..6f01eaad9221 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Keith Plant <kplantjr at gmail dot com>
pkgname="wlroots-nvidia"
-pkgver="0.17.1"
+pkgver="0.17.2"
pkgrel="1"
pkgdesc="Modular Wayland compositor library, with fix for nvidia flickering"
license=("MIT")
@@ -47,13 +47,16 @@ makedepends=(
optdepends=(
'xorg-xwayland: Xwayland support'
)
+options=(
+ 'debug'
+)
source=(
"$wl_pkgname-$pkgver.tar.gz::https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/$pkgver/downloads/wlroots-$pkgver.tar.gz"
"https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/$pkgver/downloads/wlroots-$pkgver.tar.gz.sig"
"nvidia.patch"
)
sha256sums=(
- 'd58d68e3f90d92de4d49fa43b4d75dc78f8af1d920d090729331cefbdfcf361b'
+ 'f4007d3f71e190b9000ab4a30afd87833b034ab2602030a00af4465ffd4e997c'
'SKIP'
'bbbb2a7c825d241f119a73503e7a04482f8d5f03192feabc68601c75cf93ad0b'
)