summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Sulfrian2021-05-12 12:53:44 +0200
committerAlexander Sulfrian2021-05-12 12:53:44 +0200
commit7d12c9ad3b4d209ce4252fca934e57c5374d25ee (patch)
treebc91c172c6b41dfe2f08da56a568ea3fd3fb43dc /PKGBUILD
parentb34f5e546719025a73e4546f8fa8f45280b5bedd (diff)
downloadaur-7d12c9ad3b4d209ce4252fca934e57c5374d25ee.tar.gz
No strip, this will destroy some libraries
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a3802a895bd..1bf7a565a2a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,6 +32,7 @@ depends=('binutils'
'libxkbcommon-x11')
source=("$pkgname-$pkgver.deb::https://binaries.webex.com/WebexDesktop-Ubuntu-Official-Package/Webex.deb")
sha256sums=('9aae10d54026f93da034baf2b5f1167a1e6f80d7b9f6ffcd1b1b9db66e1ff274')
+options=('!strip')
prepare() {
mkdir -p "$pkgname-$pkgver"