Merge pull request #91 from terrapkg/w/fix-update

Fix autoupdate pipeline
This commit is contained in:
Cappy Ishihara
2022-12-29 17:42:51 +07:00
committed by GitHub
6 changed files with 3 additions and 7 deletions
@@ -1,6 +1,6 @@
%global forgeurl https://github.com/KDE/latte-dock/
%define commit 93c50a7e8fbc88d15c17efe26eacdce2c616bded
%global commit 93c50a7e8fbc88d15c17efe26eacdce2c616bded
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date %(date '+%Y%m%d')
%global snapshot_info %{commit_date}.%{shortcommit}
-1
View File
@@ -1,6 +1,5 @@
project "pkg" {
rpm {
spec = "vl-gothic-fonts.spec"
update = ""
}
}
+1
View File
@@ -1,5 +1,6 @@
project "pkg" {
rpm {
spec = "argagg.spec"
update = ""
}
}
+1
View File
@@ -0,0 +1 @@
rpm.version(gh("vietjtnguyen/argagg"));
-1
View File
@@ -1 +0,0 @@
anda-build/
-4
View File
@@ -1,6 +1,4 @@
# Generated by rust2rpm 23
%bcond_without check
%global crate starship
Name: rust-starship
@@ -45,8 +43,6 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel