Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/bin/get-package-updates
diff options
context:
space:
mode:
Diffstat (limited to 'bin/get-package-updates')
-rwxr-xr-xbin/get-package-updates2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates
index 40a5227..774223f 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -236,7 +236,7 @@ done | \
if ${found_package}; then
mode='M'
repository=$(
- find_package_repository_to_package "${package}" "${repository}"
+ find_package_repository_to_package "${package}" "${repository}" "${git_revision}"
)
else
delete_package "${package}"