diff options
author | root <root@rshg054.dnsready.net> | 2011-09-07 15:14:25 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-07 15:14:25 +0000 |
commit | 52442b30a60f3a0dc7bc0eb214d123d001987c83 (patch) | |
tree | b4ba9af92ba3a77331f71b19dd46fb3964e79c19 /community/pkgtools | |
parent | 17f3e93f2d2e9d6b429c34a2c107ee4d0b7b3973 (diff) |
Wed Sep 7 15:14:25 UTC 2011
Diffstat (limited to 'community/pkgtools')
-rw-r--r-- | community/pkgtools/PKGBUILD | 13 | ||||
-rw-r--r-- | community/pkgtools/pkgtools.install | 4 |
2 files changed, 12 insertions, 5 deletions
diff --git a/community/pkgtools/PKGBUILD b/community/pkgtools/PKGBUILD index 9328188ea..fc69319c4 100644 --- a/community/pkgtools/PKGBUILD +++ b/community/pkgtools/PKGBUILD @@ -1,19 +1,22 @@ # Maintainer: Daenyth <Daenyth+Arch AT gmail DOT com> # Contributor: Daenyth <Daenyth+Arch AT gmail DOT com> pkgname=pkgtools -pkgver=22 +pkgver=23 pkgrel=1 pkgdesc="A collection of scripts for Arch Linux packages" arch=('i686' 'x86_64') url="http://bbs.archlinux.org/viewtopic.php?pid=384196" license=('GPL') -source=(http://github.com/Daenyth/pkgtools/tarball/v$pkgver) +source=(v$pkgver::http://github.com/Daenyth/pkgtools/tarball/v$pkgver) backup=('etc/pkgtools/newpkg.conf' 'etc/pkgtools/pkgfile.conf' 'etc/pkgtools/spec2arch.conf') install=pkgtools.install provides=(newpkg pkgfile) -depends=('bash>=4' 'python2' 'pcre' 'libarchive') -optdepends=('cron: For pkgfile --update entry') -md5sums=('37430c4fa13b4cf4afb233100706f5ae') +depends=('bash>=4' 'pcre' 'libarchive' 'python') +optdepends=('cron: For pkgfile --update entry' + 'abs: Provides proto packaging files for newpkg' + 'python-yaml: for gem2arch' + 'python2: for pkgconflict') +md5sums=('5361111e31741f8d7ff8ca45c7996b6b') build() { cd "$srcdir/Daenyth-$pkgname"-* 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 |