summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Roijakkers2023-10-09 15:09:51 +0200
committerCedric Roijakkers2023-10-09 15:09:51 +0200
commit4b7fe0d4e7b19b4f2c6d3ab8ce44b20fc9bb51ff (patch)
tree3fdf7042e64c85a971c48450edc08860771f31b2
parent62420c538664bb9a17c47350890ce1b8e6470ee9 (diff)
downloadaur-4b7fe0d4e7b19b4f2c6d3ab8ce44b20fc9bb51ff.tar.gz
Disabled stripping of the executables after build because it's slow and does not add any value.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bc3cbe8b9cf..3020690c0fc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -34,6 +34,7 @@ pkgbase = ferdium-bin
conflicts = ferdium-beta
conflicts = ferdium-git
conflicts = ferdium-electron
+ options = !strip
source_x86_64 = ferdium-bin-6.5.1-1-amd64.zip::https://github.com/ferdium/ferdium-app/releases/download/v6.5.1/Ferdium-linux-6.5.1-amd64.deb
sha512sums_x86_64 = d29e01396e1a81e4853f071bbd1fcdb71594a76a2908b21bafa5f6bab1edf30ca20c31712f74200d58dfa1708afaffe365905fba199cbf67c3e09a23f942f780
source_armv7l = ferdium-bin-6.5.1-1-armv7l.zip::https://github.com/ferdium/ferdium-app/releases/download/v6.5.1/Ferdium-linux-6.5.1-armv7l.deb
diff --git a/PKGBUILD b/PKGBUILD
index 237b60612694..ad86ba3521ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,7 @@ url="https://$_pkgname.org"
license=('Apache')
depends=('nss' 'atk' 'at-spi2-atk' 'libcups' 'libdrm' 'gdk-pixbuf2' 'gtk3' 'alsa-lib' 'c-ares' 'ffmpeg' 'libevent' 'libxkbfile' 'libxslt' 'minizip' 're2' 'snappy' "$_electron")
makedepends=('asar')
+options=(!strip)
provides=(
'ferdium'
)