Skip to content

Commit

Permalink
hack
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose committed May 10, 2024
1 parent 19c3e35 commit 8babb0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions main/mesa/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@


def post_extract(self):
# hack for mr to pass version validation
with open(self.builddir / f"{pkgname}-{pkgver}" / "VERSION", "w") as f:
f.write(f"{pkgver}\n")
self.cp(self.sources_path / f"paste-{_paste}.tar.gz", self.builddir)
self.cp(
self.sources_path / f"proc-macro2-{_proc_macro2}.tar.gz", self.builddir
Expand Down
2 changes: 1 addition & 1 deletion main/mesa/update.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ignore = ["*.0"]
ignore = True

0 comments on commit 8babb0e

Please sign in to comment.