diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-05-09 20:00:57 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-05-09 20:00:57 -0500 |
commit | 49ca876e25571f0d3f781617062eddf993d89d22 (patch) | |
tree | 50efa015bfd8da0241fbdef3d9e4157f3d1b25c7 /libre | |
parent | bc3e521b161f5715926ed94fbcec86037bdb0905 (diff) | |
download | abslibre-49ca876e25571f0d3f781617062eddf993d89d22.tar.gz abslibre-49ca876e25571f0d3f781617062eddf993d89d22.tar.bz2 abslibre-49ca876e25571f0d3f781617062eddf993d89d22.zip |
Removing lha in optional dependency of atool
Diffstat (limited to 'libre')
-rw-r--r-- | libre/atool/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libre/atool/PKGBUILD b/libre/atool/PKGBUILD index dca366b88..b136ac05c 100644 --- a/libre/atool/PKGBUILD +++ b/libre/atool/PKGBUILD @@ -8,7 +8,7 @@ pkgname=atool pkgver=0.39.0 -pkgrel=3.parabola1 +pkgrel=3.parabola2 pkgdesc="A script for managing file archives of various types, without nonfree unace and unrar support" arch=('any') url="http://www.nongnu.org/$pkgname/" @@ -19,7 +19,6 @@ conflicts=("$pkgname-libre") optdepends=("bzip2: for using $pkgname with bzip2 compressed archives" "cpio: for using $pkgname with cpio archives" "gzip: for using $pkgname with gzip compressed archives" - "lha: for using $pkgname with lha, lharc and similar archives" "xz: for using $pkgname with lzma compressed archives" "lzop: for using $pkgname with lzop compressed archives" "p7zip: for using $pkgname with 7z archives" |