|
|
@ -13,7 +13,6 @@ pub fn build(pkg: String) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
env::set_current_dir(pkg).unwrap();
|
|
|
|
env::set_current_dir(pkg).unwrap();
|
|
|
|
Command::new("updpkgsums").spawn().unwrap().wait().unwrap();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Command::new("makepkg")
|
|
|
|
Command::new("makepkg")
|
|
|
|
.args(&["-sf", "--skippgpcheck", "--sign", "--noconfirm"])
|
|
|
|
.args(&["-sf", "--skippgpcheck", "--sign", "--noconfirm"])
|
|
|
@ -30,4 +29,4 @@ pub fn build(pkg: String) {
|
|
|
|
.unwrap();
|
|
|
|
.unwrap();
|
|
|
|
|
|
|
|
|
|
|
|
env::set_current_dir(dir).unwrap();
|
|
|
|
env::set_current_dir(dir).unwrap();
|
|
|
|
}
|
|
|
|
}
|