diff options
| -rw-r--r-- | apache_spark/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apache_spark/PKGBUILD b/apache_spark/PKGBUILD index d3d9f04..ad15af4 100644 --- a/apache_spark/PKGBUILD +++ b/apache_spark/PKGBUILD @@ -14,13 +14,14 @@ provides=() conflicts=() replaces=() backup=() -options=('!debug') +options=(!debug !strip) install= source=("http://mirror.nexcess.net/apache/$_pkgname/$_pkgname-$pkgver/$_fullpkgname.tgz" "https://gist.githubusercontent.com/thrasibule/87a092d244d560aa5d081ea6a0a0db4c/raw/ef32a1fcad2306fbccca33a36c1fb6ccb3dee405/kernel.json") noextract=("$_fullpkgname.tgz") md5sums=('604936f2bd8af999d0d624b370f5c4b1' 'e3137862727df13ccf1194248a4f50aa') +PKGEXT='.pkg.tar.gz' package() { _etc_profiled=${pkgdir}/etc/profile.d |
