diff --git a/helpers/config b/helpers/config
index 298c4fccc6a5bd57d0d223e7f4d35e5d0a67fc7e..ab021c1c52e6b765c61cfd76b7f657477882815d 100755
--- a/helpers/config
+++ b/helpers/config
@@ -114,7 +114,9 @@ cd PACKAGES/$PACKAGE
 #Get package and uncompress it
 apt-get update -c $LOCAL_APT/etc/apt.conf
 apt-get source $PACKAGE --download-only -c ${LOCAL_APT}/etc/apt.conf
-dpkg-source -x --skip-patches *.dsc source
+# verify it first
+gpgv --keyring ${LOCAL_APT}/etc/trusted.gpg *.dsc
+dpkg-source --no-check -x --skip-patches *.dsc source
 
 find -maxdepth 1 -type f | xargs rm
 cd source