aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/createpkg
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/createpkg')
-rw-r--r--trunk/src/createpkg3
1 files changed, 3 insertions, 0 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg
index 705b10b..bbb0a4b 100644
--- a/trunk/src/createpkg
+++ b/trunk/src/createpkg
@@ -657,6 +657,9 @@ esac
# Synchronize repository
[ $SYNC -eq $yes ] && sync_repo $SLACKBUILDS_DIR $SLACKBUILDS_SVN
+# Update keyring
+update_keyring $SLACKBUILDS_DIR/GPG-KEY
+
# Get SlackBuild script
BUILD_SCRIPT="`find_slackbuild $PACKAGE`"