Package Details: blackpac 1.0.1-4

Package Base: blackpac
Description: Maintains a list of blacklisted packages and allows their removal despite dependencies
Upstream URL: http://igurublog.wordpress.com/downloads/script-blackpac/
Category: system
Licenses: GPL3
Submitter: IgnorantGuru
Maintainer: IgnorantGuru
Last Packager: None
Votes: 7
First Submitted: 2010-01-16 12:29
Last Updated: 2014-02-23 22:18

Dependencies (0)

Required by (0)

Sources

Latest Comments

Comment by zilti

2015-01-31 22:21

It doesn't build anymore. Error:

/var/cache/pacman/pkg/blackpac5569/blackpac/PKGBUILD: Line 24: cd: /var/cache/pacman/pkg/blackpac5569/blackpac/pkg: No permission

Comment by IgnorantGuru

2014-02-23 22:18

updated with fabienpks's suggestion

Comment by IgnorantGuru

2014-02-13 14:39

I am orphaning this in case anyone would like to update and maintain it for us - this script hasn't changed in years so will be light duty. Otherwise I'll take a look at the issue shortly - thanks!

Comment by fabienpks

2014-02-12 15:30

To allow it to install, add it at the end of the PKGBUILD

package() {
cp ${startdir}/$pkgname.sh /usr/bin/$pkgname
chmod +x /usr/bin/$pkgname
}

Comment by nullstring0

2014-02-09 16:11

Doesn't actually install anything right now.
[nullstring@jane blackpac]$ tar -xvvf blackpac-1.0.1-3-any.pkg.tar.gz
-rw-r--r-- root/root 547 2014-02-09 10:43 .PKGINFO
-rw-r--r-- root/root 184 2014-02-09 10:43 .MTREE

If I get bored, I'll try to figure out what's going on.