summaryrefslogtreecommitdiff
path: root/~lukeshu/unarchiver/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to '~lukeshu/unarchiver/PKGBUILD')
-rw-r--r--~lukeshu/unarchiver/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/~lukeshu/unarchiver/PKGBUILD b/~lukeshu/unarchiver/PKGBUILD
index ab58c2f..e1c2f4d 100644
--- a/~lukeshu/unarchiver/PKGBUILD
+++ b/~lukeshu/unarchiver/PKGBUILD
@@ -61,12 +61,13 @@ package_libxadmaster() {
pkgdesc="An Objective-C library built around libxad adding support for other formats"
depends+=('libuniversaldetector')
- header_files= \
- CommandLineCommon.h \
- NSStringPrinting.h \
- XADArchive.h \
- XADRegex.h \
+ header_files='
+ CommandLineCommon.h
+ NSStringPrinting.h
+ XADArchive.h
+ XADRegex.h
XADUnarchiver.h
+ '
cd "$srcdir/The Unarchiver/XADMaster"
install -d "$pkgdir/usr/lib"