diff --git a/.gitignore b/.gitignore
index de50c96e9ee33d3957d53a0749ade20b4ee24c00..ad5e33ded19efaa1690b4b4f86f8a8ee0069a633 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@ source
 source-new
 source.tar
 stage
+stage.pkg
 stage.sig
 stage.tar
 stage.tar.gz
diff --git a/cook.sh b/cook.sh
index aa19f96d73bc7ca1dac3cf223d973f8c238942ce..0911d2664909f7b402118e281b1b61a2f632acc5 100755
--- a/cook.sh
+++ b/cook.sh
@@ -42,6 +42,8 @@ function usage {
     echo "  difftool_upstream" >&2
     echo "  fetch" >&2
     echo "  unfetch" >&2
+    echo "  pkg" >&2
+    echo "  unpkg" >&2
     echo "  prepare" >&2
     echo "  unprepare" >&2
     echo "  publish" >&2
@@ -69,8 +71,10 @@ function op {
             op $1 build
             op $1 stage
             op $1 tar
+            op $1 pkg
             ;;
         distclean)
+            op $1 unpkg
             op $1 untar
             op $1 unstage
             op $1 unprepare
@@ -440,17 +444,9 @@ function op {
                 --secret "${ROOT}/build/secret.key" \
                 --file stage.pkg \
                 stage
-
-            if command -v pigz > /dev/null
-            then
-                pigz --force stage.pkg
-            else
-                echo "Install pigz for increased performance"
-                gzip --force recipes/jeremy/stage.pkg
-            fi
             ;;
         unpkg)
-            rm -fv stage.pkg stage.pkg.gz
+            rm -fv stage.pkg
             ;;
         tar)
             echo "name = \"$1\"" > "stage.toml"
diff --git a/pkgar b/pkgar
index 6855ee50a3beda271975aebce50196ebdb75d442..d3b5dfc7af711f32ca115bc39d45f77dac4b7b99 160000
--- a/pkgar
+++ b/pkgar
@@ -1 +1 @@
-Subproject commit 6855ee50a3beda271975aebce50196ebdb75d442
+Subproject commit d3b5dfc7af711f32ca115bc39d45f77dac4b7b99