fix(wine-dxvk): Call rpm.changed() correctly (#5150) (#5161)

(cherry picked from commit 66c067c101)

Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Raboneko
2025-05-30 22:46:16 -07:00
committed by GitHub
parent 03d27ee62b
commit 50c4ca60ed
+1 -1
View File
@@ -1,5 +1,5 @@
rpm.version(gh("doitsujin/dxvk"));
if rpm.changed {
if rpm.changed() {
let json = get("https://api.github.com/repos/doitsujin/dxvk/contents/subprojects").json_arr();
rpm.global("libdisplay_commit", json[0].sha);
let rawfile = get("https://gitlab.freedesktop.org/emersion/libdisplay-info/-/raw/main/meson.build?ref_type=heads");