Files
packages/anda/desktops/lomiri-unity/unity-session/update.rhai
T
madomado 740824a8fc chore: reorganise folders (#843)
* chore: reorganise folders

* more renames

---------

Co-authored-by: Lleyton Gray <lleyton@fyralabs.com>
2023-12-09 21:37:07 -08:00

6 lines
265 B
Plaintext

let html = get("http://archive.ubuntu.com/ubuntu/pool/universe/g/gnome-session/?C=N;O=D");
let v = find("unity-session_([\\d.]+)-(.+?)_all.deb", html, 1);
let r = find("unity-session_([\\d.]+)-(.+?)_all.deb", html, 2);
rpm.version(v);
rpm.define("_ubuntu_rel", r);