Package Details: pkgtools-git 20140211.510.c9519ba-1

Package Base: pkgtools-git
Description: A collection of scripts for Arch Linux packages
Upstream URL: https://github.com/Daenyth/pkgtools
Category: system
Licenses: GPL
Submitter: daenyth
Maintainer: jstjohn
Last Packager: None
Votes: 15
First Submitted: 2009-03-08 14:04
Last Updated: 2014-02-12 04:56

Latest Comments

Comment by synthetic

2014-06-04 19:19

Thanks smudge for the handy bash script!
I now removed pkgtools because whoneeds was the only tool I was using.

Comment by smudge

2014-06-04 05:02

You're not the only one synthetic, happens here to. Have a look at:
https://github.com/Daenyth/pkgtools/issues/40

You could put a little function into your ~/.bashrc:

# whoneeds replacement via pactree
whoneeds() {
comm -12 <(pactree -lru $1|sort) <(pacman -Qqe|sort) | grep -v $1
}

Comment by synthetic

2014-05-31 09:41

When I do

whoneeds iptables

it comes back with

error: package 'fail2ban iproute2' was not found
error: could not get information on fail2ban iproute2

and similar for other packages. The error code is 3. It works though if there is no or a single dependency. It's obviously not separating out the package line into individual package names.

What could cause this? I assume this is on my end since nobody else has complained about it.

Comment by jstjohn

2014-02-12 04:46

I just updated the PKGBUILD for pacman 4.1 and other upstream changes.

Comment by Det

2012-08-21 18:01

Yyyyes there is: https://www.archlinux.org/packages/community/x86_64/pkgfile/,
https://aur.archlinux.org/packages.php?ID=60915

Comment by daenyth

2012-08-21 11:16

There is no pkgfile package to conflict with, it was just for convenience.

Comment by Det

2012-08-21 09:34

It should say that it conflicts with pkgfile as it's providing it.

Comment by daenyth

2011-01-16 17:50

Updated PKGBUILD for the new python version

Comment by karol_007

2010-11-19 21:18

Sure.
I'm using the regular pkgtools for the time being.

Comment by daenyth

2010-11-19 20:57

Yeah, the git PKGBUILD is way out of date. It probably won't work off master actually. Wait til the next full release.

Comment by karol_007

2010-11-19 20:38

I may be wrong, but isn't pkgfile a python script? If so, you need to add python to dependencies and take care of the 2to3 python transition.

Comment by haawda

2010-07-04 05:51

Change the rm-line to

[ -d _gitname-build ] && rm -r ${srcdir}/$_gitname-build

Comment by td123

2010-07-03 23:57

I get the following error while building: http://aur.pastebin.com/8vfpgB4t