diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2020-10-15 05:58:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2020-10-15 05:59:59 +0000 |
commit | 81fb7844529538fc518a3dcb64ce4ceec02eaa81 (patch) | |
tree | d76ac9a95ff6eee68c5965b2ba45e7e263cb535e | |
parent | a49ed5e60b824cf76efe43e125e829e9dc5447b8 (diff) | |
download | aports-81fb7844529538fc518a3dcb64ce4ceec02eaa81.zip |
testing/thunderbird: strip binaries
Reduces size from 3GB+ to 189MB
-rw-r--r-- | testing/thunderbird/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/thunderbird/APKBUILD b/testing/thunderbird/APKBUILD index b8e922d43bd..c32fcb03333 100644 --- a/testing/thunderbird/APKBUILD +++ b/testing/thunderbird/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Joseph Benden <joe@benden.us> pkgname=thunderbird pkgver=78.3.2 -pkgrel=0 +pkgrel=1 pkgdesc="Thunderbird email client" url="https://www.thunderbird.net/" # Limited on: @@ -10,7 +10,7 @@ url="https://www.thunderbird.net/" # armhf: build failure on armhf due to wasm arch="all !s390x !armhf !mips !mips64" license="GPL-3.0-or-later AND LGPL-2.1-or-later AND MPL-2.0" -options="!check !strip" +options="!check" depends=" alsa-lib dbus-glib |