summaryrefslogtreecommitdiff
path: root/libre/p7zip-libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-05-03 12:10:36 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-05-03 12:11:37 -0300
commita5afd365607125f650ffb2b794bd779b6250ccbf (patch)
tree95ec37b74122cbbca031674c8ad237a628973464 /libre/p7zip-libre
parent2fa10170fa0c72489eb544d773984c1752ec0609 (diff)
downloadabslibre-a5afd365607125f650ffb2b794bd779b6250ccbf.tar.gz
abslibre-a5afd365607125f650ffb2b794bd779b6250ccbf.tar.bz2
abslibre-a5afd365607125f650ffb2b794bd779b6250ccbf.zip
p7zip-libre: prolixing PKGBUILD
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 ]] \