summaryrefslogtreecommitdiff
path: root/bin/get-package-updates
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-05-17 16:08:01 +0200
committerErich Eckner <git@eckner.net>2017-05-17 16:08:01 +0200
commita525d316f5e882039f3072f087d92e4b8f625bf9 (patch)
tree5404977c00989662180fd6d3fdba782073c91a6d /bin/get-package-updates
parent9703006a04a334e40a894849a6a962b8fed1a947 (diff)
downloadbuilder-a525d316f5e882039f3072f087d92e4b8f625bf9.tar.xz
split off customization of PKGBUILDs from searching for PKGBUILDs
Diffstat (limited to 'bin/get-package-updates')
-rwxr-xr-xbin/get-package-updates1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates
index caef397..71f379c 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -149,6 +149,7 @@ while read -r package git_revision mod_git_revision repository; do
(
cd "${PKGBUILD%/*}"
+ apply_package_customizations
mksrcinfo -o "${work_dir}/package-infos/${package}.${git_revision}.${new_repo_revisions["archlinux32"]}.SRCINFO"
)