mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 18:02:19 +00:00
e028e712f4
* bump: vvenc
* feat: Add update script
* fix: Define global variable later
* I love 32-bit ifconds
* Oops
* It'd be nice if the LDFLAGS stuff was easier to look into
* ?
* Update vvenc.spec
* Screw it
* Try a less severe approach now that the issue is found?
* Sigh
---------
(cherry picked from commit 5b28230d3e)
Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
5 lines
100 B
Plaintext
5 lines
100 B
Plaintext
let v = gh_tag("fraunhoferhhi/vvenc");
|
|
if `[\d.]+-rc\d+`.find_all(v).len == 0 {
|
|
rpm.version(v);
|
|
}
|