summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--commitpkg.in2
-rw-r--r--makechrootpkg.in4
3 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 646258c..dcdb522 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-V=20150514
+V=20150606
PREFIX = /usr/local
diff --git a/commitpkg.in b/commitpkg.in
index 65876a3..323f9af 100644
--- a/commitpkg.in
+++ b/commitpkg.in
@@ -147,7 +147,7 @@ for _arch in ${arch[@]}; do
if [[ -n $GPGKEY ]]; then
SIGNWITHKEY="-u ${GPGKEY}"
fi
- gpg --detach-sign --use-agent ${SIGNWITHKEY} "${pkgfile}" || die
+ gpg --detach-sign --use-agent --no-armor ${SIGNWITHKEY} "${pkgfile}" || die
fi
if ! gpg --verify "$sigfile" >/dev/null 2>&1; then
die "Signature %s.sig is incorrect!" "$pkgfile"
diff --git a/makechrootpkg.in b/makechrootpkg.in
index 8f07dc1..78e3894 100644
--- a/makechrootpkg.in
+++ b/makechrootpkg.in
@@ -385,10 +385,10 @@ $update_first && arch-nspawn "$copydir" \
[[ -n ${install_pkgs[*]} ]] && install_packages
-prepare_chroot
-
download_sources
+prepare_chroot
+
if arch-nspawn "$copydir" \
--bind-ro="$PWD:/startdir_host" \
--bind-ro="$SRCDEST:/srcdest_host" \