mirror of
https://github.com/terrapkg/packages.git
synced 2026-07-02 17:00:54 +00:00
a2a49107a7
* Trying just about everything to fix this oh my GOD
* Another updbranch
* Fix typo
* That file was saved??
* Merge
* Doing this just because it makes conflict fixes easier
---------
Signed-off-by: Gilver <rockgrub@disroot.org>
(cherry picked from commit 5b1f57030a)
# Conflicts:
# anda/system/xone/akmod/xone-kmod.spec
# anda/system/xone/dkms/dkms-xone.spec
# anda/system/xpad-noone/akmod/xpad-noone-kmod.spec
# anda/system/xpad-noone/dkms/dkms-xpad-noone.spec
# anda/system/xpadneo/akmod/xpadneo-kmod.spec
# anda/system/xpadneo/dkms/dkms-xpadneo.spec
9 lines
216 B
Plaintext
9 lines
216 B
Plaintext
rpm.global("commit", gh_commit("dlundqvist/xone"));
|
|
if rpm.changed() {
|
|
rpm.release();
|
|
rpm.global("commitdate", date());
|
|
let ver = gh_tag("dlundqvist/xone");
|
|
ver.crop(1);
|
|
rpm.global("ver", ver);
|
|
}
|