mirror of
https://github.com/terrapkg/packages.git
synced 2026-07-02 17:00:54 +00:00
fix: update scripts and spec files (#13636)
This commit is contained in:
@@ -1 +1 @@
|
||||
rpm.version(gh("Boof2015/astra"));
|
||||
rpm.global("ver", gh("Boof2015/astra"));
|
||||
|
||||
@@ -2,4 +2,7 @@ project pkg {
|
||||
rpm {
|
||||
spec = "hyprlock.spec"
|
||||
}
|
||||
labels {
|
||||
updbranch = 1
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
rpm.version(gh("adobe-fonts/source-han-serif"));
|
||||
rpm.global("ver", gh("adobe-fonts/source-han-serif"));
|
||||
|
||||
@@ -1 +1 @@
|
||||
rpm.version(gh("google/breakpad"));
|
||||
rpm.version(gh_tag("google/breakpad"));
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
let v = find(`mesa-([\d.]+).tar.xz`, get("https://archive.mesa3d.org/?C=D;O=D"), 1);
|
||||
rpm.version(v);
|
||||
rpm.global("ver", v);
|
||||
|
||||
@@ -5,5 +5,6 @@ project pkg {
|
||||
}
|
||||
labels {
|
||||
mock = 1
|
||||
updbranch = 1
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
rpm.version(gh("bup/bup"));
|
||||
rpm.version(gh_tag("bup/bup"));
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
rpm.global("ver", gh("albfan/miraclecast"));
|
||||
rpm.global("ver", gh_tag("albfan/miraclecast"));
|
||||
|
||||
rpm.global("commit", gh_commit("albfan/miraclecast"));
|
||||
if rpm.changed() {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
let v = gh("stakira/OpenUtau");
|
||||
let url = `OpenUtau-linux-x64.tar.gz`
|
||||
let url = `OpenUtau-linux-x64.tar.gz`;
|
||||
|
||||
if get(`https://github.com/stakira/OpenUtau/releases/expanded_assets/${v}`).contains(url) {
|
||||
rpm.global("ver", v);
|
||||
|
||||
@@ -1 +1 @@
|
||||
rpm.version(gh("WeirdTreeThing/croskbd"));
|
||||
rpm.version(gh_tag("WeirdTreeThing/croskbd"));
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: virtualsmartcard
|
||||
Version: 0.10
|
||||
Version: 0.10
|
||||
Release: 2%?dist
|
||||
Summary: Smart card emulator and driver for networked smart card reader/emulator
|
||||
URL: https://frankmorgner.github.io/vsmartcard/index.html
|
||||
|
||||
Reference in New Issue
Block a user