Compare commits

..

2 Commits

Author SHA1 Message Date
Owen Zimmerman e8d4be9e2f chore (senpai): fix update script
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-06-04 12:09:31 -05:00
Owen Zimmerman 237fb216c9 fix: quickjs-ng (#12855)
* fix: quickjs-ng

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>

* new folder

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>

---------

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-06-04 11:50:57 -05:00
3 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ Requires: %{name}-libs%{_isa} = %evr
%pkg_devel_files
%files devel
%{_libdir}/cmake/quickjs/*.cmake
%{_libdir}/cmake/qjs/*.cmake
%package examples
+1 -1
View File
@@ -1 +1 @@
rpm.version(gh("delthas/senpai"));
rpm.version(gh_tag("delthas/senpai"));
+1 -5
View File
@@ -1,5 +1 @@
rpm.global("commit", sourcehut_commit("~malicean/alipad"));
if rpm.changed() {
rpm.release();
rpm.global("commit_date", date());
}
// Empty until sourcehut update script