summaryrefslogtreecommitdiff
path: root/libre/p7zip-libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-05-05 19:29:48 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-05-05 19:29:48 -0300
commit933fcfcbc71440730e5cbc8ce808c4e06c6ee8cd (patch)
treed7a451cf0dae1d0d4e35d81dc61d65833dc05749 /libre/p7zip-libre
parentf5bfed12043860dd7f2348d3af8e278726c1d678 (diff)
p7zip-libre-9.20.1-9.4: improve description about decompression engine for RAR archives
Diffstat (limited to 'libre/p7zip-libre')
-rw-r--r--libre/p7zip-libre/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/p7zip-libre/PKGBUILD b/libre/p7zip-libre/PKGBUILD
index aff6d60b9..5ea50cd1a 100644
--- a/libre/p7zip-libre/PKGBUILD
+++ b/libre/p7zip-libre/PKGBUILD
@@ -8,8 +8,8 @@
pkgname=p7zip-libre
_pkgname=${pkgname%-libre}
pkgver=9.20.1
-pkgrel=9.3
-pkgdesc='Command-line version of the 7zip compressed file archiver, without nonfree unrar support'
+pkgrel=9.4
+pkgdesc='Command-line version of the 7zip compressed file archiver, without nonfree decompression engine for RAR archives'
url='http://p7zip.sourceforge.net/'
license=('GPL')
arch=('i686' 'x86_64' 'mips64el')
@@ -34,7 +34,7 @@ install=install
mksource() {
cd "${srcdir}/${_pkgname}_${pkgver}"
- # Remove nonfree unRAR utility files from the source
+ # Remove nonfree decompression engine for RAR archives
rm -rv CPP/7zip/{Archive,Compress}/Rar
rm -v CPP/7zip/Compress/{Rar{2,3}Decoder.{cpp,h},Rar3Vm.{cpp,h},RarCodecsRegister.cpp}
rm -v CPP/7zip/Crypto/{Rar20Crypto,RarAes}.{cpp,h}