summaryrefslogtreecommitdiff
path: root/community/pkgtools/pkgtools.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/pkgtools/pkgtools.install')
-rw-r--r--community/pkgtools/pkgtools.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/community/pkgtools/pkgtools.install b/community/pkgtools/pkgtools.install
index 2fee961fa..bcbf2f85c 100644
--- a/community/pkgtools/pkgtools.install
+++ b/community/pkgtools/pkgtools.install
@@ -50,6 +50,10 @@ post_upgrade() {
echo " - This version of pkgtools contains a new tool called 'maintpkg'"
echo " It sets the Maintainer in a PKGBUILD to your PACKAGER while preserving old Contributors"
fi
+ if is_update_from $2 22-1; then
+ echo " - This is the largest release in a long time. This updates all python scripts to py3k."
+ echo " - This version of pkgtools includes a new tool called gem2arch, for automating ruby gem packaging"
+ fi
}
## arg 1: the old package version