summaryrefslogtreecommitdiff
path: root/libre/p7zip-libre
diff options
context:
space:
mode:
Diffstat (limited to 'libre/p7zip-libre')
-rw-r--r--libre/p7zip-libre/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/libre/p7zip-libre/PKGBUILD b/libre/p7zip-libre/PKGBUILD
index ef3075c53..aff6d60b9 100644
--- a/libre/p7zip-libre/PKGBUILD
+++ b/libre/p7zip-libre/PKGBUILD
@@ -33,12 +33,12 @@ install=install
mksource() {
cd "${srcdir}/${_pkgname}_${pkgver}"
-
- # Remove nonfree unRAR utility files from the source
+
+ # 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}
- rm -v DOCS/unRarLicense.txt
+ 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}
+ rm -v DOCS/unRarLicense.txt
# Remove nonfree parent folder icon
rm CPP/7zip/UI/FileManager/res/ParentFolder.h
@@ -47,8 +47,8 @@ mksource() {
prepare() {
cd "${srcdir}/${_pkgname}_${pkgver}"
- # remove rar and parent folder icon references
- patch -Np1 -i ../libre.patch
+ # remove rar and parent folder icon references
+ patch -Np1 -i ../libre.patch
rm GUI/kde4/p7zip_compress.desktop
[[ $CARCH = x86_64 ]] \