mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 17:11:56 +00:00
Modify autoupdate scripts for anda 0.1.8
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
project "pkg" {
|
||||
rpm {
|
||||
spec = "python3-python3-protobuf.spec"
|
||||
update = ""
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
let obj = get("https://pypi.org/pypi/python3-protobuf/json").json();
|
||||
rpm.version(obj @ "info" @ "version");
|
||||
rpm.version(pypi("python3-protobuf"));
|
||||
|
||||
Reference in New Issue
Block a user