Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
d659e70b55 | |||
e7b9ad928d |
@@ -25,7 +25,7 @@ patch_pkgbase(){
|
|||||||
msg "Patching %s" "${name}"
|
msg "Patching %s" "${name}"
|
||||||
sed -e 's|KBUILD_BUILD_HOST=.*|KBUILD_BUILD_HOST=artixlinux|' -i "${pkgbuild}"
|
sed -e 's|KBUILD_BUILD_HOST=.*|KBUILD_BUILD_HOST=artixlinux|' -i "${pkgbuild}"
|
||||||
sed -e 's|CONFIG_DEFAULT_HOSTNAME=.*|CONFIG_DEFAULT_HOSTNAME="artixlinux"|' \
|
sed -e 's|CONFIG_DEFAULT_HOSTNAME=.*|CONFIG_DEFAULT_HOSTNAME="artixlinux"|' \
|
||||||
-i "$pkgpath"/config
|
-i trunk/config
|
||||||
;;
|
;;
|
||||||
gstreamer|gst-plugins-*|licenses)
|
gstreamer|gst-plugins-*|licenses)
|
||||||
msg "Patching %s" "${name}"
|
msg "Patching %s" "${name}"
|
||||||
@@ -104,7 +104,7 @@ artixpkg_repo_import() {
|
|||||||
stat_done
|
stat_done
|
||||||
|
|
||||||
stat_busy "Fetching upstream tags"
|
stat_busy "Fetching upstream tags"
|
||||||
git fetch upstream --tags
|
git fetch --tags upstream main
|
||||||
stat_done
|
stat_done
|
||||||
|
|
||||||
local latest version
|
local latest version
|
||||||
|
Reference in New Issue
Block a user