diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-08-03 20:41:27 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-08-03 20:41:27 -0300 |
commit | 2bd5a67e06aceeef48d663b9290385de6a4e6a1a (patch) | |
tree | e21d4adcc80b55e48556266b39ad543abbd92013 | |
parent | b515aad9774f0dcfd8df36a247dbdd1245055da8 (diff) | |
download | abslibre-2bd5a67e06aceeef48d663b9290385de6a4e6a1a.tar.gz abslibre-2bd5a67e06aceeef48d663b9290385de6a4e6a1a.tar.bz2 abslibre-2bd5a67e06aceeef48d663b9290385de6a4e6a1a.zip |
p7zip-libre: change commentary about nonfree unRAR utility removal
-rw-r--r-- | libre/p7zip-libre/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/p7zip-libre/PKGBUILD b/libre/p7zip-libre/PKGBUILD index dc3e1562f..98c91718e 100644 --- a/libre/p7zip-libre/PKGBUILD +++ b/libre/p7zip-libre/PKGBUILD @@ -34,7 +34,7 @@ install=install mksource() { cd "${srcdir}/${_pkgname}_${pkgver}" - # Remove nonfree decompression engine for RAR archives + # Remove nonfree unRAR utility files from the source 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} |