forked from artix/artools
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1ea7d2ca8b | |||
| 3cd8632c61 | |||
| b425eac181 | |||
| 4b2d516258 |
@@ -28,6 +28,7 @@ artools
|
||||
- pkg:
|
||||
* namcap
|
||||
* git-subrepo
|
||||
* jshon
|
||||
|
||||
- iso:
|
||||
* dosfstools
|
||||
|
||||
@@ -59,7 +59,7 @@ show_deps(){
|
||||
|
||||
local archver=$(get_full_version $pkg)
|
||||
|
||||
msg "repo: %s" "$repo"
|
||||
msg2 "repo: %s" "$repo"
|
||||
[[ -n ${pkgbase} ]] && msg2 "pkgbase: %s" "${pkgbase}"
|
||||
msg2 "pkgname: %s" "${pkgname[*]}"
|
||||
[[ -n $pkgdesc ]] && msg2 "pkgdesc: %s" "${pkgdesc}"
|
||||
@@ -87,7 +87,7 @@ from_arch(){
|
||||
|
||||
dest=${TREE_DIR_ARTIX}/$tree_dir/$pkg/trunk
|
||||
|
||||
msg "artix tree: %s" "$tree_dir"
|
||||
msg "tree: %s" "$tree_dir"
|
||||
show_deps "$src" "$repo"
|
||||
|
||||
if [[ -d $dest ]];then
|
||||
|
||||
@@ -21,7 +21,12 @@ update_repo(){
|
||||
|
||||
. PKGBUILD
|
||||
|
||||
for name in ${pkgname[@]};do
|
||||
local pkgsearch=(${pkgname[@]})
|
||||
if check_option "debug" "y"; then
|
||||
pkgsearch+=("$pkgbase-debug")
|
||||
fi
|
||||
|
||||
for name in ${pkgsearch[@]}; do
|
||||
pkgarch=$(get_pkg_arch "$name")
|
||||
ver=$(get_full_version "$name")
|
||||
if pkgfile=$(find_cached_package "$name" "$ver" "$pkgarch");then
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
linux
|
||||
nvidia
|
||||
nvidia-utils
|
||||
acpi_call
|
||||
bbswitch
|
||||
broadcom-wl
|
||||
|
||||
Reference in New Issue
Block a user