summaryrefslogtreecommitdiff
path: root/db-update
diff options
context:
space:
mode:
Diffstat (limited to 'db-update')
-rwxr-xr-xdb-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-update b/db-update
index c9b727a..0f7ed1f 100755
--- a/db-update
+++ b/db-update
@@ -46,7 +46,7 @@ for repo in "${repos[@]}"; do
if ! pacman-key -v "${pkg}.sig" >/dev/null 2>&1; then
die "Package %s does not have a valid signature" "$repo/${pkg##*/}"
fi
- if ! check_pkgsvn "${pkg}" "${repo}"; then
+ if ! check_pkgvcs "${pkg}" "${repo}"; then
die "Package %s is not consistent with %s repository" "$repo/${pkg##*/}" "$VCS"
fi
if ! check_pkgrepos "${pkg}"; then