Package Details: patool 4.0.5-1

Git Clone URL: https://aur.archlinux.org/patool.git (read-only, click to copy)
Package Base: patool
Description: portable command line archive file manager
Upstream URL: https://wummel.github.io/patool/
Keywords: archiv
Licenses: GPL-3-only
Submitter: None
Maintainer: TrialnError
Last Packager: TrialnError
Votes: 64
Popularity: 1.50
First Submitted: 2013-02-25 06:33 (UTC)
Last Updated: 2026-05-18 18:19 (UTC)

Dependencies (11)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

TrialnError commented on 2015-01-21 14:09 (UTC)

@jschmoe: And how to diff between the python2 and python3 packages? They're separate packages, not one package that installs python2 and python3 version @dront78: DL is working for me (but there is a redirect now). But will change it to the pypi dl-link as the homepage now points to it

dront78 commented on 2015-01-18 15:34 (UTC)

could you fix also curl: (22) The requested URL returned error: 404 Not Found ==> ERROR: Failure while downloading 1.7.tar.gz Aborting... ==> ERROR: Makepkg was unable to build patool. ==> Restart building patool ? [y/N] ==> ------------------------------- ==> ==> ERROR: unable to update

jschmoe commented on 2015-01-18 10:26 (UTC)

in PKGBUILD please change: pkgname=('patool' 'patool-py2') into pkgname=('patool')

TrialnError commented on 2015-01-15 11:23 (UTC)

@wil93: This PKGBuild now provides a python2 version of patool

wil93 commented on 2015-01-10 01:39 (UTC)

Hi, could you add patool for python2? (in a separate package or in this same package)

TrialnError commented on 2014-10-10 20:10 (UTC)

Adopted and updated the PKGBuild One note about the optional deps. Those aren't all supported formats. Quote from the homepage: "patool supports 7z (.7z), ACE (.ace), ADF (.adf), ALZIP (.alz), APE (.ape), AR (.a), ARC (.arc), ARJ (.arj), BZIP2 (.bz2), CAB (.cab), COMPRESS (.Z), CPIO (.cpio), DEB (.deb), DMS (.dms), FLAC (.flac), GZIP (.gz), LRZIP (.lrz), LZH (.lha, .lzh), LZIP (.lz), LZMA (.lzma), LZOP (.lzo), RPM (.rpm), RAR (.rar), RZIP (.rz), SHN (.shn), TAR (.tar), XZ (.xz), ZIP (.zip, .jar) and ZOO (.zoo) formats. It relies on helper applications to handle those archive formats (for example bzip2 for BZIP2 archives). The archive formats TAR, ZIP, BZIP2 and GZIP are supported natively and do not require helper applications to be installed."

DaarkWel commented on 2014-06-23 05:21 (UTC)

Version 1.6: pkgname=patool pkgver=1.6 pkgrel=1 pkgdesc="patool is portable command line archive file manager" arch=('i686' 'x86_64') url="http://wummel.github.io/patool/dist/patool-${pkgver}.tar.gz" license=('GPL') depends=('python2') makedepends=('git' 'make') source=("http://wummel.github.io/patool/dist/patool-${pkgver}.tar.gz") sha256sums=("7c8cace4b660add11bc1df98ed7d5d52cc3e2be7141c2d39b3a8ab3fdcb8b934") package() { cd "$srcdir/${pkgname}-${pkgver}" python2 setup.py install --root=${pkgdir} }