mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-21 11:00:38 +00:00
fix(egl-wayland,egl-x11): Needs an i686 build, remove the update script (#4473)
* fix(egl-wayland): Needs an i686 build Signed-off-by: Gilver <rockgrub@disroot.org> * fix(egl-x11): Needs an i686 build Signed-off-by: Gilver <rockgrub@disroot.org> * Delete anda/lib/nvidia/egl-x11/update.rhai Signed-off-by: Gilver <rockgrub@disroot.org> * Delete anda/lib/nvidia/egl-wayland/update.rhai Signed-off-by: Gilver <rockgrub@disroot.org> --------- Signed-off-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
project pkg {
|
||||
arches = ["x86_64", "aarch64", "i386"]
|
||||
rpm {
|
||||
spec = "egl-wayland.spec"
|
||||
}
|
||||
labels {
|
||||
subrepo = "nvidia"
|
||||
mock = 1
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
rpm.version(gh("NVIDIA/egl-wayland"));
|
||||
@@ -1,8 +1,10 @@
|
||||
project pkg {
|
||||
arches = ["x86_64", "aarch64", "i386"]
|
||||
rpm {
|
||||
spec = "egl-x11.spec"
|
||||
}
|
||||
labels {
|
||||
subrepo = "nvidia"
|
||||
mock = 1
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
rpm.version(gh_tag("NVIDIA/egl-x11"));
|
||||
Reference in New Issue
Block a user