diff --git a/community/alacritty/APKBUILD b/community/alacritty/APKBUILD
index 2f32d523b932f70343f45ce1aab9c4b35d92b7f2..78f4655ba64c92691f416d439ad7a7cf70a6b638 100644
--- a/community/alacritty/APKBUILD
+++ b/community/alacritty/APKBUILD
@@ -77,7 +77,6 @@ package() {
 		"$pkgdir"/usr/share/zsh/site-functions/_"$pkgname"
 }
 
-
 sha512sums="
 5554aae3aad52430cb7087bc5863ac505c8f351fb4b5c3fd8f1b82a450e84ecc09b645c21e5f147289c4715a98ebbe045d401f728efe81bd7ded0e1bbe5ab7dd  alacritty-0.11.0.tar.gz
 "
diff --git a/community/asfa/APKBUILD b/community/asfa/APKBUILD
index ae11a2defffe8f246c506963d86ff1229717ad8c..8f5362c5f3d8e1e42d8292930c8c2e98b5f4ec42 100644
--- a/community/asfa/APKBUILD
+++ b/community/asfa/APKBUILD
@@ -17,10 +17,7 @@ source="https://github.com/obreitwi/asfa/archive/v$pkgver/asfa-$pkgver.tar.gz
 	"
 options="!check"  # tests use docker
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
 export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
 
 export LIBSSH2_SYS_USE_PKG_CONFIG=1  # use system libssh2
 
diff --git a/community/bandwhich/APKBUILD b/community/bandwhich/APKBUILD
index e83c6d7412c76e7a6fdb64765b49eb0af63999e1..db4a976a18c7c5e1c9f296a005222cf387d6faf5 100644
--- a/community/bandwhich/APKBUILD
+++ b/community/bandwhich/APKBUILD
@@ -13,11 +13,6 @@ source="https://github.com/imsnif/bandwhich/archive/$pkgver/$pkgname-$pkgver.tar
 	update-socket2.patch
 	"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-
 prepare() {
 	default_prepare
 
diff --git a/community/barkery/APKBUILD b/community/barkery/APKBUILD
index b5c1f52290033e03cadc890d4c7b6e459b926e42..72ddd31e106105e1edc29d9e63df4341b2133e68 100644
--- a/community/barkery/APKBUILD
+++ b/community/barkery/APKBUILD
@@ -18,7 +18,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/liske/barkery/archive/refs/t
 	barkery-weston.pre-install
 	"
 
-
 package() {
 	install -Dm640 -oroot -gbarkery "$srcdir"/$pkgname-$pkgver/ex/barkery.conf "$pkgdir"/etc/barkery/barkery.conf
 	install -Dm640 -oroot -gbarkery "$srcdir"/$pkgname-$pkgver/ex/weston.ini "$pkgdir"/etc/barkery/weston.ini
diff --git a/community/bat/APKBUILD b/community/bat/APKBUILD
index 6872fdc56ba095b6599da42073721b94d9b7682d..dd6f0c5fcda67230613fda6f6adcb757670c502a 100644
--- a/community/bat/APKBUILD
+++ b/community/bat/APKBUILD
@@ -28,10 +28,7 @@ source="https://github.com/sharkdp/bat/archive/v$pkgver/bat-$pkgver.tar.gz"
 #   0.21.0-r0:
 #     - CVE-2022-24713
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
 export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
 
 export RUSTONIG_DYNAMIC_LIBONIG=1  # use system libonig
 
diff --git a/community/cargo-c/APKBUILD b/community/cargo-c/APKBUILD
index de485d1f4f6166e856a9a8185eb7fdc3d0a66ccb..37f87cdceedb675ca133c3c417f4dac23563c1f8 100644
--- a/community/cargo-c/APKBUILD
+++ b/community/cargo-c/APKBUILD
@@ -27,10 +27,6 @@ riscv64)
 	;;
 esac
 
-export CARGO_PROFILE_RELEASE_LTO=true
-export CARGO_PROFILE_RELEASE_PANIC=abort
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
 export LIBSSH2_SYS_USE_PKG_CONFIG=1
 export DEP_NGHTTP2_ROOT=/usr
 
diff --git a/community/cbindgen/APKBUILD b/community/cbindgen/APKBUILD
index fcfa46577b994ed44348466d5ddcf2c717036350..b9d266afacd6efeba25f2661390f4d1d73eae59e 100644
--- a/community/cbindgen/APKBUILD
+++ b/community/cbindgen/APKBUILD
@@ -15,11 +15,6 @@ checkdepends="cython"
 source="$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/cbindgen/$pkgver/download"
 options="net"
 
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-
 if [ "$CARCH" = "riscv64" ]; then
 	# broken binutils
 	options="$options textrels"
diff --git a/community/cbonsai/APKBUILD b/community/cbonsai/APKBUILD
index 5ac5e731c70ba027b873c3acc652dba859d3b30a..522692580d80e91ed1a05313947d08329e707069 100644
--- a/community/cbonsai/APKBUILD
+++ b/community/cbonsai/APKBUILD
@@ -21,7 +21,6 @@ package() {
 	make DESTDIR="$pkgdir" PREFIX=/usr install
 }
 
-
 sha512sums="
 026d26fb5f87d2e32892d770521411b04097db985b19f98018257657d9232de9271e73e0e1bf73c9e28a7267f224acfc4a0a57dee319c7d7acf0a34362defa8d  cbonsai-v1.3.1.tar.gz
 "
diff --git a/community/cgmanager/APKBUILD b/community/cgmanager/APKBUILD
index 19980351a60c3dc39728a8acb5b2b84ee02539ad..1a9ba8a151746b981d80f74578ae307f88b48ea3 100644
--- a/community/cgmanager/APKBUILD
+++ b/community/cgmanager/APKBUILD
@@ -14,7 +14,6 @@ source="https://linuxcontainers.org/downloads/cgmanager/cgmanager-$pkgver.tar.gz
 	cgmanager.initd
 	cgproxy.initd"
 
-
 build() {
 	./configure \
 		--build=$CBUILD \
diff --git a/community/codemadness-frontends/APKBUILD b/community/codemadness-frontends/APKBUILD
index 5cd9b19bc457a761d0eb2c032dff501965e837e8..b1f57176a8cdd2b9b69aaa08b3b4feedd886202a 100644
--- a/community/codemadness-frontends/APKBUILD
+++ b/community/codemadness-frontends/APKBUILD
@@ -37,7 +37,6 @@ package() {
 	install -Dm755 reddit/cli $pkgdir/usr/bin/reddit-cli
 }
 
-
 sha512sums="
 6d2a397165037625f567b00834beb9559d7cad910a2cb136dbd6022843708c8683a3659d6e0bbfbe48c7beec83d692385bf01dde692b8f1398b86021aef7b74b  codemadness-frontends-0.6.tar.gz
 "
diff --git a/community/collectd/APKBUILD b/community/collectd/APKBUILD
index 5278c27676a820be30d0c1a016c3c34fcdc52b85..8341ef60032adc3c4ce36fabc0851b65ddde1840 100644
--- a/community/collectd/APKBUILD
+++ b/community/collectd/APKBUILD
@@ -259,7 +259,6 @@ package() {
 
 	install -D -m755 "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname
 
-
 	# Install all header files to allow building out-of-tree plugins.
 	# This is based on Debian.
 	for path in $(find src -path src/libcollectdclient -prune \
diff --git a/community/cpio/APKBUILD b/community/cpio/APKBUILD
index 577c9f4605b753f6ca0056734011ef05c688fddb..f1090d9935792877c248246162d9092cac9aca75 100644
--- a/community/cpio/APKBUILD
+++ b/community/cpio/APKBUILD
@@ -25,7 +25,6 @@ source="$pkgname-$pkgver.tar.bz2::http://ftp.snt.utwente.nl/pub/software/gnu/cpi
 #   2.12-r3:
 #     - CVE-2016-2037
 
-
 build() {
 	./configure \
 		--build=$CBUILD \
diff --git a/community/csview/APKBUILD b/community/csview/APKBUILD
index c9b7260889c747ef94b60e832c346086daf5af5a..d72c3d0d0e8fc93336e36e677d8b2f6326127d2b 100644
--- a/community/csview/APKBUILD
+++ b/community/csview/APKBUILD
@@ -15,11 +15,6 @@ subpackages="
 	"
 source="https://github.com/wfxr/csview/archive/v$pkgver/csview-$pkgver.tar.gz"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-
 prepare() {
 	default_prepare
 
diff --git a/community/diffsitter/APKBUILD b/community/diffsitter/APKBUILD
index e377756a2efc569691c61640171752bd7ed6c087..0f624d8b79ce2cd00bbe7f70c0d36e30c4fbd48b 100644
--- a/community/diffsitter/APKBUILD
+++ b/community/diffsitter/APKBUILD
@@ -21,11 +21,6 @@ subpackages="
 "
 source="https://github.com/afnanenayet/diffsitter/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-
 _cargo_opts="--frozen --no-default-features --features dynamic-grammar-libs"
 _binname=$pkgname
 
diff --git a/community/docuum/APKBUILD b/community/docuum/APKBUILD
index 30b02052a642a74de0f913b1ca8d3877553ac6c8..01abce136a79b4526f273582baba8b985a730fe7 100644
--- a/community/docuum/APKBUILD
+++ b/community/docuum/APKBUILD
@@ -18,11 +18,6 @@ source="https://github.com/stepchowfun/docuum/archive/v$pkgver/docuum-$pkgver.ta
 	$pkgname.logrotate
 	"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-
 prepare() {
 	default_prepare
 
diff --git a/community/dog/APKBUILD b/community/dog/APKBUILD
index 987fb044c9f6f74298be40eb0bd075fb8751445b..13bc7488ce7a4782cbaf849e5900f65c1194a85b 100644
--- a/community/dog/APKBUILD
+++ b/community/dog/APKBUILD
@@ -13,11 +13,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/ogham/dog/archive/v$pkgver.t
 	openssl3.patch
 	"
 
-export CARGO_PROFILE_RELEASE_LTO=true
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-
 prepare() {
 	default_prepare
 
diff --git a/community/dotnet6-build/APKBUILD b/community/dotnet6-build/APKBUILD
index 287ef232807e6ab6602dd5d90c0fa00a76e4a1fc..b1793d94957021356364309839df3acc05e07ef4 100644
--- a/community/dotnet6-build/APKBUILD
+++ b/community/dotnet6-build/APKBUILD
@@ -135,7 +135,6 @@ else
 	_logdir="$srcdir"/logs
 fi
 
-
 case $CARCH in
 	x86_64) _dotnet_arch="x64";;
 	aarch64) _dotnet_arch="arm64";;
diff --git a/community/dotnet6-stage0/APKBUILD b/community/dotnet6-stage0/APKBUILD
index e1c13bbee4db444719bce7e9af611a25d986e61b..18124b963580582d5d65d9109c9537052ad9bb2b 100644
--- a/community/dotnet6-stage0/APKBUILD
+++ b/community/dotnet6-stage0/APKBUILD
@@ -138,7 +138,6 @@ else
 	_logdir="$srcdir"/logs
 fi
 
-
 # generates tarball containing all components built by dotnet
 snapshot() {
 	local _pkg="$srcdir"/${builddir##*/}.tar
diff --git a/community/dust/APKBUILD b/community/dust/APKBUILD
index 3adde369a32e9d21042f64505b41dd37029b213c..534c3439fe4add13c4ec5387a1afeb4f0b848647 100644
--- a/community/dust/APKBUILD
+++ b/community/dust/APKBUILD
@@ -17,10 +17,7 @@ case "$CARCH" in
 	armhf | armv7) options="!check";;
 esac
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
 export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
 
 prepare() {
 	default_prepare
diff --git a/community/easypki/APKBUILD b/community/easypki/APKBUILD
index 32526ddf1e0393a35ace5e1f2fb17ef382ab4214..e1468cab854cbc0eee67467e14111f1b85836462 100644
--- a/community/easypki/APKBUILD
+++ b/community/easypki/APKBUILD
@@ -36,7 +36,6 @@ package() {
 	install -Dm755 easypki "$pkgdir"/usr/bin/easypki
 }
 
-
 sha512sums="
 733a61645be46d1437b94e31d537c29b6648e2ff805abfba039154c4e765262c60652cdb42df44c17ae1553794cb667515cb03e4c9dfbfab42f9000f876012ca  easypki-1.1.0.tar.gz
 e5708cf0fbcaf3c6e0375f941360dbc539702a2a4013bcf74fba1e2660ba4b643b6a4040b9bbc160243fb0e5f4abed7a37a93bd095a8fff91dd57c6b8c7c0284  go.mod
diff --git a/community/faenza-icon-theme/APKBUILD b/community/faenza-icon-theme/APKBUILD
index 1d4d92ae1e2fa512a55b7571c6af0a6def992b71..9c048f13b4bbd2acd55d7de6217252e630b51d8c 100644
--- a/community/faenza-icon-theme/APKBUILD
+++ b/community/faenza-icon-theme/APKBUILD
@@ -54,7 +54,6 @@ subpackages="
 	$pkgname-gdm
 	$pkgname-nautilus
 
-
 	$pkgname-baobab
 	$pkgname-cheese
 	$pkgname-devhelp
@@ -74,7 +73,6 @@ subpackages="
 	$pkgname-gnome-terminal:gnome_terminal
 	"
 
-
 source="https://launchpad.net/~tiheum/+archive/equinox/+files/faenza-icon-theme_$pkgver.tar.gz"
 
 builddir="$srcdir"/$pkgname-${pkgver%.[0-9]}
diff --git a/community/fetchmail/APKBUILD b/community/fetchmail/APKBUILD
index 35f24066b6847fa2bd85c51478fcdc59a2cdb3cf..5e57339fdfa3a203d25faa77ab27e1afd80d79c3 100644
--- a/community/fetchmail/APKBUILD
+++ b/community/fetchmail/APKBUILD
@@ -68,7 +68,6 @@ fetchmailconf() {
 	amove usr/lib/python3*/site-packages/__pycache__/fetchmailconf*
 }
 
-
 sha512sums="
 2869640e13ae2930260e57d4a6444c99c7cbe8a8798849fed088a04a726fa6b378795ec25ca65bcb71d069d8e197f5fc8a9e120a9ca560447a86d7d07ab4696c  fetchmail-6.4.35.tar.xz
 9520ec6616f4004d091b1c908d3ea38e104ad8f6595959a3cd3ef7544d05e3b75854631289e167ead08479250d04584d3f1855668a7a0ebd16a1ee9106f3b0b3  fetchmail.initd
diff --git a/community/ffmpeg/APKBUILD b/community/ffmpeg/APKBUILD
index ffe85925fffdf5b8f11946fb229356d228e79a2b..5768053ae2c6a5896d8559749335889da62d76e4 100644
--- a/community/ffmpeg/APKBUILD
+++ b/community/ffmpeg/APKBUILD
@@ -156,7 +156,6 @@ x86|armhf|armv7)
 	_svt_av1="--enable-libsvtav1"
 esac
 
-
 build() {
 	local _dbg="--disable-debug"
 	local _asm=""
diff --git a/community/font-inconsolata/APKBUILD b/community/font-inconsolata/APKBUILD
index c8e249ed210eaa6251854771b74f44514b20c012..93cfe3122c016da5574692d639e4ffbb1cae2500 100644
--- a/community/font-inconsolata/APKBUILD
+++ b/community/font-inconsolata/APKBUILD
@@ -12,7 +12,6 @@ source="$pkgname-$pkgver.zip::https://github.com/googlefonts/Inconsolata/release
 builddir="$srcdir/fonts"
 options="!check" # no test suite
 
-
 # backwards compat (<3.17)
 provides="ttf-inconsolata=$pkgver-r$pkgrel"
 replaces="ttf-inconsolata"
diff --git a/community/gajim/APKBUILD b/community/gajim/APKBUILD
index 34cb858fb6c48cdf68ab96088000bf74a804a1af..84eb78b3dc31d1ea3de1b07362ab07e994c4885a 100644
--- a/community/gajim/APKBUILD
+++ b/community/gajim/APKBUILD
@@ -45,7 +45,6 @@ package() {
 	python3 setup.py install --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="
 616bcef40a46196e0b390c1f455036f1959f3aaeccf9b06cb7b3ecdd7d303df5ca72fe7b3ceaa3856e744b6de83be8afe8f3ffe054ab7ceb6d9c097e41ce631c  gajim-1.5.4.tar.gz
 "
diff --git a/community/garage/APKBUILD b/community/garage/APKBUILD
index 98df341997bdbc12ecc8519f1c35bac746c7123f..d77ce3a9d5dc48da5674030aeabc2dfff71dbcf7 100644
--- a/community/garage/APKBUILD
+++ b/community/garage/APKBUILD
@@ -30,11 +30,8 @@ source="https://github.com/deuxfleurs-org/garage/archive/v$pkgver/garage-$pkgver
 	$pkgname.confd
 	"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
 export CARGO_PROFILE_RELEASE_DEBUG="false"
-export CARGO_PROFILE_RELEASE_LTO="true"
 export CARGO_PROFILE_RELEASE_OPT_LEVEL=2
-export CARGO_PROFILE_RELEASE_PANIC="abort"
 
 export SODIUM_USE_PKG_CONFIG=1
 export GIT_VERSION="v$pkgver"  # version used in --version
diff --git a/community/gcr4/APKBUILD b/community/gcr4/APKBUILD
index 0d38945821341249b342e7da0a7fed4300a4a0c6..4c2744e5cad0b8133f62ae53c87ba6f71647ad1b 100644
--- a/community/gcr4/APKBUILD
+++ b/community/gcr4/APKBUILD
@@ -65,7 +65,6 @@ base() {
 	amove usr/lib
 }
 
-
 sha512sums="
 5d036710c9ae58016467e63b60ab18e461ec1db1740880dccf555dd8c555b382b1ceac3e3ee6fda22dce395e93ba8ecf0578d6c815d08c2790e618f7ca5bfd50  gcr-4.0.0.tar.xz
 "
diff --git a/community/girara/APKBUILD b/community/girara/APKBUILD
index 72272d79321a14e33559d18324b752def62f90f2..acb570d5fe1e2b8c8aa3b21c9f878f70cce174f0 100644
--- a/community/girara/APKBUILD
+++ b/community/girara/APKBUILD
@@ -44,7 +44,6 @@ doc() {
 	cp -r "$builddir"/build/doc/html/* "$_docdir"
 }
 
-
 sha512sums="
 19bfc1c8f5e19315a5bf0fd7ca0f60fb396af8d79663147db24564d93f4a31303d418d9c84eb11614ce8f4526ee65d15d95fa8b9c06e27f0da35e0248c6a8622  girara-0.3.7.tar.gz
 "
diff --git a/community/git-branchless/APKBUILD b/community/git-branchless/APKBUILD
index e074926d2f10222c5c86aa197f6c1577f0b3497d..ec1e3d5ef174a99cbeb73c1c3d5d295c86a174d2 100644
--- a/community/git-branchless/APKBUILD
+++ b/community/git-branchless/APKBUILD
@@ -19,11 +19,6 @@ source="https://github.com/arxanas/git-branchless/archive/v$pkgver/git-branchles
 	unbundle-sqlite.patch
 	"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-
 export LIBSSH2_SYS_USE_PKG_CONFIG=1  # use system libssh2
 
 prepare() {
diff --git a/community/git-interactive-rebase-tool/APKBUILD b/community/git-interactive-rebase-tool/APKBUILD
index d77eff22f68c0eb74eef6501505ed654fdc22acf..497e5804a897d499996f50542827a4a91b6e5639 100644
--- a/community/git-interactive-rebase-tool/APKBUILD
+++ b/community/git-interactive-rebase-tool/APKBUILD
@@ -11,10 +11,7 @@ makedepends="cargo libgit2-dev zlib-dev"
 subpackages="$pkgname-doc"
 source="https://github.com/MitMaro/git-interactive-rebase-tool/archive/$pkgver/$pkgname-$pkgver.tar.gz"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
 export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
 
 prepare() {
 	default_prepare
diff --git a/community/github-cli/APKBUILD b/community/github-cli/APKBUILD
index a83cd964c5688ecfc16bc929665be5314c31d983..9bc8d43c4c0edb9239ffce61fc9850465eab7d7f 100644
--- a/community/github-cli/APKBUILD
+++ b/community/github-cli/APKBUILD
@@ -60,7 +60,6 @@ package() {
 	cp -r share "$pkgdir"/usr
 }
 
-
 sha512sums="
 c2bf99cfabae8329c6c0114afb2b7aadc6b081a0fa2398452c452f97e393f3597a61aa354223fad4f4a848089ee42dc26a529a43fc7006ffae090dadcb18c2e7  github-cli-2.21.2.tar.gz
 873b931af40952b2e1b82d7d825d301a5334be40e9df34fc192160e564a26d13d7de4d13d48cfe08119f9b4741c25051068d062181e23f80abefad1d18155357  no-ignore-goflags.patch
diff --git a/community/glfw/APKBUILD b/community/glfw/APKBUILD
index 6cff1050c8d56f3234a6abb30b743e9e224fca1c..4a754fc3740c9b919efb44ce85b2421d419b0457 100644
--- a/community/glfw/APKBUILD
+++ b/community/glfw/APKBUILD
@@ -12,7 +12,6 @@ makedepends="$depends_dev cmake samurai libx11-dev libxcursor-dev libxrandr-dev
 subpackages="$pkgname-dev"
 source="https://github.com/glfw/glfw/releases/download/$pkgver/glfw-$pkgver.zip"
 
-
 build() {
 	cmake -G Ninja -B build \
 		-DCMAKE_BUILD_TYPE=MinSizeRel \
diff --git a/community/gnome-colors/APKBUILD b/community/gnome-colors/APKBUILD
index 9b92fa3e83120fa22215ad609ff1e90066d72633..57706a54c8d7eb44cc3577bae44ed50c45b5d8c9 100644
--- a/community/gnome-colors/APKBUILD
+++ b/community/gnome-colors/APKBUILD
@@ -23,7 +23,6 @@ depends="$pkgname-common gnome-brave-icon-theme gnome-dust-icon-theme gnome-huma
 # but github has no releases yet
 source="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/gnome-colors/gnome-colors-$pkgver.tar.gz"
 
-
 prepare() {
 	default_prepare
 
diff --git a/community/gnome-doc-utils/APKBUILD b/community/gnome-doc-utils/APKBUILD
index 56aeef833436ce26f2ce1afb272454955e04b2de..d567f14a8b5f5d7c9fe27a4738c3015fa530b484 100644
--- a/community/gnome-doc-utils/APKBUILD
+++ b/community/gnome-doc-utils/APKBUILD
@@ -14,7 +14,6 @@ source="https://download.gnome.org/sources/gnome-doc-utils/${pkgver%.*}/gnome-do
 	python3.patch
 	"
 
-
 prepare() {
 	default_prepare
 	update_config_sub
diff --git a/community/gnome-shortwave/APKBUILD b/community/gnome-shortwave/APKBUILD
index f74a55f331dc137058fe989fc8b4acd3845b15b5..92c24fc7859fba7a7c9c453b736a11321b196203 100644
--- a/community/gnome-shortwave/APKBUILD
+++ b/community/gnome-shortwave/APKBUILD
@@ -42,11 +42,6 @@ riscv64)
 	;;
 esac
 
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-
 build() {
 	abuild-meson . output
 	meson compile ${JOBS:+-j ${JOBS}} -C output
diff --git a/community/gnome-software/APKBUILD b/community/gnome-software/APKBUILD
index 09532fb0a18d820a4bc967fcfde6e212e54b4105..84c945e9229cef6020a62767c5436d2f8aa79715 100644
--- a/community/gnome-software/APKBUILD
+++ b/community/gnome-software/APKBUILD
@@ -50,7 +50,6 @@ build() {
 		*) conf="-Dfwupd=false" ;;
 	esac
 
-
 	abuild-meson \
 		-Dvalgrind=false \
 		-Dmalcontent=false \
diff --git a/community/gonic/APKBUILD b/community/gonic/APKBUILD
index b29268a9ba21c3974ab135825c5c656ecd09ca42..69abb34d334b7c8a18ebf34b8f2f0fb5f36f3da5 100644
--- a/community/gonic/APKBUILD
+++ b/community/gonic/APKBUILD
@@ -45,7 +45,6 @@ cleanup_srcdir() {
 	default_cleanup_srcdir
 }
 
-
 sha512sums="
 fd7426585624ad9e20eb60fbc076c5c20112cd46d0d6439cba36140c0412afd0afbe603f3c7212bb5e4804eebf2364ac931dc18f0a65475c47c62df6a8de6185  gonic-0.15.2.tar.gz
 e8a65612bffd1b62175968cc34a227393364ea6fedd661854bf515cc7306e9266d823544989b671f99beb72b6caf83728fa7c7fd9eedbc85a3e34ea84c1ce269  gonic.initd
diff --git a/community/gphoto2/APKBUILD b/community/gphoto2/APKBUILD
index 322e9f803bb4585d919d268b22ed2bb2f67b18d5..ebb0f9b31c4b80b5c635496607034694bd1a93e3 100644
--- a/community/gphoto2/APKBUILD
+++ b/community/gphoto2/APKBUILD
@@ -13,7 +13,6 @@ subpackages="$pkgname-lang $pkgname-doc"
 source="https://sourceforge.net/projects/gphoto/files/gphoto/$pkgver/gphoto2-$pkgver.tar.bz2
 	"
 
-
 build() {
 	./configure \
 		--build=$CBUILD \
diff --git a/community/gradle/APKBUILD b/community/gradle/APKBUILD
index 797e69e51f32b59852c2290fb1f9dc3227ba9a09..008921d4bd6e957e56e0b07f83c8c6368fbddb07 100644
--- a/community/gradle/APKBUILD
+++ b/community/gradle/APKBUILD
@@ -21,7 +21,6 @@ ppc64le|s390x|arm*|x86)
 	;;
 esac
 
-
 # secfixes:
 #   7.2-r0:
 #     - CVE-2021-32751
diff --git a/community/greetd-tuigreet/APKBUILD b/community/greetd-tuigreet/APKBUILD
index 591c80952a4a79f41bc3a617bd77af50f6a4720f..609abda163ebce0c0bd82cf43b8dc0f5aa179bc1 100644
--- a/community/greetd-tuigreet/APKBUILD
+++ b/community/greetd-tuigreet/APKBUILD
@@ -18,10 +18,7 @@ source="https://github.com/apognu/tuigreet/archive/$pkgver/tuigreet-$pkgver.tar.
 builddir="$srcdir/$_projname-$pkgver"
 options="!check"  # no tests provided
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
 export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
 
 prepare() {
 	default_prepare
diff --git a/community/greybird-themes/APKBUILD b/community/greybird-themes/APKBUILD
index 6446882606f0207eb1f3db9a8c928c538a57c221..de45c3ec87fb9cc430c0f452a152a4689ee976cf 100644
--- a/community/greybird-themes/APKBUILD
+++ b/community/greybird-themes/APKBUILD
@@ -42,7 +42,6 @@ _mv() {
 	done
 }
 
-
 gtk2() {
 	_mv "Greybird GTK+2 themes" gtk+2.0 gtk-2.0
 	depends="gtk-murrine-engine"
diff --git a/community/gvfs/APKBUILD b/community/gvfs/APKBUILD
index 3c676240b14660c35c94a9cb6d9cfcaae6ce03e7..177275b75450c786f462e3de7cf97957c8f9ef6e 100644
--- a/community/gvfs/APKBUILD
+++ b/community/gvfs/APKBUILD
@@ -49,7 +49,6 @@ build() {
 		-Dlogind=false \
 		. output
 
-
 	meson compile ${JOBS:+-j ${JOBS}} -C output
 }
 
diff --git a/community/handlr/APKBUILD b/community/handlr/APKBUILD
index ffc2d2be70f5ca7a1e61efb8be45777b1bf10fbc..964b758dd0df0de618ac0c638d0b53907f985c58 100644
--- a/community/handlr/APKBUILD
+++ b/community/handlr/APKBUILD
@@ -14,10 +14,7 @@ source="https://github.com/chmln/handlr/archive/v$pkgver/handlr-$pkgver.tar.gz
 	$pkgname-fix-crash-on-readonly-mimeapps-list.patch::https://github.com/chmln/handlr/commit/a782886f05191c1834404d777e74d00f9fa60f7e.patch
 	"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
 export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
 
 prepare() {
 	default_prepare
diff --git a/community/helix/APKBUILD b/community/helix/APKBUILD
index c035ff1bb3ae8a8c9b02d70b18ce5f15d2ecd4f5..731ae8ab22e3bdcc2fff4275f2cd65ab92388457 100644
--- a/community/helix/APKBUILD
+++ b/community/helix/APKBUILD
@@ -19,10 +19,6 @@ source="https://github.com/helix-editor/helix/archive/$pkgver/helix-$pkgver.tar.
 	"
 
 # Reduce the binary size - 9.6 -> 5.4 MiB (v0.6.0).
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
 
 # Don't build tree-sitter languages, we provide them in standalone aports.
 export HELIX_DISABLE_AUTO_GRAMMAR_BUILD=1
diff --git a/community/hydrogen/APKBUILD b/community/hydrogen/APKBUILD
index 15c3e8e5540f91922828e9263024ecd1e7f20947..a8b8e18a11115059a568cbf87d1463db2a7f74a8 100644
--- a/community/hydrogen/APKBUILD
+++ b/community/hydrogen/APKBUILD
@@ -48,7 +48,6 @@ package() {
 	DESTDIR="$pkgdir" cmake --install build
 }
 
-
 sha512sums="
 c5e6bd713a0f9ef3b30bf0ae00bc41fea7494c20342c14c9f41ec05d1fdd3be721ffc3ff92bacd011e3b39a68022ea04daf55e60d334f64a00abef17d892cd37  hydrogen-1.1.1.tar.gz
 "
diff --git a/community/hyperfine/APKBUILD b/community/hyperfine/APKBUILD
index 0508148f32d334cf880f5cf15113ece369cf1992..a90ad8977dba7ea3c1e011b0ce51c1d17fa23df1 100644
--- a/community/hyperfine/APKBUILD
+++ b/community/hyperfine/APKBUILD
@@ -16,10 +16,7 @@ subpackages="
 	"
 source="https://github.com/sharkdp/hyperfine/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
 export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
 
 prepare() {
 	default_prepare
diff --git a/community/i2c-tools/APKBUILD b/community/i2c-tools/APKBUILD
index 6498c7470fa6bad7e27a6c2aba3da9e4c0253742..c0cb6f4ca9e72d9c4e9bba6527d21ba9bdcbf9ac 100644
--- a/community/i2c-tools/APKBUILD
+++ b/community/i2c-tools/APKBUILD
@@ -12,7 +12,6 @@ makedepends="linux-headers python3-dev"
 subpackages="$pkgname-dev $pkgname-doc py3-smbus:py"
 source="https://fossies.org/linux/misc/i2c-tools-$pkgver.tar.gz"
 
-
 prepare() {
 	default_prepare
 	sed -e "s|^DESTDIR.*|DESTDIR = \"$pkgdir\"|" \
diff --git a/community/icingaweb2-module-incubator/APKBUILD b/community/icingaweb2-module-incubator/APKBUILD
index 625ccf69cf34f62cce581bd6b139f599e0a787dd..0810f6445efebc6a2eb082a4c96d003d91902c30 100644
--- a/community/icingaweb2-module-incubator/APKBUILD
+++ b/community/icingaweb2-module-incubator/APKBUILD
@@ -49,7 +49,6 @@ EOF
 
 }
 
-
 sha512sums="
 38220591a59f8209b106d1e170ef1eca6be8ecf8b3395507101407dfa400503b6c137bedcf1fd03296ace386d9047c31c23491e0c41d9746fd9d8d9541c47d15  icingaweb2-module-incubator-0.19.0.tar.gz
 "
diff --git a/community/image-roll/APKBUILD b/community/image-roll/APKBUILD
index a856ad326fffd56b6d14b4dd8b6ae268ccb427d7..cc6f08588c162658329f7d8844b2d3f942dbe05f 100644
--- a/community/image-roll/APKBUILD
+++ b/community/image-roll/APKBUILD
@@ -11,11 +11,6 @@ makedepends="cargo gtk4.0-dev"
 source="https://github.com/weclaw1/image-roll/archive/$pkgver/image-roll-$pkgver.tar.gz"
 options="!check"  # no tests provided
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-
 prepare() {
 	default_prepare
 
diff --git a/community/java-gcj-compat/APKBUILD b/community/java-gcj-compat/APKBUILD
index f5553d2232a72308f13c6cc5cc893e2f2f009645..58d8f01be1c5f23221f7cd78c3f381c899931a41 100644
--- a/community/java-gcj-compat/APKBUILD
+++ b/community/java-gcj-compat/APKBUILD
@@ -27,7 +27,6 @@ prepare() {
 	mkdir -p $builddir
 }
 
-
 build() {
 	gcj-6 -Wl,-Bsymbolic -findirect-dispatch -o ecj \
 		--main=org.eclipse.jdt.internal.compiler.batch.Main \
diff --git a/community/jruby/APKBUILD b/community/jruby/APKBUILD
index 4745f442ae31d5af84a2d878320b8792cddae1b6..d045405126b148da668f6616a16bef6b8beb466d 100644
--- a/community/jruby/APKBUILD
+++ b/community/jruby/APKBUILD
@@ -125,7 +125,6 @@ libs() {
 	_mv $_rubydir/gems $_rubydir/stdlib
 }
 
-
 _mv() {
 	local path; for path in "$@"; do
 		mkdir -p "$subpkgdir"/${path%/*}
diff --git a/community/lagrange/APKBUILD b/community/lagrange/APKBUILD
index 68dab29bd1268ad71686ecc6c4b42f7295db5112..2478e06fddc589f182d359c8bbcd2619ae4e2161 100644
--- a/community/lagrange/APKBUILD
+++ b/community/lagrange/APKBUILD
@@ -27,7 +27,6 @@ options="!check" # no test suite
 
 [ "$CARCH" = "riscv64" ] && options="$options textrels"
 
-
 build() {
 	cmake -B build -G Ninja \
 		-DCMAKE_BUILD_TYPE=None \
diff --git a/community/lazygit/APKBUILD b/community/lazygit/APKBUILD
index da521300eeb2e38112a0e7a90eb7c4b1c35d147f..a3a9ddeabe45ee60ba08d492512d858f29052c89 100644
--- a/community/lazygit/APKBUILD
+++ b/community/lazygit/APKBUILD
@@ -30,7 +30,6 @@ package() {
 	install -Dm0644 LICENSE -t "$pkgdir"/usr/share/licenses/"$pkgname"
 }
 
-
 sha512sums="
 bdaaa856fcc7c4e1deb89e495db38852f8b07381de8d478d67e84313c09f9d9498b69426dbf161ad03d9a1ec921bad89b9309e9aef7da3af8192f9cca531a1b9  lazygit-0.36.0.tar.gz
 "
diff --git a/community/ldc/APKBUILD b/community/ldc/APKBUILD
index 4e47e77b0ff094372c10f557a54dee6c6c6edaf7..b22bae51b73749acaca6a5dfe59bae1f9534b78a 100644
--- a/community/ldc/APKBUILD
+++ b/community/ldc/APKBUILD
@@ -90,7 +90,6 @@ check() {
 			;;
 	esac
 
-
 	# Note: The testsuite does not parallelize well, as the 'clean' target get run in parallel.
 	# Hence '-j${JOBS}' was left out on purpose
 	#
diff --git a/community/libao/APKBUILD b/community/libao/APKBUILD
index 9a40946f794c482a9e12c296799f44e0cb68f769..87b5644b5c046e810d6dcc305a6f45742d40b936 100644
--- a/community/libao/APKBUILD
+++ b/community/libao/APKBUILD
@@ -17,7 +17,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/xiph/libao/archive/$pkgver.t
 #   1.2.0-r3:
 #     - CVE-2017-11548
 
-
 prepare() {
 	default_prepare
 	autoreconf -fi
diff --git a/community/libdvbcsa/APKBUILD b/community/libdvbcsa/APKBUILD
index 63daeaee6edf9f385ff2cc28984f5c3d6b1004f1..a471514945150ac1b676d226864b441425a3df94 100644
--- a/community/libdvbcsa/APKBUILD
+++ b/community/libdvbcsa/APKBUILD
@@ -10,7 +10,6 @@ license="GPL"
 subpackages="$pkgname-dev"
 source="https://download.videolan.org/pub/videolan/libdvbcsa/$pkgver/libdvbcsa-$pkgver.tar.gz"
 
-
 prepare() {
 	default_prepare
 	update_config_sub
diff --git a/community/libdvbpsi/APKBUILD b/community/libdvbpsi/APKBUILD
index 8bae3b4ff0d9e41ce99089f8032163250166ab7f..b9477378fb58166104d95721fd3b4cfed9dfe88b 100644
--- a/community/libdvbpsi/APKBUILD
+++ b/community/libdvbpsi/APKBUILD
@@ -12,7 +12,6 @@ source="https://download.videolan.org/pub/libdvbpsi/$pkgver/libdvbpsi-$pkgver.ta
 	fix-includes.patch
 	"
 
-
 build() {
 	./configure \
 		--build=$CBUILD \
diff --git a/community/libepubgen/APKBUILD b/community/libepubgen/APKBUILD
index 9fcf72f1b53e26705d1b8d4604dd6ba15844cae1..2475b56fec1e468a5099a9bce47d1901345655f3 100644
--- a/community/libepubgen/APKBUILD
+++ b/community/libepubgen/APKBUILD
@@ -28,7 +28,6 @@ build() {
 	make
 }
 
-
 check() {
 	make check
 }
diff --git a/community/libfreehand/APKBUILD b/community/libfreehand/APKBUILD
index 6e9a6c32281be8dcdae055ccb28ff827348f1ea9..63350f22f2beed3cab5105d21e653fe755a8f410 100644
--- a/community/libfreehand/APKBUILD
+++ b/community/libfreehand/APKBUILD
@@ -15,7 +15,6 @@ source="https://dev-www.libreoffice.org/src/libfreehand/libfreehand-$pkgver.tar.
 	fix-build.patch
 	"
 
-
 prepare() {
 	default_prepare
 	update_config_sub
diff --git a/community/libgweather4/APKBUILD b/community/libgweather4/APKBUILD
index 3c4cc300f3e05480a1883404fc097d0757f4f40c..3c4ea6540171e7dbcf19cb4b46e524569fc52a17 100644
--- a/community/libgweather4/APKBUILD
+++ b/community/libgweather4/APKBUILD
@@ -44,7 +44,6 @@ package() {
 	DESTDIR="$pkgdir" meson install --no-rebuild -C output
 }
 
-
 sha512sums="
 cd95c6714575c0afc52455bb99c9116af27716868648debe0e5309904cfaf7516cf2379e415b3d9dd57b5dd223bae8e8acbaf705a3867dad8f75aec22eea908e  libgweather-4.2.0.tar.xz
 "
diff --git a/community/libido3/APKBUILD b/community/libido3/APKBUILD
index 93e12984748f5d96ab0a5d8cb0bf6cca1dcf5abd..5a54afcaa51f0d6f2022b7a02ffc2d8dcab86290 100644
--- a/community/libido3/APKBUILD
+++ b/community/libido3/APKBUILD
@@ -41,7 +41,6 @@ package() {
 	make DESTDIR="$pkgdir" install
 }
 
-
 sha512sums="
 867157c9e316eb5ed69ebdf1017ed86990aabf7a885ba26acab36782f0f27e10b4621a7db15ac90335e808022490a98560d5ff443e6f697c578eed5868385ebd  ido_13.10.0+17.04.20161028.orig.tar.gz
 303870b73831c469c0b1df523cc3e4a54fd32a4dd3b2b76ba6940b143ae8a9114833ddb421080ca7335adb3e2f2d39addfeaa710e517f3d214fb13283bd626e4  ubuntu-private.patch
diff --git a/community/libimagequant/APKBUILD b/community/libimagequant/APKBUILD
index 94877ccba94544464e9d46415addbf5609f0c845..9ec21aea3ac8cc950bc48bcc49eaf73b4142b751 100644
--- a/community/libimagequant/APKBUILD
+++ b/community/libimagequant/APKBUILD
@@ -16,11 +16,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/ImageOptim/libimagequant/arc
 builddir="$srcdir/$pkgname-$pkgver/imagequant-sys"
 options="net"
 
-export CARGO_PROFILE_RELEASE_LTO=true
-export CARGO_PROFILE_RELEASE_PANIC=abort
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-
 case "$CARCH" in
 x86)
 	# tests fail
diff --git a/community/libmpeg2/APKBUILD b/community/libmpeg2/APKBUILD
index 863ecfa220f9411bef37ecf4d8d2a65be2664c37..c7a652ff32395b2233c2b6ae4215d40a4b629a2f 100644
--- a/community/libmpeg2/APKBUILD
+++ b/community/libmpeg2/APKBUILD
@@ -13,7 +13,6 @@ source="https://gentoo.osuosl.org/distfiles/libmpeg2-$pkgver.tar.gz
 	arm-textrel.patch
 	"
 
-
 prepare() {
 	update_config_sub
 	default_prepare
diff --git a/community/libreoffice/APKBUILD b/community/libreoffice/APKBUILD
index 2f5e35e3f9f35f34b7d812525f63442d308bfa03..2f19aeca8e874ce2e9c484b36214784da89413ff 100644
--- a/community/libreoffice/APKBUILD
+++ b/community/libreoffice/APKBUILD
@@ -326,7 +326,6 @@ add_lang zh_cn "Simplified Chinese (Peoples Republic of China)" zh_CN
 add_lang zh_tw "Traditional Chinese (Taiwan)" zh_TW
 add_lang zu "Zulu"
 
-
 # help abuild find shared objects in rpath
 ldpath="/usr/lib/libreoffice/program:/usr/lib/libreoffice/ure/lib/"
 
diff --git a/community/librsvg/APKBUILD b/community/librsvg/APKBUILD
index 4be54dc2e5911f5326bd3b9b2a96c5df7df8b2d8..ac8c2f34aa0f05adb29af6417f11fb2a8ec84658 100644
--- a/community/librsvg/APKBUILD
+++ b/community/librsvg/APKBUILD
@@ -51,8 +51,6 @@ fi
 #     - CVE-2019-20446
 
 export RUSTFLAGS="$RUSTFLAGS -C debuginfo=1"
-export CARGO_PROFILE_RELEASE_LTO=true
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
 
 prepare() {
 	default_prepare
diff --git a/community/libspecbleach/APKBUILD b/community/libspecbleach/APKBUILD
index d096377a0a98fa52fe265ce9bde544e4199cd258..1651466adb35c7185b5b1c5c3f7bc158e6815d68 100644
--- a/community/libspecbleach/APKBUILD
+++ b/community/libspecbleach/APKBUILD
@@ -24,7 +24,6 @@ package() {
 	DESTDIR="$pkgdir" meson install -C output
 }
 
-
 sha512sums="
 f6b64e55db556933066a489e2792830a0c34b5bfc365fedb190846ec98292c6e09f07fd2d7bcf97c81a5dfa64e8d66494ff3f2706de63964a222627cb86bfa25  libspecbleach-0.1.6.tar.gz
 "
diff --git a/community/libstatgrab/APKBUILD b/community/libstatgrab/APKBUILD
index 28db5605fb474f55b2cb3f864611c4e6903ea8f6..f79ccbe63e43059582da6eb3e1253e6a3bc802a6 100644
--- a/community/libstatgrab/APKBUILD
+++ b/community/libstatgrab/APKBUILD
@@ -24,7 +24,6 @@ build() {
 	make
 }
 
-
 package() {
 	make DESTDIR="$pkgdir" install
 }
diff --git a/community/libvirt-glib/APKBUILD b/community/libvirt-glib/APKBUILD
index bdf04505e33b4a4f2d2ef3d7e713f644cdf4d60f..3376f70bc8928584d37e00b79279d787a1f771e1 100644
--- a/community/libvirt-glib/APKBUILD
+++ b/community/libvirt-glib/APKBUILD
@@ -30,5 +30,4 @@ package() {
 	DESTDIR="$pkgdir" meson install --no-rebuild -C output
 }
 
-
 sha512sums="e1b99e80aa671fa5a4d7f7f7a4ea70ce7c5fdaf97574407f79aa11a75dd177e1e3f92027728a83ded62e305852bbda76eb90326aaa1f5f19b77272b008351810  libvirt-glib-4.0.0.tar.xz"
diff --git a/community/linux-edge/APKBUILD b/community/linux-edge/APKBUILD
index 3734b7790c47babc62e6cd89dd3fb54b0ce0d1ce..9fed6ff909acc1c722019c2bb9b6e4a359d85445 100644
--- a/community/linux-edge/APKBUILD
+++ b/community/linux-edge/APKBUILD
@@ -197,7 +197,6 @@ _dev() {
   install -Dt "${dir}" -m644 $builddir/System.map
 	cp -t "$dir" -a $builddir/scripts
 
-
   install -Dt "${dir}/arch/${_carch}" -m644 $builddir/arch/${_carch}/Makefile
   install -Dt "${dir}/arch/${_carch}/kernel" -m644 $builddir/arch/${_carch}/kernel/asm-offsets.s
   cp -t "${dir}/arch/${_carch}" -a $builddir/arch/${_carch}/include
diff --git a/community/linux-tools/APKBUILD b/community/linux-tools/APKBUILD
index 777e84062a8d73acb1a1101ad195adb3811991dc..2e765ef0c82f9f0dab8fcb599dc1ef97dbd20800 100644
--- a/community/linux-tools/APKBUILD
+++ b/community/linux-tools/APKBUILD
@@ -217,7 +217,6 @@ bpftool_bashcomp() {
 		"$subpkgdir"/usr/share/bash-completion/completions/
 }
 
-
 sha512sums="
 d25ad40b5bcd6a4c6042fd0fd84e196e7a58024734c3e9a484fd0d5d54a0c1d87db8a3c784eff55e43b6f021709dc685eb0efa18d2aec327e4f88a79f405705a  linux-5.15.tar.xz
 c48120c5067003deb6b6ee057a1e6a3b635e2c1ff72435ced83d894d1b4ee03ca792d72777185db94e844e7fb5a4a49a98e6c906eb2cfaef87b96b7c8de5f622  patch-5.15.74.xz
diff --git a/community/lua-luatz/APKBUILD b/community/lua-luatz/APKBUILD
index 8ffb714555c21d622589d4159ccb0ad62cf3fb81..9c4e9b357a490036a415e7e44f4631c422a14c88 100644
--- a/community/lua-luatz/APKBUILD
+++ b/community/lua-luatz/APKBUILD
@@ -50,5 +50,4 @@ _subpackage() {
 	echo 'rock_manifest = {}' > "$rockdir"/rock_manifest
 }
 
-
 sha512sums="87e53afa85aa66cc0359d9581eb3dd9974f6ceb11cb57b0bfc6745d9bb1b6dbc90520fb6834e5de85b7fc46ff44c5d35dfd7136547a1973585f8cbf8707b45d1  lua-luatz-0.4.1.tar.gz"
diff --git a/community/luau/APKBUILD b/community/luau/APKBUILD
index e1970a56925109e81a26e180fb95ba802e44f9ee..b41dad7b7876583b2699f811bf48dfe5906527e8 100644
--- a/community/luau/APKBUILD
+++ b/community/luau/APKBUILD
@@ -12,8 +12,6 @@ source="
 $pkgname-$pkgver.tar.gz::https://github.com/Roblox/luau/archive/refs/tags/$pkgver.tar.gz
 "
 
-
-
 build() {
 	if [ "$CBUILD" != "$CHOST" ]; then
 		CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
diff --git a/community/lxcfs/APKBUILD b/community/lxcfs/APKBUILD
index ac448ca6fb03ea389c1475e86467bc72f302b64f..8cff4ea914ead8a789f61ebd5c582caaeab43ced 100644
--- a/community/lxcfs/APKBUILD
+++ b/community/lxcfs/APKBUILD
@@ -28,7 +28,6 @@ check() {
 	meson test --no-rebuild --print-errorlogs -C output
 }
 
-
 package() {
 	DESTDIR="$pkgdir" meson install --no-rebuild -C output
 	install -m755 -D "$srcdir"/$pkgname.initd \
diff --git a/community/mbt/APKBUILD b/community/mbt/APKBUILD
index 00fb9242097a5b051046200b477c3fddadc41103..888ba683020f5ccd39407f7eb2c40e5307d94a0a 100644
--- a/community/mbt/APKBUILD
+++ b/community/mbt/APKBUILD
@@ -29,7 +29,6 @@ package() {
 	make DESTDIR="$pkgdir" install
 }
 
-
 sha512sums="
 9ca0d0d7df93152c94ce50f49a92a68e155b0d1a3d1d12ace03f3475b1a66df48f709a3e9b9bf7187779b9dcbecb5303fcd35646adda511bf89b39ce5f2758e1  mbt-3.9.tar.gz
 "
diff --git a/community/mbtserver/APKBUILD b/community/mbtserver/APKBUILD
index 75aa0ae19348f160d0081a9c6c00a2211805a848..ec1388864e6e646502ffb75e96d515d7c1a5917a 100644
--- a/community/mbtserver/APKBUILD
+++ b/community/mbtserver/APKBUILD
@@ -29,7 +29,6 @@ package() {
 	make DESTDIR="$pkgdir" install
 }
 
-
 sha512sums="
 85b4b4d4ada34c6ddef13385e0f2203453f4886e69015d28625896368827c9f1753105f957ec3efc9a4ca9aa421f5677bb9af85dc1d8a96a5bd51062a7994991  mbtserver-0.16.tar.gz
 "
diff --git a/community/mcfly/APKBUILD b/community/mcfly/APKBUILD
index 26f0f2254c5abae974bb714d3b682152743f9c12..832068cc6de0f5b3bd1adc6e44f8be79087e464d 100644
--- a/community/mcfly/APKBUILD
+++ b/community/mcfly/APKBUILD
@@ -20,10 +20,7 @@ source="https://github.com/cantino/mcfly/archive/v$pkgver/mcfly-$pkgver.tar.gz
 	"
 
 # Reduce size of the mcfly binary.
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
 export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
 
 prepare() {
 	default_prepare
diff --git a/community/minify/APKBUILD b/community/minify/APKBUILD
index ddfd5a4f5679e95bd95385e280b7fa5793278c2f..9932831b145186c7ec5e504d1c8200cadfd5a514 100644
--- a/community/minify/APKBUILD
+++ b/community/minify/APKBUILD
@@ -24,7 +24,6 @@ check() {
 	go test ./...
 }
 
-
 package() {
 	install -Dm755 ./build/minify -t "$pkgdir"/usr/bin
 	install -Dm644 ./cmd/minify/bash_completion "$pkgdir"/usr/share/bash-completion/completions/minify
diff --git a/community/motif/APKBUILD b/community/motif/APKBUILD
index b76748a59a2d14bee687a19b68f895f91d068253..432193a22b4cc54112e046c3589e1ea44f45cbf1 100644
--- a/community/motif/APKBUILD
+++ b/community/motif/APKBUILD
@@ -71,7 +71,6 @@ mwm() {
 	"$pkgdir"/usr/lib/X11/system.mwmrc > "$subpkgdir"/usr/lib/X11/system.mwmrc
 }
 
-
 sha512sums="
 1ab8e8eece25ef97e948592b5fa3e19d98e932695290a18b7a8e90f1aa2766bc4f082bdbc3999dff5660e684821178a149040f76bb477163e53ca06474d02b55  motif-2.3.8.tar.gz
 aff5be25bd25666e6134bc18faaffd54914cc390ca4d89a498efae5aa6dd175ac2b17dc719f7b8d27cff5db2f17b714ddfd5a163f219cad5f5c949cf5eb4786d  02-fix-format-security.patch
diff --git a/community/mprocs/APKBUILD b/community/mprocs/APKBUILD
index bbf2bbd3282ad5d6bb2eafe7190b6de9228df8f4..3643b5b0c3494cdee5481b3de5e43f62edb8dcc2 100644
--- a/community/mprocs/APKBUILD
+++ b/community/mprocs/APKBUILD
@@ -10,10 +10,7 @@ license="MIT"
 makedepends="cargo"
 source="https://github.com/pvolok/mprocs/archive/v$pkgver/mprocs-$pkgver.tar.gz"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
 export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
 
 prepare() {
 	default_prepare
diff --git a/community/mqttui/APKBUILD b/community/mqttui/APKBUILD
index 3f535c275f85ab2348bd57af8f177b5447419d3e..9b4d730cb6e76abfe7180161a795248b68b9f3a7 100644
--- a/community/mqttui/APKBUILD
+++ b/community/mqttui/APKBUILD
@@ -17,11 +17,6 @@ subpackages="
 	"
 source="https://github.com/EdJoPaTo/mqttui/archive/v$pkgver/mqttui-$pkgver.tar.gz"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-
 prepare() {
 	default_prepare
 
diff --git a/community/ncspot/APKBUILD b/community/ncspot/APKBUILD
index 3a8fc47928f1f28c47d6bfcd9f553735d6e0976b..8914e4c84704c2c70148d34b3fb0a9e37eed21c3 100644
--- a/community/ncspot/APKBUILD
+++ b/community/ncspot/APKBUILD
@@ -22,10 +22,6 @@ source="https://github.com/hrkfdn/ncspot/archive/v$pkgver/ncspot-$pkgver.tar.gz"
 options="!check"  # there's only one unit test (in v0.8.1)
 
 # Optimize binary for size (18 MiB -> 8.2 MiB in v0.8.1).
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
 
 _cargo_opts='--frozen --features cover,share_selection'
 
diff --git a/community/nim/APKBUILD b/community/nim/APKBUILD
index 117075ff435475f0ec2f5bacb30c769db2f0b4ef..5c2347d31c8f478e02cf208ba231316981b916c7 100644
--- a/community/nim/APKBUILD
+++ b/community/nim/APKBUILD
@@ -28,7 +28,6 @@ case "$CARCH" in
 	riscv64) options="!check textrels";;
 esac
 
-
 build() {
 	msg2 "Building nim csources..."
 	./build.sh
diff --git a/community/onefetch/APKBUILD b/community/onefetch/APKBUILD
index 6b456e775ebd2d3bd276bfdc43740f03a9325a45..19781cda4b2ff8c42069c68ce6eb4272b759fe7a 100644
--- a/community/onefetch/APKBUILD
+++ b/community/onefetch/APKBUILD
@@ -11,10 +11,7 @@ makedepends="cargo libgit2-dev zlib-dev"
 source="$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/onefetch/$pkgver/download"
 
 # Reduce binary size
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
 export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
 
 prepare() {
 	default_prepare
diff --git a/community/openipmi/APKBUILD b/community/openipmi/APKBUILD
index f59da5fafeb08cb14b8e12afe90310c1b538c58c..5f58485c19c3ec47013077d3f1c332da11884b4a 100644
--- a/community/openipmi/APKBUILD
+++ b/community/openipmi/APKBUILD
@@ -47,8 +47,6 @@ lanserv() {
 		"$subpkgdir"/usr/bin/
 }
 
-
-
 sha512sums="
 615fccd1ffd4af18584c1b0e54667ba2de60b6d42b44e7448f27808114180fa3b31b4834276bdf69c3df1e5210df871fd888deec8186377524838390fe41e641  OpenIPMI-2.0.33.tar.gz
 "
diff --git a/community/openjdk12/APKBUILD b/community/openjdk12/APKBUILD
index a33806e0200b2165a630b73f6f8fbc0533f2af1a..add3f9da0e2032825560efb2de48c9d17713840f 100644
--- a/community/openjdk12/APKBUILD
+++ b/community/openjdk12/APKBUILD
@@ -75,7 +75,6 @@ if [ $_run_jtreg -ne 0 ]; then
 	checkdepends="$checkdepends font-freefont xvfb-run"
 fi
 
-
 prepare() {
 	default_prepare
 
diff --git a/community/openjdk14/APKBUILD b/community/openjdk14/APKBUILD
index 8d8f485762e54c713f98a02272e4f4cf20f8bdb9..86c891f8fa51cba21828ededb3c5410952b644df 100644
--- a/community/openjdk14/APKBUILD
+++ b/community/openjdk14/APKBUILD
@@ -72,7 +72,6 @@ if [ $_run_jtreg -ne 0 ]; then
 	checkdepends="$checkdepends font-freefont xvfb-run"
 fi
 
-
 prepare() {
 	default_prepare
 
diff --git a/community/openjdk9/APKBUILD b/community/openjdk9/APKBUILD
index 5653bae4707ee43200f85151e2aec80159d3c5b1..b5bc74ddca28b37d336d2c34a448e48b50df816a 100644
--- a/community/openjdk9/APKBUILD
+++ b/community/openjdk9/APKBUILD
@@ -81,7 +81,6 @@ if [ $_run_jtreg -ne 0 ]; then
 	checkdepends="$checkdepends font-freefont xvfb-run"
 fi
 
-
 unpack() {
 	if [ -z "$force" ]; then
 		verify
@@ -257,7 +256,6 @@ _jre() {
 		"$_toroot/lib"
 }
 
-
 _src() {
 	pkgdesc="Oracle OpenJDK 9 (sources)"
 	depends="$pkgname-jre-headless"
diff --git a/community/openrct2/APKBUILD b/community/openrct2/APKBUILD
index 2289a11d72524a156436494456b8cabcade49b62..5c52af2e660cb5598efac1b9fc1bcda2c7747dc1 100644
--- a/community/openrct2/APKBUILD
+++ b/community/openrct2/APKBUILD
@@ -76,7 +76,6 @@ check() {
 	CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E "replay_tests"
 }
 
-
 package() {
 	DESTDIR="$pkgdir" cmake --install build
 
diff --git a/community/osmin/APKBUILD b/community/osmin/APKBUILD
index e31047b12ffb8b2418c4648fdfae8664f28736a2..d5165147f86ccc1b452460ca9f4cc10cbfc6a6f9 100644
--- a/community/osmin/APKBUILD
+++ b/community/osmin/APKBUILD
@@ -39,7 +39,6 @@ prepare() {
 	default_prepare
 }
 
-
 build() {
 	cmake -B build -G Ninja \
 		-DCMAKE_INSTALL_PREFIX=/usr \
diff --git a/community/pangomm2.48/APKBUILD b/community/pangomm2.48/APKBUILD
index f856b70a3832a3d887126162b5a9094eb6b698d4..2abf4f3dff9e65258878f49d4843e65333813e4d 100644
--- a/community/pangomm2.48/APKBUILD
+++ b/community/pangomm2.48/APKBUILD
@@ -23,7 +23,6 @@ check() {
 	meson test --no-rebuild --print-errorlogs -C output
 }
 
-
 package() {
 	DESTDIR="$pkgdir" meson install --no-rebuild -C output
 }
diff --git a/community/patchwork/APKBUILD b/community/patchwork/APKBUILD
index b44a4ee777e8ffc1e0fa0ad9b4d6372bf9704e8d..73f6566614f147bad27dfa14cfae7c2ced751721 100644
--- a/community/patchwork/APKBUILD
+++ b/community/patchwork/APKBUILD
@@ -27,7 +27,6 @@ source="patchwork-$pkgver.tar.gz::https://github.com/getpatchwork/patchwork/arch
 	nginx-patchwork.conf
 	"
 
-
 # secfixes:
 #   2.0.1-r1:
 #     - CVE-2019-13122
diff --git a/community/pdal/APKBUILD b/community/pdal/APKBUILD
index 8158d05982f9dab8e682d224c4be225214be0223..56c2a4b3db6d7d60860a9a7df7008930aa75ac0d 100644
--- a/community/pdal/APKBUILD
+++ b/community/pdal/APKBUILD
@@ -81,7 +81,6 @@ check() {
 	CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E "$skipped_tests"
 }
 
-
 package() {
 	DESTDIR="$pkgdir" cmake --install build
 }
diff --git a/community/peep/APKBUILD b/community/peep/APKBUILD
index 6f444570879c07aa3aa31a5996bee81280df7199..db6b258a4a5995c3861c52d62f48a67cb53ae022 100644
--- a/community/peep/APKBUILD
+++ b/community/peep/APKBUILD
@@ -16,10 +16,7 @@ source="https://github.com/ryochack/peep/archive/$_gitrev/peep-$_gitrev.tar.gz
 	"
 builddir="$srcdir/$pkgname-$_gitrev"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
 export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
 
 prepare() {
 	default_prepare
diff --git a/community/perl-business-isbn-data/APKBUILD b/community/perl-business-isbn-data/APKBUILD
index beef76a587beecc32fcb6ac674d5dfba8a429b06..416325671280c438b884fd6e9a8e6d4ca8e8b440 100644
--- a/community/perl-business-isbn-data/APKBUILD
+++ b/community/perl-business-isbn-data/APKBUILD
@@ -31,5 +31,4 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
 sha512sums="36245caf60d0b210dfbbc1f2668e6b8a227e6641be3800d4e62f6a9902b6b95bc2e952bc48ccd2a61ba958c68b142f64592ffeec9da8bc35d7c8bc5d9b625c80  Business-ISBN-Data-20210112.006.tar.gz"
diff --git a/community/perl-business-isbn/APKBUILD b/community/perl-business-isbn/APKBUILD
index dc77c1f5e7f4c2e6f9d21af3d3ac74a73a1629e5..84c00b23de765ec70e958b6fa364df6f2d7d4bc4 100644
--- a/community/perl-business-isbn/APKBUILD
+++ b/community/perl-business-isbn/APKBUILD
@@ -31,7 +31,6 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
 sha512sums="
 ade8f846bc912edce9b1423d7dc12fd692377b0be9debc4e999ed520211306f4c344c3c7711283c9f77072707e97896b8f58b86e059798a09a8aeebf0668dab6  Business-ISBN-3.007.tar.gz
 "
diff --git a/community/perl-encode-jis2k/APKBUILD b/community/perl-encode-jis2k/APKBUILD
index 7486ca3aba4c6eaf36d5b5284f90eaaad586187a..ad2a2f88095452f1fefe1c1a58aec18eebf96e19 100644
--- a/community/perl-encode-jis2k/APKBUILD
+++ b/community/perl-encode-jis2k/APKBUILD
@@ -39,5 +39,4 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
 sha512sums="93d73a84e394faf8411d158ead0bc398ff1935ba14e35c64992d9fc8c2aa4ce1a71b5f46dbb1a765d3b160b19a9216bec68d42c8be1940d271dde418a62db4ec  Encode-JIS2K-0.03.tar.gz"
diff --git a/community/perl-extutils-libbuilder/APKBUILD b/community/perl-extutils-libbuilder/APKBUILD
index ebd5e6a6cf40ed136cc9a5e3757ce457065e6dba..ca4fa2cc7f9b16e75472a4b725f357e6ba26c759 100644
--- a/community/perl-extutils-libbuilder/APKBUILD
+++ b/community/perl-extutils-libbuilder/APKBUILD
@@ -38,5 +38,4 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
 sha512sums="c9cb95ff9ce3d30163e3e6e76adc03e164bddcef1fa58a068f6fc41e4be7289f06712457fba341244e6d37ec5976912920d44ac02ff6c9a2cde368b102e5133e  ExtUtils-LibBuilder-0.08.tar.gz"
diff --git a/community/perl-glib/APKBUILD b/community/perl-glib/APKBUILD
index be5b3944b3fe7c664ec20f77cd085a59bff5eeec..0ae178d1f13a25b1a29e544278b194b064a08e68 100644
--- a/community/perl-glib/APKBUILD
+++ b/community/perl-glib/APKBUILD
@@ -30,5 +30,4 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
 sha512sums="139033e207ba9b12eb8701ea9e6e363f6d36e68320cb1a8b4d5943722fe80330594e42fd6d8061794d97dbdb06fdcdd48efea480a254a1e8981ea70e933346d4  Glib-1.3293.tar.gz"
diff --git a/community/perl-graph/APKBUILD b/community/perl-graph/APKBUILD
index 93d15d25bc794a0acff4fa2754476e427d8662f3..aa185f3af3c5f61394722723d586b27392a45973 100644
--- a/community/perl-graph/APKBUILD
+++ b/community/perl-graph/APKBUILD
@@ -32,12 +32,6 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
-
-
-
-
-
 sha512sums="
 51638c45dd7b21a87e3d6771f06dd5fae1e71da7dea4d337de2e540de4ab625a53e349799ee4c0cc77108fff4c47027d33f501edafb52daaef699f82edd5c3d3  Graph-0.9725.tar.gz
 "
diff --git a/community/perl-graphviz/APKBUILD b/community/perl-graphviz/APKBUILD
index 1ef67abdbc7c5c501dd7fc6b39859d4141ef7353..74c722700647132fb1e6f7a89037ee264121faf2 100644
--- a/community/perl-graphviz/APKBUILD
+++ b/community/perl-graphviz/APKBUILD
@@ -39,8 +39,6 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
-
 sha512sums="
 4c469c7eb4863fd0ee9cda1e88288ddcc559910174f134aef7b9edcadcb4a5216c37734cff52e7bb2b35d3bfab6e068794936991be32b9a012b19bbfe8edaabb  GraphViz-2.25.tar.gz
 "
diff --git a/community/perl-mojolicious/APKBUILD b/community/perl-mojolicious/APKBUILD
index d6c47165ebdca3480eb79d2a929409ef830910ed..0d38474701a9514193de5e5bcd8f408332ff5ecf 100644
--- a/community/perl-mojolicious/APKBUILD
+++ b/community/perl-mojolicious/APKBUILD
@@ -31,10 +31,6 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
-
-
-
 sha512sums="
 6f13070df0c2c4240093eea0bc71393f462920a0c2692207beb4103c7e62c6277b2b1adb5d27619c53f6fa2d86936c0bd40495464e43d17c937365caf5909d31  Mojolicious-9.31.tar.gz
 "
diff --git a/community/perl-moose/APKBUILD b/community/perl-moose/APKBUILD
index 6163740a90bba599525c621b518a4622a2bdaca2..1b19d6bd00cd9f55fa7e66f5b763ec4235f32087 100644
--- a/community/perl-moose/APKBUILD
+++ b/community/perl-moose/APKBUILD
@@ -40,7 +40,6 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
 sha512sums="
 71a22aab5b5de7de1e1a2df30e7526eb2913245733de9196328a6eaa9ada1699e74b58d5d3f9edbea6ddc35baf7febf0ebcce5f1210fc8777d6091acbac14260  Moose-2.2201.tar.gz
 "
diff --git a/community/perl-net-cli-interact/APKBUILD b/community/perl-net-cli-interact/APKBUILD
index c4c4d4bd729d7ed700d5b3404ed37002093e5157..4d9b54f8358e275e536757eeb255237daf52f88b 100644
--- a/community/perl-net-cli-interact/APKBUILD
+++ b/community/perl-net-cli-interact/APKBUILD
@@ -39,5 +39,4 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
 sha512sums="b4693dd10b300616be93f043388552ed0bc265c5c515b676be64c3ae204f434ad305b7a8b35d14cdd5dec03b90684e69e848464df42fa398e23e86df3d6807e4  Net-CLI-Interact-2.300003.tar.gz"
diff --git a/community/perl-net-dns-sec/APKBUILD b/community/perl-net-dns-sec/APKBUILD
index 3d855fe8f6d787f19a01f7bd19602cdf8d2a7422..0e1ddb16d704e1408367853932309ca0b0667e89 100644
--- a/community/perl-net-dns-sec/APKBUILD
+++ b/community/perl-net-dns-sec/APKBUILD
@@ -36,7 +36,6 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
 sha512sums="
 fca4bdc8d49b9dddc02a04e40379fef390ec1656816c21faa2df715932cb48df35cc8c4ffe217ef43bb91113e45d0fd0246d7297b0f21e4c7b53b8fc1b27c9cb  Net-DNS-SEC-1.20.tar.gz
 "
diff --git a/community/perl-padwalker/APKBUILD b/community/perl-padwalker/APKBUILD
index 6c18c645990604d0d80b74c2a339ef7fed615a8e..2741d201ed0b4384398806728b3d2b259479b1f8 100644
--- a/community/perl-padwalker/APKBUILD
+++ b/community/perl-padwalker/APKBUILD
@@ -32,5 +32,4 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
 sha512sums="b0ed680be4a06e5f621b09e57fa02a6516ceca89dca6922bd134f0433f699584a535c0b1155ee54c1a8d857fb989a944dec5013ccb84c41447cac47e12593b90  PadWalker-2.5.tar.gz"
diff --git a/community/perl-set-object/APKBUILD b/community/perl-set-object/APKBUILD
index 7c827367cb728141db8eb89da377db0003abb98b..847c6b8fa3d4255f98333e1102bf2450c112bcc8 100644
--- a/community/perl-set-object/APKBUILD
+++ b/community/perl-set-object/APKBUILD
@@ -32,7 +32,6 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
 sha512sums="
 f56fcc914c0dac95b6b10465cbab3aaf727f46bf65421ab667bd8fb5e6334fef5d82e80e26609875955121c235c8efb65265baf798c670ba157d8b3a82635d22  Set-Object-1.42.tar.gz
 "
diff --git a/community/perl-sql-translator/APKBUILD b/community/perl-sql-translator/APKBUILD
index 193670d0820be970189ad34e50e0d138d8342da8..aceeb7c7ea1ea2b17e731c383f5f65df34210886 100644
--- a/community/perl-sql-translator/APKBUILD
+++ b/community/perl-sql-translator/APKBUILD
@@ -45,5 +45,4 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
 sha512sums="80096bf42cff406b896d96fd4374cb69c4bbe6ce037d58bb520d5c8ac31a15454772217730fac4249960cd81ac02ff9b5419b8dc80fd0a0901802e525ff863c8  SQL-Translator-1.62.tar.gz"
diff --git a/community/perl-test-nginx/APKBUILD b/community/perl-test-nginx/APKBUILD
index 93938f6ed08ed28d0402c5ca6789ac1e0d000031..be0522ea55ebc010fd66df613cb5fa62edc50803 100644
--- a/community/perl-test-nginx/APKBUILD
+++ b/community/perl-test-nginx/APKBUILD
@@ -37,8 +37,6 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
-
 sha512sums="
 3a6727e567a213872f2ec6b0d782f40d867714787811911bf1637e76abcb3511c446b87e8a93106cf1473f2e49ebe375a2382658b8600a65cb8c3940cc0fa178  Test-Nginx-0.30.tar.gz
 028133884a4cba921ee9533fd0d53d1c65a0cbce93c9b81ffbe4004aaed6cdeb2a5327824d4b0cefe0902ba8c9e9f2a7efed65869db3f0733a36f9a4c56bbed9  set-temp-paths.patch
diff --git a/community/perl-text-csv_xs/APKBUILD b/community/perl-text-csv_xs/APKBUILD
index c4ed8bc488c3d2dd8dc6783c443e0aa13d1c9629..47026615cfafd6a5fe6a0a36f18d37ff97a0dadb 100644
--- a/community/perl-text-csv_xs/APKBUILD
+++ b/community/perl-text-csv_xs/APKBUILD
@@ -37,7 +37,6 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
 sha512sums="
 226829c2b85c652fa108175dac584e4a4caa6b1826030f9ea489abf18ba512f77ad48e3fbf1e4899062607c9d8e0bef305a74e15fa41826735bf4a0c95af4ae2  Text-CSV_XS-1.48.tgz
 "
diff --git a/community/perl-unicode-collate/APKBUILD b/community/perl-unicode-collate/APKBUILD
index 4626e2e171cdf0f1bda0214d578aa5cec01493dd..1be4c1966c6ecfaeb1611a49b59fec50cc162bd6 100644
--- a/community/perl-unicode-collate/APKBUILD
+++ b/community/perl-unicode-collate/APKBUILD
@@ -35,8 +35,6 @@ doc() {
 	replaces="perl-doc"
 }
 
-
-
 sha512sums="
 fff8f06ae561100006ce0ab2aabe561e27fee30237db8da804c94c70eee9787e05b19c5908614ddbb3b263a0fdaea9a9933bc74818951e009a280afa782e19d1  Unicode-Collate-1.31.tar.gz
 "
diff --git a/community/php81-pecl-swoole/APKBUILD b/community/php81-pecl-swoole/APKBUILD
index dfd7f0f8d85fd4984c73ca7fedd1a26fe4397366..9bec3a701989ab5188182f2e2278f93e3a696b69 100644
--- a/community/php81-pecl-swoole/APKBUILD
+++ b/community/php81-pecl-swoole/APKBUILD
@@ -18,7 +18,6 @@ case "$CARCH" in
 	ppc64le|s390x) makedepends="$makedepends libucontext-dev" ;;
 esac
 
-
 build() {
 	case "$CARCH" in
 		ppc64le|s390x) export LDFLAGS="$LDFLAGS -lucontext" ;;
diff --git a/community/php82-pecl-swoole/APKBUILD b/community/php82-pecl-swoole/APKBUILD
index 1b3bee57331cdeec429b82b686fe128af8f14688..a15af439e6002663006ae3bde8344d04847b6343 100644
--- a/community/php82-pecl-swoole/APKBUILD
+++ b/community/php82-pecl-swoole/APKBUILD
@@ -17,7 +17,6 @@ case "$CARCH" in
 	ppc64le|s390x) makedepends="$makedepends libucontext-dev" ;;
 esac
 
-
 build() {
 	case "$CARCH" in
 		ppc64le|s390x) export LDFLAGS="$LDFLAGS -lucontext" ;;
diff --git a/community/piow/APKBUILD b/community/piow/APKBUILD
index e075bff92fd10f331c1c90dc6ec4fdb990024161..ad61f702e9dc2f405e209943dc4652af818d0acb 100644
--- a/community/piow/APKBUILD
+++ b/community/piow/APKBUILD
@@ -14,10 +14,7 @@ source="https://github.com/KuabeM/piow/archive/v$pkgver/piow-$pkgver.tar.gz
 	"
 options="!check"  # no tests provided
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
 export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
 
 prepare() {
 	default_prepare
diff --git a/community/pipr/APKBUILD b/community/pipr/APKBUILD
index cfdba6eb1114eeaea1a9b634231ead752477a699..9f8317b0a91bece65a77170c9a6596c961500fed 100644
--- a/community/pipr/APKBUILD
+++ b/community/pipr/APKBUILD
@@ -18,11 +18,6 @@ source="https://github.com/elkowar/pipr/archive/v$pkgver/pipr-$pkgver.tar.gz
 
 export RUSTONIG_DYNAMIC_LIBONIG=1  # use system libonig
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-
 prepare() {
 	default_prepare
 
diff --git a/community/postgresql12/APKBUILD b/community/postgresql12/APKBUILD
index 88c98d16fdf3ba2d01c6a02c9d6e8217f794af53..d737f76cf063d9ed33503f39eb882ea34e5124b8 100644
--- a/community/postgresql12/APKBUILD
+++ b/community/postgresql12/APKBUILD
@@ -277,7 +277,6 @@ libecpg() {
 	provides="postgresql-libs"  # for backward compatibility (Alpine <3.15)
 	replaces="$provides"  # for backward compatibility (Alpine <3.15)
 
-
 	amove usr/lib/libecpg.so.*
 	amove usr/lib/libpgtypes.so.*
 }
diff --git a/community/postprocessd/APKBUILD b/community/postprocessd/APKBUILD
index 6f3bda2fdb8edfd5b3621fcc628c0ec1e11a6d9e..d9bf4d7df5ceebadf145ee8f6ee908c9d4e57048 100644
--- a/community/postprocessd/APKBUILD
+++ b/community/postprocessd/APKBUILD
@@ -27,7 +27,6 @@ megapixels() {
 	amove usr/share/megapixels
 }
 
-
 sha512sums="
 486b3549d5db819ad34b47589140ea7ab7ec897f66b5b30e1a6ad256d83f57d6c31dc714e1bf97a5c8cc8d2861b1f0adf9554de27e64af89f774553aa72922d2  postprocessd-0.2.1.tar.gz
 "
diff --git a/community/procs/APKBUILD b/community/procs/APKBUILD
index 7edf3985520bacd6f794f6035d1ee202b62ce5dc..60b7a32c53c575abd33a85d2fe0496f163e0b428 100644
--- a/community/procs/APKBUILD
+++ b/community/procs/APKBUILD
@@ -15,10 +15,7 @@ subpackages="
 	"
 source="procs-$pkgver.tar.gz::https://github.com/dalance/procs/archive/v$pkgver.tar.gz"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
 export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
 
 prepare() {
 	default_prepare
diff --git a/community/prometheus-blackbox-exporter/APKBUILD b/community/prometheus-blackbox-exporter/APKBUILD
index d22dc50833c68a214e2b0a84e7df0262a052b2ca..0597d453ecf3aa19421503f7e4dc0c39835869d8 100644
--- a/community/prometheus-blackbox-exporter/APKBUILD
+++ b/community/prometheus-blackbox-exporter/APKBUILD
@@ -31,7 +31,6 @@ build() {
 	go build
 }
 
-
 check() {
 	go test
 }
diff --git a/community/pueue/APKBUILD b/community/pueue/APKBUILD
index f0941c7eee2f17e78cec5959471c96c4f83a4ab6..e9aaeeab13c3ae5e53ee999f91d60db7f8f90c46 100644
--- a/community/pueue/APKBUILD
+++ b/community/pueue/APKBUILD
@@ -18,11 +18,6 @@ subpackages="
 source="https://github.com/Nukesor/pueue/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
 options="net"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-
 prepare() {
 	default_prepare
 
diff --git a/community/pwclient/APKBUILD b/community/pwclient/APKBUILD
index 2b3e88f07e2004d73eaa930ddcfd20b6048e95f7..739dc991c7d52813650802f1d5330f2b274a1033 100644
--- a/community/pwclient/APKBUILD
+++ b/community/pwclient/APKBUILD
@@ -30,7 +30,6 @@ package() {
 	install -Dm644 man/pwclient.1 "$pkgdir/usr/share/man/man1/"
 }
 
-
 sha512sums="
 c701e30ab7cc17bb6fa0596c0ab1c66b978bb73b39d2978d1d186f61dcc2906f4a6161ee182656adb04b3d007bc8bd30f39a49c75558c933adc02549bafdc31e  pwclient-1.3.0.tar.gz
 "
diff --git a/community/py3-about-time/APKBUILD b/community/py3-about-time/APKBUILD
index 828f6e30bf94fa2ee8f02a32441e58ff0fc3014d..c1e16ca53984db465c597e568944e8688271416a 100644
--- a/community/py3-about-time/APKBUILD
+++ b/community/py3-about-time/APKBUILD
@@ -24,7 +24,6 @@ check() {
 	python3 -m pytest
 }
 
-
 package() {
 	python3 setup.py install --prefix=/usr --root="$pkgdir"
 }
diff --git a/community/py3-adblock/APKBUILD b/community/py3-adblock/APKBUILD
index 914f389bfb3d402c44d2f658f929c4c3e5c13e6a..b4132ed60b206b6f8a0a1998ee6e23855e365c49 100644
--- a/community/py3-adblock/APKBUILD
+++ b/community/py3-adblock/APKBUILD
@@ -24,10 +24,6 @@ subpackages="$pkgname-doc:doc"
 source="$pkgname-$pkgver.tar.gz::https://github.com/ArniDagur/python-adblock/archive/refs/tags/$pkgver.tar.gz"
 builddir="$srcdir/$_pkgname-$pkgver"
 
-export CARGO_PROFILE_RELEASE_LTO=true
-export CARGO_PROFILE_RELEASE_PANIC=abort
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
 export CARGO_PROFILE_RELEASE_DEBUG=0
 export CARGO_HOME="$srcdir/cargo"
 
diff --git a/community/py3-batalgorithm/APKBUILD b/community/py3-batalgorithm/APKBUILD
index 79f1692e6bc5192aa84fa1ce30d6fd7fcb0bab7e..824934871123be21e0fc3967418aa5e679d78815 100644
--- a/community/py3-batalgorithm/APKBUILD
+++ b/community/py3-batalgorithm/APKBUILD
@@ -25,7 +25,6 @@ package() {
 	python3 setup.py install --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="
 bef691a55df0cfa99d09162c4ef669fe71714bb2d76f4adabad97d95a5222419a14e36b824d1d2be28c31857a2b84c655aa8583afc8d90d23eb3e9e57414baaf  py3-batalgorithm-0.3.1.tar.gz
 "
diff --git a/community/py3-cairocffi/APKBUILD b/community/py3-cairocffi/APKBUILD
index 529959aa8b24ddb44005b2f47dc22edb88ed25ff..7845679f2d05c7c6a7edbb58d3a60a269ec70d0d 100644
--- a/community/py3-cairocffi/APKBUILD
+++ b/community/py3-cairocffi/APKBUILD
@@ -38,7 +38,6 @@ package() {
 	python3 setup.py install --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="
 7ffdaf365c1251b202e2680a2f689ec6ea04c19eb75df38137624ffeb429ab61c6f54af450aec019b2570a4e91d2d701328109e4e0f5662a3b3b655ab53705ff  cairocffi-1.4.0.tar.gz
 "
diff --git a/community/py3-characteristic/APKBUILD b/community/py3-characteristic/APKBUILD
index 53411b2d51b1e636dddb75f27cb90d9d5b0d8dc5..26443eabd7c78cf315ca35241be0fec0c55b3bc5 100644
--- a/community/py3-characteristic/APKBUILD
+++ b/community/py3-characteristic/APKBUILD
@@ -35,5 +35,4 @@ package() {
 	python3 setup.py install --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="e13a86f453cd3688a74188005b82a661a9c73d9f0408d9afe9e0575e69ffe87a5327f51e2c16a9c0a653b738e7c014d5aa08e353835f0aca7897714b7ae56e83  characteristic-14.3.0.tar.gz"
diff --git a/community/py3-django-filter/APKBUILD b/community/py3-django-filter/APKBUILD
index 520708d0c4e032d67ee824cc0b67562ccf045c22..d98c2dde223c5914e18c5b1399dc571f5beba986 100644
--- a/community/py3-django-filter/APKBUILD
+++ b/community/py3-django-filter/APKBUILD
@@ -27,7 +27,6 @@ package() {
 	python3 setup.py install --skip-build --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="
 0b92186cc6831351b22a7d0d8c447ec3fbd25db03402b47cdae650c8e4f9a80f384c49540bcacf1f15bfe07f27b77e0950d9ec69fab4b839f23a89486d611be9  django-filter-22.1.tar.gz
 "
diff --git a/community/py3-django-tables2/APKBUILD b/community/py3-django-tables2/APKBUILD
index d40c8990cf1e2dd4ebc3b1e175e9d2d68bd703e7..9da9996341e8bebbe451f8665449a71e70c5975b 100644
--- a/community/py3-django-tables2/APKBUILD
+++ b/community/py3-django-tables2/APKBUILD
@@ -21,7 +21,6 @@ package() {
 	python3 setup.py --quiet install --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="
 d10144b79850847d2787e4a97f450eb3709a419a5dcd330667e3746c16f3be7472c6c26dbf7d765356130b79b8c915c46fd3201c83e66806753f1bb95911895f  django-tables2-2.3.4.tar.gz
 "
diff --git a/community/py3-google-auth-httplib2/APKBUILD b/community/py3-google-auth-httplib2/APKBUILD
index fcd131b17b224a5a9a4107ba67154b412de4c98f..c10b103129470ce06ed62b5b8f08a83bc6ea9505 100644
--- a/community/py3-google-auth-httplib2/APKBUILD
+++ b/community/py3-google-auth-httplib2/APKBUILD
@@ -14,7 +14,6 @@ source="https://files.pythonhosted.org/packages/source/g/google-auth-httplib2/go
 
 builddir="$srcdir/$_pyname-$pkgver"
 
-
 build() {
 	python3 setup.py build
 }
diff --git a/community/py3-kiwisolver/APKBUILD b/community/py3-kiwisolver/APKBUILD
index 331a5d89dbc8c81f035267deb51406d2d6520227..8c92b697fbf1cf3f596bd7ddeb57925017626ea4 100644
--- a/community/py3-kiwisolver/APKBUILD
+++ b/community/py3-kiwisolver/APKBUILD
@@ -28,7 +28,6 @@ package() {
 	python3 setup.py install --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="
 05541ff46cc64b9958d714452138dc7bb343e6cc9308408a3f8cf25242e9640af37f8bfd22a7038e8ca70a895f57bdb983346259bce22b1630ac10b974d00a0e  py3-kiwisolver-1.2.0.tar.gz
 "
diff --git a/community/py3-matplotlib-venn/APKBUILD b/community/py3-matplotlib-venn/APKBUILD
index ee3dd180a7c54fde4bbaaa3ed1c7139fd18ece65..a17f14c259c94f1e3db2fa2d7b3c43512f2c0a42 100644
--- a/community/py3-matplotlib-venn/APKBUILD
+++ b/community/py3-matplotlib-venn/APKBUILD
@@ -27,7 +27,6 @@ package() {
 	python3 setup.py install --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="
 860c4f46dc4ea9e94ad60294c9fa49ad0c92d85b8e560734be2d75ef3d2994f6aaf907bacb1296fff4d72517700268331a72c63f80f4740d9437fb79e1b7cfa7  py3-matplotlib-venn-0.11.7.tar.gz
 a5886263f373fa1705b4afc93488338e5f09296bb6640bea4ff865fa5485e95c1299aa7208d741652a903fbb26beb30069f2a2adb0b74ba1da8414d0ac8885cb  fix-imports.patch
diff --git a/community/py3-munkres/APKBUILD b/community/py3-munkres/APKBUILD
index eda1d57c8cb12d7f1bcfa35b661c937871ac871c..bf9df203ed62cb23653af956783ec7f9b54e8ebf 100644
--- a/community/py3-munkres/APKBUILD
+++ b/community/py3-munkres/APKBUILD
@@ -36,5 +36,4 @@ package() {
 	python3 setup.py install --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="24ae7d04f4a6fe52f7bb9dc79bbee3e33425b85813382e2634e106a5d26d2d728ba8d34fab9390b7c3d651bc0e95214dcf9c94ac436636cd5b487a054b5a2c54  munkres-1.1.4.tar.gz"
diff --git a/community/py3-overpy/APKBUILD b/community/py3-overpy/APKBUILD
index 90283f5d36bf5d39301ff98e3b75a06f62859fdb..5036ca8ec0b79308b1ae6bab88ae601121f9f5c6 100644
--- a/community/py3-overpy/APKBUILD
+++ b/community/py3-overpy/APKBUILD
@@ -28,7 +28,6 @@ package() {
 	python3 setup.py install --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="
 b077c9f14473ea9ca8a8b10cad2108e62716a1e42f9072aecd83ae362aba41fcb781483f50b4a953824800b7bec5fa08fe362a1076924216d55979419bade1ff  py3-overpy-0.6.tar.gz
 9fbfd4a819ef29121e18828783aae8bf65a2a2b582c65c2402706d6f2b5ab726a53a3f538ac172e5e214cf2d4fac520d1bdc935ff73413522065ff575761e45d  remove-dep.patch
diff --git a/community/py3-pylast/APKBUILD b/community/py3-pylast/APKBUILD
index bd2e3f9b69a4ec6849ac38545293a6692b5c6f2f..29ee59996096e938106584d56660f47fdec16bcd 100644
--- a/community/py3-pylast/APKBUILD
+++ b/community/py3-pylast/APKBUILD
@@ -26,7 +26,6 @@ package() {
 		dist/pylast*.whl
 }
 
-
 sha512sums="
 8154dec329c738251f3162ac32d561bbad36bcfe974fa32021afa43bcb99a816f19fc00ed7196d8062f438442973fd11936b26dccc1c27b67cbf6dfb3913c999  pylast-5.1.0.tar.gz
 "
diff --git a/community/py3-tcxreader/APKBUILD b/community/py3-tcxreader/APKBUILD
index 406dbc273af3d2aefa7660b2f5f63d7aace44b92..983b76b06eef04c760e65f04d9b18ed404233f55 100644
--- a/community/py3-tcxreader/APKBUILD
+++ b/community/py3-tcxreader/APKBUILD
@@ -26,7 +26,6 @@ package() {
 	python3 setup.py install --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="
 f7771b04c93ba4d53651552b7d1afdee7c19b7b19972262bee5122ba9e918b5a39c886bc6c789c01197b7c657ba21db424ffd8d1ea43ad2abd5eb2b25e336ecf  tcxreader-0.4.2.tar.gz
 "
diff --git a/community/py3-zope-deferredimport/APKBUILD b/community/py3-zope-deferredimport/APKBUILD
index 55f7a96e8b1792239669c8aa69bb236d1a8a6278..02f2214a847f5aa1d00b58d7c8c9c62b87ea606f 100644
--- a/community/py3-zope-deferredimport/APKBUILD
+++ b/community/py3-zope-deferredimport/APKBUILD
@@ -29,7 +29,6 @@ package() {
 	python3 setup.py install --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="
 db0719f7b01d72a87c3dc0c37335bfa228871eb9f8423c6ef0584f179462120cf186f13a39ec4b144bae405e32a51423e88682f7bec07166158dd5d6553ba540  zope.deferredimport-4.4.tar.gz
 "
diff --git a/community/py3-zope-event/APKBUILD b/community/py3-zope-event/APKBUILD
index e85f758c06e025c69821e4b58863eeecdfc2b8eb..af7c725f7db7354d63cdeafbfdaa94606e211942 100644
--- a/community/py3-zope-event/APKBUILD
+++ b/community/py3-zope-event/APKBUILD
@@ -27,7 +27,6 @@ package() {
 	python3 setup.py install --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="
 b08b0636bec8c79bd62d4d42e872b184c0a2755c7f4f50f7cbfc53e27931b5741dacdc426c80c959a61be2412425ab968f705b74bebcd0e20de6686a434e9fb8  zope.event-4.6.tar.gz
 "
diff --git a/community/py3-zope-hookable/APKBUILD b/community/py3-zope-hookable/APKBUILD
index 144c6eee18f8049eb25a809733fb1ccea050d121..50b6ced2b48dc996e769f1738257257c1b9f7b18 100644
--- a/community/py3-zope-hookable/APKBUILD
+++ b/community/py3-zope-hookable/APKBUILD
@@ -29,7 +29,6 @@ package() {
 	python3 setup.py install --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="
 e109589dc67b155be99bceb5cb100ab1a728d3201126b2b17125054fc3b3f4f3424a11d28d222557ab74be3d67289e26dd6f3f161544970e09aad26e993e3103  zope.hookable-5.4.tar.gz
 "
diff --git a/community/py3-zope-proxy/APKBUILD b/community/py3-zope-proxy/APKBUILD
index 08fda4a6c3f248b84151f45df2b93f8259fb75af..3783e55839cff55933e882b09af3f55ad157598f 100644
--- a/community/py3-zope-proxy/APKBUILD
+++ b/community/py3-zope-proxy/APKBUILD
@@ -30,7 +30,6 @@ package() {
 	python3 setup.py install --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="
 b4c776c393ac86f6606520f0588c6d5bbe0dca6675afe6aca1c05897a5c17866bd0142115eb1ccbc2cdde1285eba8500e2dd0f3b1be1e4291dd43ae665389c2a  zope.proxy-4.6.1.tar.gz
 "
diff --git a/community/qemu/APKBUILD b/community/qemu/APKBUILD
index d23b6854d5dc2aad6c36a30050fe60e979ba8d24..147c9cd2236f1dce11459dace5af13734bbad86c 100644
--- a/community/qemu/APKBUILD
+++ b/community/qemu/APKBUILD
@@ -499,7 +499,6 @@ _pr_helper() {
 	amove /usr/bin/qemu-pr-helper
 }
 
-
 img() {
 	pkgdesc="QEMU command line tool for manipulating disk images"
 	depends=""
diff --git a/community/qt6-qtdeclarative/APKBUILD b/community/qt6-qtdeclarative/APKBUILD
index 7e360128e660bb794eb573443f041cd855b51760..9fe40d312e63582ef3d717adc6d967b7be504d3a 100644
--- a/community/qt6-qtdeclarative/APKBUILD
+++ b/community/qt6-qtdeclarative/APKBUILD
@@ -59,7 +59,6 @@ dev() {
 	done
 }
 
-
 sha512sums="
 76742b8b0902802c1d7615c8b7948b245a535c5f9574893d0fc5f8e09cb914578c1243be23dee37f98bd037e9407f82bc71b22b688067aaa68efcec1db8f922a  qtdeclarative-everywhere-src-6.4.2.tar.xz
 "
diff --git a/community/sad/APKBUILD b/community/sad/APKBUILD
index 6ddab36d98c8090b6e1e843484f5a0cfe33fbbea..e114ecac51722ceac00f02b8e89f3c2574cc68a7 100644
--- a/community/sad/APKBUILD
+++ b/community/sad/APKBUILD
@@ -10,11 +10,6 @@ license="MIT"
 makedepends="cargo"
 source="https://github.com/ms-jpq/sad/archive/v$pkgver/sad-$pkgver.tar.gz"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-
 prepare() {
 	default_prepare
 
diff --git a/community/sdbus-cpp/APKBUILD b/community/sdbus-cpp/APKBUILD
index 240ebbf1859e93cf2f5fd534bad5d1817aca9026..092c93e604f512a520f1f16124ffc4db6afef4c5 100644
--- a/community/sdbus-cpp/APKBUILD
+++ b/community/sdbus-cpp/APKBUILD
@@ -35,7 +35,6 @@ dev() {
 	amove usr/bin/sdbus-c++-xml2cpp
 }
 
-
 sha512sums="
 dab2c4d9a5ea6d626672a5a6ee6f3490c60c6fdd160769801a4d6b4cf3df4983fad57ff0230132a5d637ec78a55993200ce217fa89461016e101865cc2777d7d  sdbus-cpp-1.2.0.tar.gz
 "
diff --git a/community/sheldon/APKBUILD b/community/sheldon/APKBUILD
index 6f23f23496f828a2ef77b7f9c6c79a8d4766285a..c06411e521da6eef2419a5ef9d307322befecaa0 100644
--- a/community/sheldon/APKBUILD
+++ b/community/sheldon/APKBUILD
@@ -20,10 +20,7 @@ subpackages="
 	"
 source="https://github.com/rossmacarthur/sheldon/archive/$pkgver/sheldon-$pkgver.tar.gz"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
 export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
 
 export LIBSSH2_SYS_USE_PKG_CONFIG=1  # use system libssh2
 
diff --git a/community/simple-scan/APKBUILD b/community/simple-scan/APKBUILD
index 45a52d79345946532e001c49de3584c4339b0b89..5970d9f41de47dd75fdac6f3f0ed1c61eab88674 100644
--- a/community/simple-scan/APKBUILD
+++ b/community/simple-scan/APKBUILD
@@ -25,7 +25,6 @@ makedepends="
 subpackages="$pkgname-doc $pkgname-lang"
 source="https://download.gnome.org/sources/simple-scan/${pkgver%.*}/simple-scan-$pkgver.tar.xz"
 
-
 build() {
 	abuild-meson -Db_lto=true . output
 	meson compile -C output
diff --git a/community/sopel/APKBUILD b/community/sopel/APKBUILD
index 500285ab2084a77fdab79543eea550aaf10d60e6..e730cd38218672df86c6bb36f5dfe02a37e07815 100644
--- a/community/sopel/APKBUILD
+++ b/community/sopel/APKBUILD
@@ -25,7 +25,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/sopel-irc/sopel/archive/v$pk
 	py3.11.patch
 	"
 
-
 build() {
 	python3 setup.py build
 }
diff --git a/community/sphinx/APKBUILD b/community/sphinx/APKBUILD
index 6012be8083acf9a6401477117868f92dcab84bc8..13bcc7c390db6caa040e456ebc630899566eeaf6 100644
--- a/community/sphinx/APKBUILD
+++ b/community/sphinx/APKBUILD
@@ -53,7 +53,6 @@ package() {
 	chown -R $pkgusers:$pkggroups "$pkgdir"/var/lib/sphinx
 }
 
-
 php() {
 	pkgdesc="PHP api for sphinx search engine"
 
@@ -62,7 +61,6 @@ php() {
 		-exec mv {} "$subpkgdir"/usr/share/php/$pkgname/api/ \;
 }
 
-
 doc() {
 	default_doc;
 	mkdir -p "$subpkgdir"/usr/share/doc/$pkgname/misc
diff --git a/community/spot/APKBUILD b/community/spot/APKBUILD
index 47f525d1b70f7ae184678d29503b1fc554b184e8..072f738600591d24345eb8431578718e516d65d1 100644
--- a/community/spot/APKBUILD
+++ b/community/spot/APKBUILD
@@ -26,11 +26,6 @@ source="https://github.com/xou816/spot/archive/$pkgver/spot-$pkgver.tar.gz
 	pulseaudio-backend-only.patch
 	"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-
 build() {
 	# NOTE: buildtype must be release!
 	abuild-meson \
diff --git a/community/squeekboard/APKBUILD b/community/squeekboard/APKBUILD
index eb889ad6f59f61fc85c495ddf87c1dba911f3f5e..2a134f159136c835206fe3e6b440820afcc2a2e8 100644
--- a/community/squeekboard/APKBUILD
+++ b/community/squeekboard/APKBUILD
@@ -28,11 +28,6 @@ subpackages="$pkgname-lang"
 source="https://gitlab.gnome.org/World/Phosh/squeekboard/-/archive/v$pkgver/squeekboard-v$pkgver.tar.gz"
 builddir="$srcdir/$pkgname-v$pkgver"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-
 build() {
 	abuild-meson . output
 	meson compile ${JOBS:+-j ${JOBS}} -C output
diff --git a/community/sslscan/APKBUILD b/community/sslscan/APKBUILD
index b869c91619ff87f725f6e79bb887e9fe51f6b1a0..3b426c3244ba47266261c0e70f565a998172579b 100644
--- a/community/sslscan/APKBUILD
+++ b/community/sslscan/APKBUILD
@@ -19,7 +19,6 @@ package() {
 	make DESTDIR="$pkgdir" install
 }
 
-
 sha512sums="
 1076914ea86d45fc70bbb60861793acd5e1d64714a5cadca0297a5ad1ab7948a838de7b2d101c199088ee315b802b4342508d37bda94e6b1da47c2bf2289b353  sslscan-2.0.15.tar.gz
 "
diff --git a/community/starship/APKBUILD b/community/starship/APKBUILD
index 70b1ae86b36345ea45ab86602a230fd3644d9ed6..ab41b1874bca820ffaecc939acdc9f18bb177a86 100644
--- a/community/starship/APKBUILD
+++ b/community/starship/APKBUILD
@@ -26,11 +26,6 @@ source="https://github.com/starship/starship/archive/v$pkgver/starship-$pkgver.t
 	starship.plugin.zsh
 	"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-
 # http feature is used just for reporting bugs
 _cargo_opts="--frozen --no-default-features --features notify"
 
diff --git a/community/swayr/APKBUILD b/community/swayr/APKBUILD
index bf62e9e2f138c945c6df3ed0b9d30da4d9c1517f..2e49800640258c33e385e4936f417d525895a33f 100644
--- a/community/swayr/APKBUILD
+++ b/community/swayr/APKBUILD
@@ -15,10 +15,7 @@ builddir="$srcdir/$pkgname-swayr-$pkgver"
 #   0.16.1-r0:
 #     - CVE-2022-24713
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
 export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
 
 prepare() {
 	default_prepare
diff --git a/community/swayrbar/APKBUILD b/community/swayrbar/APKBUILD
index faa0c2745f8cd20c303edea7b06f2c7ae3d1dc11..b46ecc6a5a41063a429f25169ccd5a4162c52f2a 100644
--- a/community/swayrbar/APKBUILD
+++ b/community/swayrbar/APKBUILD
@@ -11,10 +11,7 @@ makedepends="cargo"
 source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~tsdh/swayr/archive/swayrbar-$pkgver.tar.gz"
 builddir="$srcdir/swayr-swayrbar-$pkgver"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
 export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
 
 prepare() {
 	default_prepare
diff --git a/community/tasksh/APKBUILD b/community/tasksh/APKBUILD
index ae64493ef53f21112a52aaaa9a069fecf66bc1e4..712f6a196236ebccae2f83134940f08001630847 100644
--- a/community/tasksh/APKBUILD
+++ b/community/tasksh/APKBUILD
@@ -18,7 +18,6 @@ build() {
 	cmake --build build
 }
 
-
 package() {
 	DESTDIR="$pkgdir" cmake --install build
 }
diff --git a/community/tectonic/APKBUILD b/community/tectonic/APKBUILD
index 5aaec0f6ff321ee065b6bd237a375d7ac8d168c7..e4fce64f9844972537a3a9e87d825b922af0bb83 100644
--- a/community/tectonic/APKBUILD
+++ b/community/tectonic/APKBUILD
@@ -23,11 +23,6 @@ source="
 builddir="$srcdir/tectonic-tectonic-$pkgver"
 options="!check" # needs unpackages ubuntu mono font
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-
 prepare() {
 	default_prepare
 
diff --git a/community/tinyssh/APKBUILD b/community/tinyssh/APKBUILD
index 36b3df6ee303d85ec39f69a61a01ae6d54d0621e..b5b79eb0311d052931184c5f4579b3712d60529f 100644
--- a/community/tinyssh/APKBUILD
+++ b/community/tinyssh/APKBUILD
@@ -54,7 +54,6 @@ Stealth SSH with FWKNOP: https://it-offshore.co.uk/security/53-stealth-your-ssh-
 EOF
 }
 
-
 openrc() {
 	default_openrc
 	depends="$_openrc_deps"
diff --git a/community/twtxt/APKBUILD b/community/twtxt/APKBUILD
index 3e8a8a57a072888598f05cb181a5a5c2b5732c6d..eacd0d00567d38bda55a69effa8f667a079d932a 100644
--- a/community/twtxt/APKBUILD
+++ b/community/twtxt/APKBUILD
@@ -25,7 +25,6 @@ package() {
 	python3 setup.py install --root="$pkgdir"
 }
 
-
 sha512sums="
 13eb8824f565db1e91d922f81a97c1175f901d5f2c4eaba459af284a84022fbdece636d49141f3d8005534aa934a5507b4cb0d6f978f0ea24e00f29b33e4fce6  twtxt-1.3.1.tar.gz
 "
diff --git a/community/ubridge/APKBUILD b/community/ubridge/APKBUILD
index 50666085f561bc791925922a2896ed86682ed9d3..c364f53f2716b6e626a9b507243b86510dbcbd87 100644
--- a/community/ubridge/APKBUILD
+++ b/community/ubridge/APKBUILD
@@ -12,7 +12,6 @@ install="$pkgname.post-install $pkgname.post-upgrade"
 source="$pkgname-$pkgver.tar.gz::https://github.com/GNS3/ubridge/archive/v$pkgver.tar.gz
 	musl-fixes.patch"
 
-
 build() {
 	make
 }
diff --git a/community/wayshot/APKBUILD b/community/wayshot/APKBUILD
index 0320cabe17a5d6e7ea6954e973dc443e4a8515dd..309d5794a0bc9222e08a23eac72e2732ce7e4dde 100644
--- a/community/wayshot/APKBUILD
+++ b/community/wayshot/APKBUILD
@@ -14,11 +14,6 @@ makedepends="cargo"
 source="https://github.com/waycrate/wayshot/archive/$pkgver/wayshot-$pkgver.tar.gz"
 options="!check"  # no tests provided
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-
 prepare() {
 	default_prepare
 
diff --git a/community/wbar/APKBUILD b/community/wbar/APKBUILD
index fde759b42e976cfee3cc221aca9c6696a73a6398..d0a024a7224f188ac36386ca93033c7fbeb093db 100644
--- a/community/wbar/APKBUILD
+++ b/community/wbar/APKBUILD
@@ -48,7 +48,6 @@ bashcomp() {
 	amove usr/share/bash-completion/completions
 }
 
-
 sha512sums="07f3484bd071761d57ef1172c56b30980eef9ce2ee65d1fc21ea20c631a1da1d88c1b8a9e1a1fca0e5f18e7bf1c5697c349a543d72966ce71ff53d7e921147b3  wbar-2.3.4.tgz
 edc3f17ef9ee3d761c22c2dc4bb47118ecf2061b0e1fef74a96a9e69d5a1df446f157ab010f5a95b38a4bcd132dacb852fd91b4dfd96ceb659b1409a2149fa5e  Functions.patch
 175cd141650cd735539af1cde81c89175aca70acbbac3138bce16b46f5ac7f91d36d415026cdd158a9cd75d73d349a5286e00fa1cf22df0ac601f523cc44ddf8  Main.patch"
diff --git a/community/webkit2gtk-5.0/APKBUILD b/community/webkit2gtk-5.0/APKBUILD
index b387833660598eccda437d927e151f64ba047672..57855fbeb41a2967b4d53a3f0a144d6d2e26259c 100644
--- a/community/webkit2gtk-5.0/APKBUILD
+++ b/community/webkit2gtk-5.0/APKBUILD
@@ -142,7 +142,6 @@ dbg() {
 	default_dbg
 }
 
-
 sha512sums="
 1e5f0d73d6b1d64faf20ab909f1765439fab230dd360dd1906962f03a24725cf9f50a375b1987b615c64fb161ab32d29d6b1d49ea75c7b2b32f495e4ad0f38ce  webkitgtk-2.38.3.tar.xz
 "
diff --git a/community/wezterm/APKBUILD b/community/wezterm/APKBUILD
index 59cf0a040ae264df2532027b29f3a6da2acc903f..fcea3aba81f9339163b27575708ae25b46884744 100644
--- a/community/wezterm/APKBUILD
+++ b/community/wezterm/APKBUILD
@@ -65,10 +65,6 @@ source="
 	"
 builddir="$srcdir/wezterm-$_pkgver"
 
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
 export LIBSSH2_SYS_USE_PKG_CONFIG=1  # use system libssh2
 
 prepare() {
diff --git a/community/xapian-bindings/APKBUILD b/community/xapian-bindings/APKBUILD
index d1cf955afccb7dbcd78476114ecf840d0b68f099..71c532cb8bf0e20216f87e34c6161dc1df86b8f9 100644
--- a/community/xapian-bindings/APKBUILD
+++ b/community/xapian-bindings/APKBUILD
@@ -29,7 +29,6 @@ subpackages="$pkgname-perl $pkgname-lua $pkgname-doc
 	$pkgname-python3 $pkgname-ruby $pkgname-tcl"
 source="http://www.oligarchy.co.uk/xapian/$pkgver/xapian-bindings-$pkgver.tar.xz"
 
-
 prepare() {
 	default_prepare
 	aclocal && autoconf
diff --git a/community/xfce4-power-manager/APKBUILD b/community/xfce4-power-manager/APKBUILD
index fa3c4fede0ad8dc85520ad30f0800f6b90d5bac1..2b0e1c57a3bbe71e1881798d910d27117d1eb112 100644
--- a/community/xfce4-power-manager/APKBUILD
+++ b/community/xfce4-power-manager/APKBUILD
@@ -22,7 +22,6 @@ makedepends="
 subpackages="$pkgname-doc $pkgname-lang"
 source="https://archive.xfce.org/src/xfce/xfce4-power-manager/${pkgver%.*}/xfce4-power-manager-$pkgver.tar.bz2"
 
-
 build() {
 	./configure \
 		--build=$CBUILD \
diff --git a/community/xfce4-sensors-plugin/APKBUILD b/community/xfce4-sensors-plugin/APKBUILD
index e8e312477c36dab119a90c9878b90de52b6dd85c..3148aee90ea79167ff6c9071e92011c3ea348e3a 100644
--- a/community/xfce4-sensors-plugin/APKBUILD
+++ b/community/xfce4-sensors-plugin/APKBUILD
@@ -12,7 +12,6 @@ makedepends="$depends_dev bash libxfce4ui-dev"
 subpackages="$pkgname-dev $pkgname-lang $pkgname-doc"
 source="https://archive.xfce.org/src/panel-plugins/xfce4-sensors-plugin/${pkgver%.*}/xfce4-sensors-plugin-$pkgver.tar.bz2"
 
-
 build() {
 	./configure \
 		--build=$CBUILD \
diff --git a/community/xfce4-taskmanager/APKBUILD b/community/xfce4-taskmanager/APKBUILD
index c3f0030a0b5a6ff0db43a85149ebf03b7d043f4c..3df43c39b679c1e46fbbefc6b7f1ed30e12c576f 100644
--- a/community/xfce4-taskmanager/APKBUILD
+++ b/community/xfce4-taskmanager/APKBUILD
@@ -10,7 +10,6 @@ makedepends="libxfce4ui-dev libxmu-dev"
 subpackages="$pkgname-lang"
 source="https://archive.xfce.org/src/apps/xfce4-taskmanager/${pkgver%.*}/xfce4-taskmanager-$pkgver.tar.bz2"
 
-
 build() {
 	./configure \
 		--build=$CBUILD \
diff --git a/community/xh/APKBUILD b/community/xh/APKBUILD
index e70dc806ca5fc172876bed88e50299b0e6ad24c9..80cc13f7242fada62921b297bd3d076da9b86ff8 100644
--- a/community/xh/APKBUILD
+++ b/community/xh/APKBUILD
@@ -22,11 +22,6 @@ subpackages="
 	"
 source="https://github.com/ducaale/xh/archive/v$pkgver/xh-$pkgver.tar.gz"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-
 # Link with system-provided oniguruma library (instead building from source
 # and bundling).
 export RUSTONIG_DYNAMIC_LIBONIG=1
diff --git a/community/xsv/APKBUILD b/community/xsv/APKBUILD
index b6ea445626d4412a2d63119bd36cfe16443541d0..728a2cb680e55d8e45096ddac5443aa9802109ad 100644
--- a/community/xsv/APKBUILD
+++ b/community/xsv/APKBUILD
@@ -12,10 +12,7 @@ license="MIT OR Unlicense"
 makedepends="cargo"
 source="https://github.com/BurntSushi/xsv/archive/$pkgver/$pkgname-$pkgver.tar.gz"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
 export CARGO_PROFILE_RELEASE_OPT_LEVEL=2
-export CARGO_PROFILE_RELEASE_PANIC="abort"
 
 prepare() {
 	default_prepare
diff --git a/community/yj/APKBUILD b/community/yj/APKBUILD
index 3ac42bf6ea41be5bcd40f9efd42e3fcb8df2c556..9d49422d119631120c0232812dd46ebdb7f6580d 100644
--- a/community/yj/APKBUILD
+++ b/community/yj/APKBUILD
@@ -11,11 +11,6 @@ makedepends="cargo"
 source="https://github.com/bruceadams/yj/archive/v$pkgver/yj-$pkgver.tar.gz"
 options="!check"  # no tests provided
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-
 prepare() {
 	default_prepare
 
diff --git a/community/yubikey-manager-qt/APKBUILD b/community/yubikey-manager-qt/APKBUILD
index 87293bf5609c12191b760a7378fc46f301013788..d4a1c8dff7eb3b4242ecd2b23e3d81c70262bf66 100644
--- a/community/yubikey-manager-qt/APKBUILD
+++ b/community/yubikey-manager-qt/APKBUILD
@@ -26,7 +26,6 @@ package() {
 	install -D -m0644 resources/icons/ykman.png "$pkgdir"/usr/share/pixmaps/ykman.png
 }
 
-
 sha512sums="
 d1162a6b0c55e62e945f3c45a980d2c9768d3cbc6c738d4ef3cff18bdf5ece29c8da55dc0a8d9bae1c62cc1905302a0ab41cfba7c5a8fe0c24d0ffae5c30dbf4  yubikey-manager-qt-1.2.4.tar.gz
 d3c0c11032ac7dbfc8d48f08766d3d98061f7382008f7ee257ac2fe4150fc20b14c0003b59b9a642259365b105700d52b6b2ebf4343fb5dfa72125a36a9fe6fb  use-py3.patch
diff --git a/community/zathura-ps/APKBUILD b/community/zathura-ps/APKBUILD
index 7ba9f28d580052da73ae380806b76d1635ef1fa2..7837072d84f321e036530286af8c98b261252286 100644
--- a/community/zathura-ps/APKBUILD
+++ b/community/zathura-ps/APKBUILD
@@ -13,7 +13,6 @@ makedepends="zathura-dev poppler-dev libspectre-dev meson ninja"
 options="!check"
 source="https://git.pwmt.org/pwmt/zathura-ps/-/archive/$pkgver/zathura-ps-$pkgver.tar.gz"
 
-
 build() {
 	abuild-meson build
 	meson compile ${JOBS:+-j ${JOBS}} -C build
diff --git a/community/zellij/APKBUILD b/community/zellij/APKBUILD
index ead797782f6c86bb39d744f0360f6780f826c0c2..4c8bdab34ee2af892d0b85fe3ceac9abf1bbe97b 100644
--- a/community/zellij/APKBUILD
+++ b/community/zellij/APKBUILD
@@ -24,10 +24,7 @@ subpackages="
 	"
 source="https://github.com/zellij-org/zellij/archive/v$pkgver/zellij-$pkgver.tar.gz"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
 export CARGO_PROFILE_RELEASE_OPT_LEVEL=2
-export CARGO_PROFILE_RELEASE_PANIC="abort"
 
 prepare() {
 	default_prepare
diff --git a/community/zenith/APKBUILD b/community/zenith/APKBUILD
index 65e40cdf0c22b8ee645e00832d82edf77979dfd1..83292a6ca330862ba76e9c44897d792561b7aa18 100644
--- a/community/zenith/APKBUILD
+++ b/community/zenith/APKBUILD
@@ -18,11 +18,6 @@ makedepends="
 source="https://github.com/bvaisvil/zenith/archive/$pkgver/zenith-$pkgver.tar.gz"
 options="!check"  # no tests provided
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-
 prepare() {
 	default_prepare
 
diff --git a/community/zoxide/APKBUILD b/community/zoxide/APKBUILD
index f292bf798ad515620bd95f382a5717dfb6a299ef..f8086f12d96692c217d4058db9d6d2f275c33262 100644
--- a/community/zoxide/APKBUILD
+++ b/community/zoxide/APKBUILD
@@ -20,10 +20,7 @@ source="https://github.com/ajeetdsouza/zoxide/archive/v$pkgver/zoxide-$pkgver.ta
 	remove-pwsh-xonsh.patch
 	"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
 export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
 
 prepare() {
 	default_prepare
diff --git a/main/aconf/APKBUILD b/main/aconf/APKBUILD
index 4d14f355a481ac100afddee125c3bf87458ce800..0759a05cdfe7f3ee8b93c64843b5fa25c886baf9 100644
--- a/main/aconf/APKBUILD
+++ b/main/aconf/APKBUILD
@@ -16,7 +16,6 @@ source="https://dev.alpinelinux.org/archive/aconf/aconf-$pkgver.tar.xz
 	$pkgname.initd"
 options="!check"
 
-
 _modules="dnsmasq dns-zone network openssh strongswan"
 _escape() {
 	echo ${1//-/_}
@@ -34,7 +33,6 @@ package() {
 	install -m755 -D "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname
 }
 
-
 _moddir=usr/share/lua/$_luaver/$pkgname/modules
 _augdir=usr/share/$pkgname/augeas
 
diff --git a/main/apache2/APKBUILD b/main/apache2/APKBUILD
index 9cd4e84ff8b1d49a0713305939cf8749dc22da42..d7e803a16759ace336135d46e53de0bf8ea37788 100644
--- a/main/apache2/APKBUILD
+++ b/main/apache2/APKBUILD
@@ -268,7 +268,6 @@ dev() {
 	mv "$pkgdir"/usr/bin/apxs \
 		"$subpkgdir"/usr/bin/apxs
 
-
 	install -d "$subpkgdir"/usr/share/apache2
 	mv "$pkgdir"/usr/share/apache2/build \
 		"$subpkgdir"/usr/share/apache2/
diff --git a/main/avahi/APKBUILD b/main/avahi/APKBUILD
index 2b0508dcea02e2e9e47361f74ec18a4b93939d11..713db22f893755483127718dc3f0e6e10c425547 100644
--- a/main/avahi/APKBUILD
+++ b/main/avahi/APKBUILD
@@ -108,7 +108,6 @@ libs() {
 		"$subpkgdir"/usr/lib/
 }
 
-
 howl() {
 	pkgdesc="Libraries for howl compatibility"
 
diff --git a/main/bind/APKBUILD b/main/bind/APKBUILD
index 1f40f7e6468e4b6523c4fe04e5e83ecee1cf0462..551d62644c78dc7a6098c277a013506324afd61c 100644
--- a/main/bind/APKBUILD
+++ b/main/bind/APKBUILD
@@ -203,7 +203,6 @@ _dnssec_tools() {
 		"$subpkgdir"/usr/bin/
 }
 
-
 plugins() {
 	pkgdesc="The ISC DNS server plugins"
 	depends="$_depends_plugins"
diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD
index 9772b61fa26b5c58071a8bb9535828c42c097036..e9d20c45b3c4ee09d40d2c0b0585aefb05ccc2e6 100644
--- a/main/busybox/APKBUILD
+++ b/main/busybox/APKBUILD
@@ -129,7 +129,6 @@ source="https://busybox.net/downloads/busybox-$pkgver.tar.bz2
 #     - CVE-2021-42376
 #     - CVE-2021-42377
 
-
 _staticdir="$srcdir"/build-static
 _dyndir="$srcdir"/build-dynamic
 _dyndir_extras="$srcdir"/build-dynamic-extras
diff --git a/main/c-ares/APKBUILD b/main/c-ares/APKBUILD
index 51135cabaa009a22f8d582297e9d88ab2272ebc7..6cb1e261340a93a259b23bc98c23a338a3c4564e 100644
--- a/main/c-ares/APKBUILD
+++ b/main/c-ares/APKBUILD
@@ -33,7 +33,6 @@ check() {
 	ctest --output-on-failure --test-dir build -E "arestest"
 }
 
-
 package() {
 	DESTDIR="$pkgdir" cmake --install build
 }
diff --git a/main/cciss_vol_status/APKBUILD b/main/cciss_vol_status/APKBUILD
index de1a2e5eaa248c449aaddec173c81273c4f1a36e..902f50e3ab1118e24ac511a0e04dd9649ae2157f 100644
--- a/main/cciss_vol_status/APKBUILD
+++ b/main/cciss_vol_status/APKBUILD
@@ -10,7 +10,6 @@ makedepends="linux-headers"
 subpackages="$pkgname-doc"
 source="https://downloads.sourceforge.net/cciss/cciss_vol_status-$pkgver.tar.gz"
 
-
 build() {
 	./configure \
 		--build=$CBUILD \
diff --git a/main/confuse/APKBUILD b/main/confuse/APKBUILD
index 492f3a4c92d4d2e5d89dd4602934873c27424403..13dd3adec57c801b1042d1b9eb0dc614339bace8 100644
--- a/main/confuse/APKBUILD
+++ b/main/confuse/APKBUILD
@@ -10,7 +10,6 @@ makedepends="flex bison"
 subpackages="$pkgname-static $pkgname-dev $pkgname-doc"
 source="https://github.com/libconfuse/libconfuse/releases/download/v$pkgver/confuse-$pkgver.tar.xz"
 
-
 # secfixes:
 #   3.2.2-r0:
 #     - CVE-2018-14447
@@ -30,7 +29,6 @@ check() {
 	make check
 }
 
-
 package() {
 	make DESTDIR="$pkgdir" install
 }
diff --git a/main/cyrus-sasl/APKBUILD b/main/cyrus-sasl/APKBUILD
index 954644e5465a61b580ab687ea786017ee2cfe2cf..7aa9017a639dbb9acb8d3ed40722ef2011c7bb20 100644
--- a/main/cyrus-sasl/APKBUILD
+++ b/main/cyrus-sasl/APKBUILD
@@ -49,7 +49,6 @@ source="https://github.com/cyrusimap/cyrus-sasl/releases/download/cyrus-sasl-$pk
 #   0:
 #     - CVE-2020-8032
 
-
 prepare() {
 	default_prepare
 	aclocal --install
diff --git a/main/dhcp/APKBUILD b/main/dhcp/APKBUILD
index 24927910ad12016eb477e2b1e94a423b31c1fb81..573807dc239127cd2a80d2f32463020924639f4d 100644
--- a/main/dhcp/APKBUILD
+++ b/main/dhcp/APKBUILD
@@ -168,7 +168,6 @@ _server_ldap() {
 	make DESTDIR="$subpkgdir" -C "$builddir-ldap/server" install-sbinPROGRAMS
 }
 
-
 dhcrelay() {
 	pkgdesc="ISC DHCP relay agent"
 	depends=""
diff --git a/main/dmidecode/APKBUILD b/main/dmidecode/APKBUILD
index 85ee6c67dd87a4d901bf6391f30cbad697bff8d9..1d7ba94de4ab4f982d923d2cbf5b2ff831272696 100644
--- a/main/dmidecode/APKBUILD
+++ b/main/dmidecode/APKBUILD
@@ -10,7 +10,6 @@ options="!check" # No testsuite
 subpackages="$pkgname-doc"
 source="https://download.savannah.gnu.org/releases/dmidecode/dmidecode-$pkgver.tar.xz"
 
-
 prepare() {
 	default_prepare
 	sed -e '/^PROGRAMS !=/d' -i Makefile
diff --git a/main/dovecot/APKBUILD b/main/dovecot/APKBUILD
index e9ae4669388f0bd678afecc9103570972537f48a..8b9011281900741a33b7f9711f4a3fe76eefeb67 100644
--- a/main/dovecot/APKBUILD
+++ b/main/dovecot/APKBUILD
@@ -190,7 +190,6 @@ package() {
 		-e 's,#!include auth-passwdfile.conf.ext,#!include auth-system.conf.ext,' \
 		./etc/dovecot/conf.d/10-auth.conf
 
-
 	# Installing pigeonhole plugin.
 	cd "$_builddir_pigeonhole"
 	make install DESTDIR="$pkgdir"
diff --git a/main/eggdrop/APKBUILD b/main/eggdrop/APKBUILD
index f6602efcd90e84faca9e2698f5b21464f41e7386..60805b7bd341e5b0043acca90aea31e7f2650d53 100644
--- a/main/eggdrop/APKBUILD
+++ b/main/eggdrop/APKBUILD
@@ -48,7 +48,6 @@ package() {
 	mv "$pkgdir"/usr/share/eggdrop/modules-* \
 		"$pkgdir"/usr/lib/eggdrop
 
-
 	# Fix paths of example eggdrop.conf
 	sed -i -e '2d' -e '1s@^.*@#!/usr/bin/eggdrop@' \
 		-e 's@scripts/@/usr/share/eggdrop/scripts/@g' \
diff --git a/main/fcgiwrap/APKBUILD b/main/fcgiwrap/APKBUILD
index 18f0c5b135d870e8630b8ea1c27c02e275988186..87e6c5783fb8ab2dbdf4d3e3dfec0d90f2942f34 100644
--- a/main/fcgiwrap/APKBUILD
+++ b/main/fcgiwrap/APKBUILD
@@ -16,7 +16,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/gnosek/fcgiwrap/archive/$pkg
 	$pkgname.initd
 	$pkgname.confd"
 
-
 build() {
 	autoreconf --install
 	CFLAGS="$CFLAGS -Wno-implicit-fallthrough" \
diff --git a/main/flac/APKBUILD b/main/flac/APKBUILD
index bc94d616bea46787ecf98ece6df360fd704b8a50..4703250c8841058bd5e83734f18d1b88b8a26c74 100644
--- a/main/flac/APKBUILD
+++ b/main/flac/APKBUILD
@@ -18,7 +18,6 @@ source="https://downloads.xiph.org/releases/flac/flac-$pkgver.tar.xz"
 #   1.3.2-r2:
 #     - CVE-2017-6888
 
-
 build() {
 	export CFLAGS="$CFLAGS -O2 -flto=auto"
 	export CXXFLAGS="$CXXFLAGS -O2 -flto=auto"
diff --git a/main/gcc/APKBUILD b/main/gcc/APKBUILD
index 5aa010555173052afb10d66a3b12e68fc3fc67db..996bd51b8ad3f99b078c02d4ff694b17a83a0500 100644
--- a/main/gcc/APKBUILD
+++ b/main/gcc/APKBUILD
@@ -637,7 +637,6 @@ gdc() {
 	mv "$pkgdir"/usr/bin/gdc "$subpkgdir"/usr/bin/
 }
 
-
 libgo() {
 	pkgdesc="Go runtime library for GCC"
 	depends=
diff --git a/main/heimdal/APKBUILD b/main/heimdal/APKBUILD
index 47ebfc2ae594ec15f7d9092e04f88dbf39075a18..a0b8344f9e73b5d8cd87aec4ea3a966b1808eca5 100644
--- a/main/heimdal/APKBUILD
+++ b/main/heimdal/APKBUILD
@@ -78,7 +78,6 @@ package() {
 	mandir=/usr/share/man infodir=/usr/share/info datadir=/var/lib/heimdal \
 	localstatedir=/var/lib/heimdal libexecdir=/usr/sbin install
 
-
 	install -m755 -D "$srcdir"/heimdal-kadmind.initd \
 		"$pkgdir"/etc/init.d/heimdal-kadmind
 	install -m755 -D "$srcdir"/heimdal-kdc.initd \
diff --git a/main/hwdata/APKBUILD b/main/hwdata/APKBUILD
index 3bdae3f8cb9985ae84dadcc8bb67f20bcada5ff1..c7a5efe73276227ffa35b2ede6de8915f0067dde 100644
--- a/main/hwdata/APKBUILD
+++ b/main/hwdata/APKBUILD
@@ -63,7 +63,6 @@ pnp() {
 	amove usr/share/hwdata/pnp.ids
 }
 
-
 sha512sums="
 41b8a97f7ebd7f0ead78318fce65c148e2e01a55132f83780c29993b82df40f5df993243b6421413a4f59aaffa916f53a0358d0d1d4a89022a7639075f96671b  hwdata-0.366.tar.gz
 "
diff --git a/main/iaxmodem/APKBUILD b/main/iaxmodem/APKBUILD
index 121701cad0e1886c07d5bf78b71026795f075d47..14ae5d4346d1cab96d0528a9d2fa4b8b2b54b443 100644
--- a/main/iaxmodem/APKBUILD
+++ b/main/iaxmodem/APKBUILD
@@ -59,7 +59,6 @@ package() {
 		"$pkgdir/usr/share/doc/$pkgname/config.ttyIAX"
 }
 
-
 sha512sums="
 216e1aec7e619a7559dcfc4dd431fe5866fce1218027ce0748c003081dba192924009b9d65f33806344f2dd1fb81c0365d241fd8834be9c0a730ab8506381883  iaxmodem-1.3.3.tar.gz
 999ba9d554ffa8ecb00b4e18b2e25d0c077a64560985ffc035fe89dedf7ff9686c347aba16a0bc05ad9a4d11e17b9ddad3b99772b2b61e1fcaea00c63bcbb897  iaxmodem-fix.patch
diff --git a/main/inih/APKBUILD b/main/inih/APKBUILD
index ab5b582b8123242521da897348f3ee35ad5845e6..61f2a7467ebc04b67883cc8a3682dc484f520fff 100644
--- a/main/inih/APKBUILD
+++ b/main/inih/APKBUILD
@@ -63,7 +63,6 @@ _dev() {
 	mv "$subpkgdir"/usr/lib/pkgconfig/INIReader.pc "$pkgdir"/usr/lib/pkgconfig
 }
 
-
 sha512sums="
 ff3e0910990f73e5b21fddc84737ab346279f201c86c7ad864c6cad9de5bde57c3e0a433b9b8f3585b7d86feaae2ea074185f92891dcadc98c274c1c0745d2d2  inih-56.tar.gz
 "
diff --git a/main/irqbalance/APKBUILD b/main/irqbalance/APKBUILD
index f3fa629c14bba337bb598f57abfc775fddc67e2d..87607eadc9f977b9654f9668c908f42dba5480ac 100644
--- a/main/irqbalance/APKBUILD
+++ b/main/irqbalance/APKBUILD
@@ -14,7 +14,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/Irqbalance/irqbalance/archiv
 	irqbalance.initd
 	"
 
-
 prepare() {
 	default_prepare
 	./autogen.sh
diff --git a/main/kamailio/APKBUILD b/main/kamailio/APKBUILD
index db7426381f76b555ba5fd3abe1d7762418865030..d182712514a2da8557e6b3b3259d7c3807fbae1f 100644
--- a/main/kamailio/APKBUILD
+++ b/main/kamailio/APKBUILD
@@ -236,7 +236,6 @@ _mod_list_rabbitmq="rabbitmq"
 # - modules depending on sipdump
 _mod_list_sipdump="sipdump"
 
-
 # Alpine Specific
 _mod_list_debugger="$_mod_list_devel benchmark debugger"
 
@@ -539,7 +538,6 @@ mqtt() {
 #		"$_mod_list_kafka"
 # }
 
-
 rabbitmq() {
 	_generic_pkg "RabbitMQ related modules for Kamailio" \
 		"$_mod_list_rabbitmq"
diff --git a/main/libjpeg-turbo/APKBUILD b/main/libjpeg-turbo/APKBUILD
index 9af5b9b76a4eb92d1a7e0e5418f5ada2a9a6f49a..442b8952eba3c8317891faaeee64db622e5869c6 100644
--- a/main/libjpeg-turbo/APKBUILD
+++ b/main/libjpeg-turbo/APKBUILD
@@ -29,7 +29,6 @@ source="https://downloads.sourceforge.net/libjpeg-turbo/libjpeg-turbo-$pkgver.ta
 #   1.5.3-r2:
 #     - CVE-2018-1152
 
-
 build() {
 	local _floattest=
 	if [ "$CBUILD" != "$CHOST" ]; then
diff --git a/main/libresample/APKBUILD b/main/libresample/APKBUILD
index 1bfe1a181496718450f201e7c74bb0af79c49152..3d160fb1c75e4cf220276aba6712b21188bcae45 100644
--- a/main/libresample/APKBUILD
+++ b/main/libresample/APKBUILD
@@ -13,7 +13,6 @@ source="https://ccrma.stanford.edu/~jos/gz/libresample-$pkgver.tgz"
 # remove if not used.
 # depends_dev="somepackage-dev"
 
-
 build() {
 	./configure \
 		--build=$CBUILD \
diff --git a/main/libssh2/APKBUILD b/main/libssh2/APKBUILD
index 3572644cf10b6b37665875b5b737c03a7369a5ed..c12c4ba92b09fdfed7098d05e1b24ce356db251c 100644
--- a/main/libssh2/APKBUILD
+++ b/main/libssh2/APKBUILD
@@ -28,7 +28,6 @@ options="!check" # FIXME: debug why integration test fails on builders but not r
 #     - CVE-2019-3862
 #     - CVE-2019-3863
 
-
 build() {
 	./configure \
 		--build=$CBUILD \
diff --git a/main/lua-alt-getopt/APKBUILD b/main/lua-alt-getopt/APKBUILD
index 9d26a83d949018c2208a229393d5c7549dd55708..f7178bbef8519c84e2b234c666ab6f6893f65bcc 100644
--- a/main/lua-alt-getopt/APKBUILD
+++ b/main/lua-alt-getopt/APKBUILD
@@ -38,7 +38,6 @@ _split() {
 	done
 }
 
-
 for _v in $_luaversions; do
 	eval "split_${_v/./_}() { _split $_v; }"
 done
diff --git a/main/lua-discount/APKBUILD b/main/lua-discount/APKBUILD
index ba0f5e47f5783bd1b2c3287a78f3a6f4b363ba8a..7728b4f6fbcee94805640b0e8c8061f4a643b104 100644
--- a/main/lua-discount/APKBUILD
+++ b/main/lua-discount/APKBUILD
@@ -45,7 +45,6 @@ for _v in $_luaversions; do
 	eval "split_${_v/./_}() { _split $_v; }"
 done
 
-
 sha512sums="
 84c26a19d97ca085c785d1916b05bc0c78a2b5a0965d7feeef9a545c4b69c71627791c5d560bcb529c9ed414ed2ebe99f253879d6eae593a5b6f93291d66d5b1  lua-discount-1.2.10.1.tar.gz
 "
diff --git a/main/lua-openrc/APKBUILD b/main/lua-openrc/APKBUILD
index b67c1a319d1a56ba43e4f744fe69cb181e0d21ea..0ef11c63bd3a1f2327081b9d6b22bb26ac0d4eb1 100644
--- a/main/lua-openrc/APKBUILD
+++ b/main/lua-openrc/APKBUILD
@@ -16,7 +16,6 @@ source="lua-openrc-$pkgver.tar.gz::https://github.com/ncopa/lua-openrc/archive/v
 	0001-build-fix-for-openrc-0.14.patch
 	"
 
-
 prepare() {
 	default_prepare
 	for _i in $_luaversions; do
diff --git a/main/lua-sqlite/APKBUILD b/main/lua-sqlite/APKBUILD
index 6b7367bad0337fb4fad7d1c1efe1cefe5b2c611c..38716840840c2eb769e236e583154f2c67d08add 100644
--- a/main/lua-sqlite/APKBUILD
+++ b/main/lua-sqlite/APKBUILD
@@ -15,7 +15,6 @@ makedepends="sqlite-dev"
 # the uuid determines the archive version and the filename the target directory
 source="$pkgname-$pkgver.zip::http://lua.sqlite.org/index.cgi/zip/$pkgname-$pkgver.zip?uuid=$_uuid"
 
-
 for _v in $_luaversions; do
 	makedepends="$makedepends lua$_v-dev"
 	subpackages="$subpackages lua$_v-${pkgname#lua-}:_package"
diff --git a/main/lua-stdlib/APKBUILD b/main/lua-stdlib/APKBUILD
index 0e35ed03ea79c29c14ffb9f5b8e87af87ab85812..dd90fcd39d570156671ed354ed211e6a46eabc24 100644
--- a/main/lua-stdlib/APKBUILD
+++ b/main/lua-stdlib/APKBUILD
@@ -56,10 +56,8 @@ _split() {
 	done
 }
 
-
 for _v in $_luaversions; do
 	eval "split_${_v/./_}() { _split $_v; }"
 done
 
-
 sha512sums="b477ff90f2c3e49ad83194b1a67592d786c91dbc9dfe199a701fa68bc84b6ba8c820d37ac2fc74c2ebc3fb7a83aac8bcf0af58041ce14fc1dc6b297f3ae054aa  lua-stdlib-41.2.2.tar.gz"
diff --git a/main/mariadb/APKBUILD b/main/mariadb/APKBUILD
index cc8ea3f4f10ea0a4e1cbe8cdd955290003a23af0..de3bcfab10ed6b4e00513d1f52c1e0ee4c29d43f 100644
--- a/main/mariadb/APKBUILD
+++ b/main/mariadb/APKBUILD
@@ -282,7 +282,6 @@ package() {
 	ln -s ../../../../bin/my_safe_process \
 		"$pkgdir"/usr/mysql-test/lib/My/SafeProcess/my_safe_process
 
-
 	# remove files provided by mariadb-connector-c
 	rm \
 		"$pkgdir"/usr/bin/mariadb_config \
@@ -469,7 +468,6 @@ embedded() {
 	amove usr/lib/libmariadbd.so.*
 }
 
-
 _embedded_dev() {
 	pkgdesc="MariaDB as an embeddable library - development files"
 	# this package only contains a symlink, but we want avoid pull in
diff --git a/main/mc/APKBUILD b/main/mc/APKBUILD
index c93fd1b839116d98eec9961bc6b6a9ce37455919..1b2ba0112b021872712aada2a26bb774c7df418b 100644
--- a/main/mc/APKBUILD
+++ b/main/mc/APKBUILD
@@ -14,7 +14,6 @@ source="https://www.midnight-commander.org/downloads/mc-$pkgver.tar.xz
 	fix-cchar_t.patch
 	alpine_syntax.patch"
 
-
 build() {
 	./configure \
 		--build=$CBUILD \
diff --git a/main/mesa/APKBUILD b/main/mesa/APKBUILD
index b565dd19936d4e981e9b0f07f44db2e4c91cd662..3869b2f034647405a8b2a1c89f0842f8bbe7f808 100644
--- a/main/mesa/APKBUILD
+++ b/main/mesa/APKBUILD
@@ -115,7 +115,6 @@ x86)
 	;;
 esac
 
-
 build() {
 	# use -g1 to generate less debug info:
 	# 485 MiB -> ~80 MiB
diff --git a/main/musl/APKBUILD b/main/musl/APKBUILD
index 7d2d767a759cb4855f0b3fe7f7dd496e2d7d3138..a360a988332c3e44ac40277dfc769e653b35b2b5 100644
--- a/main/musl/APKBUILD
+++ b/main/musl/APKBUILD
@@ -60,7 +60,6 @@ build() {
 		done
 	fi
 
-
 	# note: not autotools
 	LDFLAGS="$LDFLAGS -Wl,-soname,libc.musl-$CARCH.so.1" \
 	./configure \
diff --git a/main/nagios-plugins/APKBUILD b/main/nagios-plugins/APKBUILD
index c5ce2eb657d304322b6833bc4c8958a44519d71f..8fcc7b0dfb6ef63a5f7fa25a56083d9417f2ce47 100644
--- a/main/nagios-plugins/APKBUILD
+++ b/main/nagios-plugins/APKBUILD
@@ -50,7 +50,6 @@ subpackages="$subpackages
 	$pkgname-all:_all"  # all must be the last
 _plugins="$_plugins openrc tcp"
 
-
 prepare() {
 	default_prepare
 	update_config_sub
diff --git a/main/nagios/APKBUILD b/main/nagios/APKBUILD
index 9dfcfb1847735ed5ba7d718548503bffdfe0ea6c..5a86f3c7fbdd161a8eef4cd8ea8c026635f044c3 100644
--- a/main/nagios/APKBUILD
+++ b/main/nagios/APKBUILD
@@ -60,7 +60,6 @@ package() {
 	install -m644 -D "$srcdir"/$pkgname.confd "$pkgdir"/etc/conf.d/$pkgname
 }
 
-
 web() {
 	#depends="php lighttpd"
 	mkdir -p "$subpkgdir"/usr
diff --git a/main/newt/APKBUILD b/main/newt/APKBUILD
index 5f8642a4aa06210dd8f598754c2dc447382192c8..059bfa3f91f9d4ecd2b99ab55de70181158faa3c 100644
--- a/main/newt/APKBUILD
+++ b/main/newt/APKBUILD
@@ -13,7 +13,6 @@ source="https://releases.pagure.org/newt/newt-$pkgver.tar.gz
 	fix-includes.patch
 	"
 
-
 prepare() {
 	sed -i -e 's:-lslang:-lslang -lncurses:g' \
 		-e 's:instroot:DESTDIR:g' Makefile.in
diff --git a/main/nginx/APKBUILD b/main/nginx/APKBUILD
index 34238ea0c3a9daffa96711ad76bbc13029ab0cb4..9842cb4c48a68752be9ac1c04c643fdee4a51d7a 100644
--- a/main/nginx/APKBUILD
+++ b/main/nginx/APKBUILD
@@ -222,7 +222,6 @@ _add_module "http-zip" "1.2.0" "https://github.com/evanmiller/mod_zip"
 _add_module "rtmp" "v1.2.2" "https://github.com/arut/nginx-rtmp-module"
 _rtmp_provides="$pkgname-rtmp"  # for backward compatibility
 
-
 prepare() {
 	local file; for file in $source; do
 		file=${file%%::*}
diff --git a/main/numactl/APKBUILD b/main/numactl/APKBUILD
index b7b5cf287e810af31f33f2052f7a392514c3d1ce..cab96e1f1dab95d3e1a2899ddbee8bef69072d82 100644
--- a/main/numactl/APKBUILD
+++ b/main/numactl/APKBUILD
@@ -37,7 +37,6 @@ check() {
 	make check VERBOSE=1 TESTS='test/distance test/nodemap test/tbitmap'
 }
 
-
 package() {
 	make DESTDIR="$pkgdir" install
 
diff --git a/main/open-iscsi/APKBUILD b/main/open-iscsi/APKBUILD
index 9545dd20f8f77e3c03eafa71e0da7cef79c5225a..6e718add0dca8a9c2536558254e457cb47851730 100644
--- a/main/open-iscsi/APKBUILD
+++ b/main/open-iscsi/APKBUILD
@@ -20,7 +20,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/open-iscsi/open-iscsi/archiv
 	remove-werror.patch
 	"
 
-
 build() {
 	abuild-meson \
 		-Dno_systemd=true \
diff --git a/main/openjade/APKBUILD b/main/openjade/APKBUILD
index 421684474b8f6caa2d2d65093f347686d71a3766..eaaeee5c1ad25b52c0566a17a76af1a85221ddd4 100644
--- a/main/openjade/APKBUILD
+++ b/main/openjade/APKBUILD
@@ -19,7 +19,6 @@ source="https://prdownloads.sourceforge.net/openjade/openjade-$pkgver.tar.gz
 	openjade-1.3.2-respect-ldflags.patch
 	"
 
-
 prepare() {
 	default_prepare
 	update_config_guess
diff --git a/main/perl-cpanel-json-xs/APKBUILD b/main/perl-cpanel-json-xs/APKBUILD
index 5226f0bcd8d62b66fc394f5c902edf161054b673..4a7f64683ffec23fca6212a62c81d68bdbb35fc6 100644
--- a/main/perl-cpanel-json-xs/APKBUILD
+++ b/main/perl-cpanel-json-xs/APKBUILD
@@ -31,7 +31,6 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
 sha512sums="
 f17809bb12c388e6344ef738abddd471d541e3854ca8775f518a4cda62f129a703bbaf85e4bf2fa960390df060a161f1ff61a3d3a35c269ae1dc4fe9af8389dd  Cpanel-JSON-XS-4.32.tar.gz
 "
diff --git a/main/perl-datetime-locale/APKBUILD b/main/perl-datetime-locale/APKBUILD
index a8f4ab75f00243e66edc4e3849b155272a4a1a93..93828b5f5a372c677657aea2175b55e523721660 100644
--- a/main/perl-datetime-locale/APKBUILD
+++ b/main/perl-datetime-locale/APKBUILD
@@ -32,7 +32,6 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
 sha512sums="
 38228a04f346b50f8444d446440d63e51ee583cc2dd58b275c44aaeff43bfdee750156e4c8f046db6eb36b372026429e6e7e37000ee9d9a9fef0568f13f21a16  DateTime-Locale-1.37.tar.gz
 "
diff --git a/main/perl-datetime-timezone/APKBUILD b/main/perl-datetime-timezone/APKBUILD
index ec44229202a7573b4a9ca28eda6f247619335d20..6d9938961779a2576267488a73fd1539fe72bc25 100644
--- a/main/perl-datetime-timezone/APKBUILD
+++ b/main/perl-datetime-timezone/APKBUILD
@@ -34,7 +34,6 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
 sha512sums="
 67ca8e7b4d43d359ba70a9aca96ccb26f2881beb63fdd6693337f67a8b7a88492e0634c078f9a13bbe348e0b6c799e7b04dff7dd4c8dd5705de4802d0fc4ecec  DateTime-TimeZone-2.57.tar.gz
 "
diff --git a/main/perl-datetime/APKBUILD b/main/perl-datetime/APKBUILD
index a6fbc268ca72e27e84599768b428a43a965fcc72..a11546db440f3d4ea5b939ece39498e9039eb267 100644
--- a/main/perl-datetime/APKBUILD
+++ b/main/perl-datetime/APKBUILD
@@ -35,7 +35,6 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
 sha512sums="
 72f96b0466e8ffa9d0d5fd480892d304993a048349bd837ad1f76fc144c816725de0844df9ea34a5c54d23476aec3838af8ac68cb8574247581f6cf8d08e4e88  DateTime-1.59.tar.gz
 "
diff --git a/main/perl-file-remove/APKBUILD b/main/perl-file-remove/APKBUILD
index 23fdd36f44786c555e0ef18f6b70d851acf2488f..1105deeb13f487de871aa786fb6f046d0cf5eb60 100644
--- a/main/perl-file-remove/APKBUILD
+++ b/main/perl-file-remove/APKBUILD
@@ -30,7 +30,6 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
 sha512sums="
 2ff999f7d71349b7e4a7db8728cfe2b5669c76fb27ca42fe006b0e0061bb73a29d556f3e3da88c004a4dd23bf2d9e12a1e1054b85237e8c14fb2b58c1086971f  File-Remove-1.61.tar.gz
 "
diff --git a/main/perl-file-sharedir/APKBUILD b/main/perl-file-sharedir/APKBUILD
index c52c9b524fad1d960fea55265417d02e0907e4f4..cd894cf6f08034fa3cded927ce64986c85b1a864 100644
--- a/main/perl-file-sharedir/APKBUILD
+++ b/main/perl-file-sharedir/APKBUILD
@@ -29,5 +29,4 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
 sha512sums="890f33e96333f7b07707d722e59e7da9a287112062814ef294594ac67f2f7349f905c009e6cd70d3af3a4de85335b074ec5a61194f9b0495f3e793d6ca635853  File-ShareDir-1.118.tar.gz"
diff --git a/main/perl-file-temp/APKBUILD b/main/perl-file-temp/APKBUILD
index e0f5fbfe6e124a701542cc8ee80b3c568a5cc46f..b3a7b381e0e8c8b9d93d7816b1801b661e95a50c 100644
--- a/main/perl-file-temp/APKBUILD
+++ b/main/perl-file-temp/APKBUILD
@@ -30,5 +30,4 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
 sha512sums="2db3f03f4d25013c60585cd3e6aa7e68fe9bb26f1957adf6674e9cae9e963a41c559d36862943703f567d116c82747b4fae0612253a784addeb53d7867a232d1  File-Temp-0.2311.tar.gz"
diff --git a/main/perl-http-cookies/APKBUILD b/main/perl-http-cookies/APKBUILD
index 991f993c9503a4beda0f564bb3d734d8a91a030d..4bbf3b2429ea5fe1db4769110b061e322795fa96 100644
--- a/main/perl-http-cookies/APKBUILD
+++ b/main/perl-http-cookies/APKBUILD
@@ -30,6 +30,4 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
-
 sha512sums="c24a986e524ebf5d8b13b4580c3ee6aed018e79c203fd62208bfe970744482832fe9c41bb3195a596af1e11058053ed7615a09a26fbcef4433e270f0f5d38658  HTTP-Cookies-6.10.tar.gz"
diff --git a/main/perl-io-stringy/APKBUILD b/main/perl-io-stringy/APKBUILD
index afd17141a03a28eb36d2712832786d3cfbdff5bc..cb49dc925ea76b0e7efc72378dea640087e5c3d3 100644
--- a/main/perl-io-stringy/APKBUILD
+++ b/main/perl-io-stringy/APKBUILD
@@ -29,6 +29,4 @@ package() {
 	find "$pkgdir" -name perllocal.pod -delete
 }
 
-
-
 sha512sums="5af104766c20b4336649dc4a19554ad204506c2476b4bf7d8ad7c2cfab15f0296efadb9019cd57e770a2a3c5f5686f7f010bddbd6efd51d300c54ca36286f094  IO-Stringy-2.113.tar.gz"
diff --git a/main/perl-io-tty/APKBUILD b/main/perl-io-tty/APKBUILD
index d7774265dde5ea4d317c610698b85d85b88f4833..d45e80cd7f6001a7c1caf4d6e5c79280dfa574d3 100644
--- a/main/perl-io-tty/APKBUILD
+++ b/main/perl-io-tty/APKBUILD
@@ -39,7 +39,6 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
 sha512sums="
 a9a53670d579684af1ca0d6e77bd74430c801174c59421139f79a19e76377d40055b74a8b1ef92d8601ca5bda2f911cba99a0bda0c24cf847bacac3df2314d37  IO-Tty-1.17.tar.gz
 37c8aae630d4ee80b20b3540ed7fb5840b9a995e2ee489cbad8ace503ac9f596b38d01cb46e55d339898cc60d23581b451b71b27a6b871bc8ef84d1be2600427  disable-failing-test.patch
diff --git a/main/perl-javascript-minifier/APKBUILD b/main/perl-javascript-minifier/APKBUILD
index 5c20b8f72c62961af0372b3da9597c1996533fb2..07c655039273f58057cd3b75a16e624a1822d702 100644
--- a/main/perl-javascript-minifier/APKBUILD
+++ b/main/perl-javascript-minifier/APKBUILD
@@ -31,5 +31,4 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
 sha512sums="08341a6d329dd4f2bb8529c66135d9f25aff06c5f36f605d80a540aee21a6624aeb43ca45cd33378b88285af8d1771f894ab6083c7ba323cfdfe4fbbd10fe729  JavaScript-Minifier-1.16.tar.gz"
diff --git a/main/perl-libwww/APKBUILD b/main/perl-libwww/APKBUILD
index 7e302c1580854817f5b6454b6087118ddebbf4fc..0da5e0eabdeeaa448051d5292d757c8cb6093e91 100644
--- a/main/perl-libwww/APKBUILD
+++ b/main/perl-libwww/APKBUILD
@@ -27,7 +27,6 @@ prepare() {
 	rm -v t/base/protocols/nntp.t
 }
 
-
 build() {
 	export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
 	make
diff --git a/main/perl-lwp-mediatypes/APKBUILD b/main/perl-lwp-mediatypes/APKBUILD
index 82cccca04ebec072176770415aae638c1da00e30..70a41345b8792d178f28e1c9f932d2ab12861089 100644
--- a/main/perl-lwp-mediatypes/APKBUILD
+++ b/main/perl-lwp-mediatypes/APKBUILD
@@ -21,7 +21,6 @@ prepare() {
 	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
 }
 
-
 build() {
 	export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
 	make
diff --git a/main/perl-mail-authenticationresults/APKBUILD b/main/perl-mail-authenticationresults/APKBUILD
index ce9496e6091c33aed9273bd761952781f6043de9..7cc69e910f6ca2c43bd72f3175c0f99cfd4741db 100644
--- a/main/perl-mail-authenticationresults/APKBUILD
+++ b/main/perl-mail-authenticationresults/APKBUILD
@@ -31,5 +31,4 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
 sha512sums="2168e8761947008670840ac1b534e2c374399120197d907b8d5c654bcb00baa5f7075caffa00a06eac5628a7583d96aeb9f077a1103266ad774aaff05f8f0130  Mail-AuthenticationResults-2.20210112.tar.gz"
diff --git a/main/perl-params-util/APKBUILD b/main/perl-params-util/APKBUILD
index bf00eb4b6d40af690ddb3911f0310522108fd999..b3f4118c11c9da36e2af4075dcbfae11f2c25d77 100644
--- a/main/perl-params-util/APKBUILD
+++ b/main/perl-params-util/APKBUILD
@@ -33,6 +33,4 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
-
 sha512sums="e2587b62545cf0572cc8f719ea8e5411d710789c3cbcab4038c5b01f86073a010d32191551f6aeea1bdae22d49e7d34358250b4e7ece9f261a598854af187194  Params-Util-1.102.tar.gz"
diff --git a/main/perl-role-tiny/APKBUILD b/main/perl-role-tiny/APKBUILD
index c807bd9d419ef60f5a594e0fbd225e18c72c81db..500508ee925652161ab1b136003719b6f4eb19d4 100644
--- a/main/perl-role-tiny/APKBUILD
+++ b/main/perl-role-tiny/APKBUILD
@@ -29,5 +29,4 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
 sha512sums="f66a799a0cd4e989adc173f6d913967df7aa6b9ffda934c2a80c0a91dcfe4edce606bd27cf1b4d857d52d0aa770224315ae4e915e4e735c6a9483a6cf5ce02f1  Role-Tiny-2.002004.tar.gz"
diff --git a/main/perl/APKBUILD b/main/perl/APKBUILD
index 49b9a720e2e8a9dd9c3b3147b8d076be9db460f5..ae793662eaec8271870d74426a2dd224a8ec84a2 100644
--- a/main/perl/APKBUILD
+++ b/main/perl/APKBUILD
@@ -44,7 +44,6 @@ source="https://www.cpan.org/src/5.0/perl-$pkgver.tar.gz
 #     - CVE-2017-12837
 #     - CVE-2017-12883
 
-
 _privlib=/usr/share/perl5/core_perl
 _archlib=/usr/lib/perl5/core_perl
 
diff --git a/main/portaudio/APKBUILD b/main/portaudio/APKBUILD
index c0d3b74fde149a9ea069f84e483a58740a71bb4d..7cbc5b56cad1145149d5753b97eef0e06830ac53 100644
--- a/main/portaudio/APKBUILD
+++ b/main/portaudio/APKBUILD
@@ -82,7 +82,6 @@ _cxx() {
 	amove usr/lib/libportaudiocpp*
 }
 
-
 sha512sums="
 7e347a174109b661a685bcd617cc8fe00929c6fbf28f142fd7709a8ddbb9b5ed6e805be6647a44b4b9441b79e3474561de6f8e351b4ffc024952ed3e0e27ac1c  portaudio-v19.7.0.tar.gz
 d58e7f8717f9d451535546e16939a959f63ccdd21bcbbc8e08efde2722382b068603bae6d93449476b206c85160d8084d39b39748b4fb43ab2b6eaee704ba1f8  portaudio-pkgconfig-alsa.patch
diff --git a/main/ppp/APKBUILD b/main/ppp/APKBUILD
index 79b260a7c90d8f9f346cc130bfafa394cdd4b8b9..5631be1ecacc371a6ebdec1fc00f16d697a2e77b 100644
--- a/main/ppp/APKBUILD
+++ b/main/ppp/APKBUILD
@@ -114,7 +114,6 @@ winbind() {
 	_mv usr/lib/pppd/$pkgver/winbind.so 755
 }
 
-
 passprompt() {
 	pkgdesc="pppd plugin to invoke an external PAP password prompter"
 	depends="ppp-daemon"
diff --git a/main/py3-dbus/APKBUILD b/main/py3-dbus/APKBUILD
index 20d30d2685a1befceb973c91a48c4145bc7b829a..0801d4f1ce85c3aaa05f8dd7ac43a7dad5934f9d 100644
--- a/main/py3-dbus/APKBUILD
+++ b/main/py3-dbus/APKBUILD
@@ -16,7 +16,6 @@ subpackages="$pkgname-dev"
 source="https://dbus.freedesktop.org/releases/dbus-python/$_pkgname-$pkgver.tar.gz"
 builddir="$srcdir/$_pkgname-$pkgver"
 
-
 build() {
 	abuild-meson \
 		-Dtests="$(want_check && echo true || echo false)" \
diff --git a/main/py3-pluggy/APKBUILD b/main/py3-pluggy/APKBUILD
index 730dcd25f420790722e2a557e03bb3d994e5131e..6b51d15d0ef1e4f2e178e37f89bbe742a2b80ca1 100644
--- a/main/py3-pluggy/APKBUILD
+++ b/main/py3-pluggy/APKBUILD
@@ -33,7 +33,6 @@ package() {
 	python3 setup.py install --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="
 cf0bcbb4330c24ce473614befa19548f33fb39fa0ad094e1eae786202d7adadc28e16499f80ab96b630091765404ca5c5b6f9a55bc605e03514d8ab50cf9ae00  pluggy-1.0.0.tar.gz
 08ec25cbe7dcdc7e81e8fd3de9e6e7d91f490011a5314cea4d3bc3e44b03d921847a7587ccb3292ada22f6e1d499072b98e7d54846fe1216aabc6359bf4a3f5f  eliminate-setuptools_scm.patch
diff --git a/main/py3-ptyprocess/APKBUILD b/main/py3-ptyprocess/APKBUILD
index d1afd4e31156aa3e36f7324c3966945682b63838..80e71572e92491d19a5b95a38427898e4820ae43 100644
--- a/main/py3-ptyprocess/APKBUILD
+++ b/main/py3-ptyprocess/APKBUILD
@@ -29,7 +29,6 @@ package() {
 	python3 setup.py install --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="
 791d8f2e79900627215ce80ce67ee9c79173dbc08297c6219d5058f9b80c5e323b93049e6836a70c4073f43548d22e3cf310f2e9948ef12f96bcaa15b0ddb2f3  ptyprocess-0.7.0.tar.gz
 "
diff --git a/main/quagga/APKBUILD b/main/quagga/APKBUILD
index d61ca04fb02606718cee20309b17b6119b35d1dd..cf60eed50418772c9128da5e0785068204a5f4ab 100644
--- a/main/quagga/APKBUILD
+++ b/main/quagga/APKBUILD
@@ -29,7 +29,6 @@ source="https://github.com/Quagga/quagga/releases/download/quagga-$pkgver/quagga
 #   1.1.1-r0:
 #     - CVE-2017-5495
 
-
 build() {
 	quagga_cv_ipforward_method=proc \
 	./configure \
diff --git a/main/samba/APKBUILD b/main/samba/APKBUILD
index 26277352370cf7ad51ab6492482689714cfb1aae..6296c620451961348e213044d78b62159df133b4 100644
--- a/main/samba/APKBUILD
+++ b/main/samba/APKBUILD
@@ -475,7 +475,6 @@ server() {
 		usr/lib/$pkgname/vfs
 }
 
-
 pidl() {
 	pkgdesc="Perl IDL compiler"
 	depends="perl"
diff --git a/main/sircbot/APKBUILD b/main/sircbot/APKBUILD
index 82a5d2e9a3410be13280ad2824f3366b48bd75f2..62b67a06758e9e56348061df3af90f21a2d5ee8e 100644
--- a/main/sircbot/APKBUILD
+++ b/main/sircbot/APKBUILD
@@ -57,7 +57,6 @@ _split() {
 	done
 }
 
-
 for _v in $_luaversions; do
 	eval "split_${_v/./_}() { _split $_v; }"
 done
diff --git a/main/uwsgi/APKBUILD b/main/uwsgi/APKBUILD
index c494fd7ebb70b56ba66ea3be574291c1d39efa4d..ad7143ac7a3ba06a5ee89b9be7e68cc94df18d0a 100644
--- a/main/uwsgi/APKBUILD
+++ b/main/uwsgi/APKBUILD
@@ -124,7 +124,6 @@ for _p in $_plugins; do
 	subpackages="$subpackages uwsgi-${_p#*:}:_plugin"
 done
 
-
 prepare() {
 	default_prepare
 	cp "$srcdir"/alpine.buildconf buildconf/alpine.ini
diff --git a/main/xen/APKBUILD b/main/xen/APKBUILD
index 7f2159c3a1547057649afead483451fc3bf351e1..0d3854bb763d6e46012da1cecac1ca14af801889 100644
--- a/main/xen/APKBUILD
+++ b/main/xen/APKBUILD
@@ -327,7 +327,6 @@ options="!strip"
 #     - CVE-2022-42325 XSA-421
 #     - CVE-2022-42326 XSA-421
 
-
 case "$CARCH" in
 x86*)
 	makedepends="$makedepends iasl seabios-bin"
@@ -359,7 +358,6 @@ _TPMEMU_VERSION="0.7.4"
 # grep ^IPXE_GIT_TAG tools/firmware/etherboot/Makefile
 _IPXE_GIT_TAG=3c040ad387099483102708bb1839110bc788cefb
 
-
 source="https://downloads.xenproject.org/release/xen/$pkgver/xen-$pkgver.tar.gz
 	https://xenbits.xen.org/xen-extfiles/gmp-$_GMP_VERSION.tar.bz2
 	https://xenbits.xen.org/xen-extfiles/grub-$_GRUB_VERSION.tar.gz
diff --git a/main/yajl/APKBUILD b/main/yajl/APKBUILD
index 90e341441755e111595b862a580b32d9c57040a3..1eec93d9fda5d0e3952c852b9ec47a7fdddfb9f5 100644
--- a/main/yajl/APKBUILD
+++ b/main/yajl/APKBUILD
@@ -64,7 +64,6 @@ tools() {
 	mv "$pkgdir"/usr/bin "$subpkgdir"/usr/
 }
 
-
 sha512sums="
 857101d8b99be22bde3c21ec1921ffcbbcd14735ff420728855e064631e6c4c4ceaec40b0e5c8b6d8cba1b36fe1ace0738f8e917e2f992107559b17ddf73de50  yajl-2.1.0.tar.gz
 "
diff --git a/testing/advancemame/APKBUILD b/testing/advancemame/APKBUILD
index 760fadb8b4ea6893f1bdf2a097fde3e2a5bf3339..4f5e0b236eb6357cafbabcca7a6c8e3dad8a1ec0 100644
--- a/testing/advancemame/APKBUILD
+++ b/testing/advancemame/APKBUILD
@@ -44,7 +44,6 @@ case "$CARCH" in
 	;;
 esac
 
-
 	./configure \
 		--build=$CBUILD \
 		--prefix=/usr \
diff --git a/testing/apache2-mod-perl/APKBUILD b/testing/apache2-mod-perl/APKBUILD
index 6a9c5fc6f1fe77ce2114652f1c60bdb54ec7dae5..2951c128650c25aa53aa72d33014ee73f0e0735a 100644
--- a/testing/apache2-mod-perl/APKBUILD
+++ b/testing/apache2-mod-perl/APKBUILD
@@ -29,7 +29,6 @@ check() {
 	make test
 }
 
-
 package() {
 	make DESTDIR="$pkgdir" install
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
diff --git a/testing/arc-theme/APKBUILD b/testing/arc-theme/APKBUILD
index 48c02c8cf517588b4e821c38d36a88454789bb62..ad280f36ee9498627d5555037301f160c6b4c487 100644
--- a/testing/arc-theme/APKBUILD
+++ b/testing/arc-theme/APKBUILD
@@ -116,7 +116,6 @@ arc_metacity() {
 	amove usr/share/themes/Arc/metacity-1
 }
 
-
 lighter() {
 	pkgdesc="Lighter version of Arc"
 	depends=""
diff --git a/testing/armagetronad/APKBUILD b/testing/armagetronad/APKBUILD
index e287e46b3af56336f5b6ec12662f41d1fab8c794..2a248ab512227e11155b623bc351f109fa510d1e 100644
--- a/testing/armagetronad/APKBUILD
+++ b/testing/armagetronad/APKBUILD
@@ -34,7 +34,6 @@ build() {
 	make
 }
 
-
 package() {
 	make -j1 DESTDIR="$pkgdir" install
 
diff --git a/testing/authenticator-rs/APKBUILD b/testing/authenticator-rs/APKBUILD
index fb2bd89efd2b3374fce2311623e70ff471008dfa..1f6e581a8a6278bcf4604e327210a782a59de58b 100644
--- a/testing/authenticator-rs/APKBUILD
+++ b/testing/authenticator-rs/APKBUILD
@@ -21,10 +21,6 @@ source="https://github.com/grumlimited/authenticator-rs/archive/refs/tags/$pkgve
 options="net !check" # No tests
 
 # size optimisations
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO=true
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
 
 build() {
 	RELEASE_VERSION=$pkgver make release-version
diff --git a/testing/bartib/APKBUILD b/testing/bartib/APKBUILD
index bdeccaa45239590f607b35b6524dee1f2d4d4f66..4066e8020d7babf971bff01608d5299e740abb71 100644
--- a/testing/bartib/APKBUILD
+++ b/testing/bartib/APKBUILD
@@ -10,11 +10,6 @@ license="GPL-3.0-or-later"
 makedepends="cargo"
 source="$pkgname-$pkgver.tar.gz::https://github.com/nikolassv/bartib/archive/refs/tags/v$pkgver.tar.gz"
 
-export CARGO_PROFILE_RELEASE_LTO=true
-export CARGO_PROFILE_RELEASE_PANIC=abort
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_OPT_LEVEL=s
-
 prepare() {
 	default_prepare
 	cargo fetch --locked
diff --git a/testing/beancount-language-server/APKBUILD b/testing/beancount-language-server/APKBUILD
index ab1395aa6d365a7d11ec8ef79d0bc8779c66991a..e38bc71237fb5b457f2a32f53d4a0ed23bfe5e65 100644
--- a/testing/beancount-language-server/APKBUILD
+++ b/testing/beancount-language-server/APKBUILD
@@ -11,11 +11,6 @@ makedepends="cargo"
 source="https://github.com/polarmutex/beancount-language-server/archive/v$pkgver/beancount-language-server-$pkgver.tar.gz"
 options="!check" # no test suite
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-
 prepare() {
 	default_prepare
 
diff --git a/testing/belcard/APKBUILD b/testing/belcard/APKBUILD
index ff69eadbb44dbf49d827fd2d1139c5e87569ac3d..977ce4ea0cc3a3200c9781930e16f34c6610b101 100644
--- a/testing/belcard/APKBUILD
+++ b/testing/belcard/APKBUILD
@@ -36,7 +36,6 @@ dev() {
 	mv "$pkgdir"/usr/share/belcard/cmake/* "$subpkgdir"/usr/lib/cmake/belcard
 }
 
-
 sha512sums="
 2e5edbb56e7160242cce2e6788ad037cde3fddea1370a67926a4c7e072d0b0b8e5e89213b7dd1a8a4bfefe6694ff18975c6faca08508d1a5dd1a7739e690ae78  belcard-5.1.64.tar.gz
 "
diff --git a/testing/bindfs/APKBUILD b/testing/bindfs/APKBUILD
index 38c564f46adf68f1acca6d5f276c05086bcadf06..542c383805aeaa31b2ddf93db5c7e73c4e1e3c92 100644
--- a/testing/bindfs/APKBUILD
+++ b/testing/bindfs/APKBUILD
@@ -14,7 +14,6 @@ options="!check"
 source="https://bindfs.org/downloads/bindfs-$pkgver.tar.gz
 	musl-getmntent-issue.patch"
 
-
 build() {
 	./configure \
 		--build=$CBUILD \
diff --git a/testing/bitlbee-facebook/APKBUILD b/testing/bitlbee-facebook/APKBUILD
index 2964fc08ce585620cbe0b848a4943b82fcbd5a69..44d6111c978939cd142f16267a5eaa5cf8c079b2 100644
--- a/testing/bitlbee-facebook/APKBUILD
+++ b/testing/bitlbee-facebook/APKBUILD
@@ -11,7 +11,6 @@ depends="bitlbee"
 makedepends="bitlbee-dev autoconf automake libtool json-glib-dev"
 source="https://github.com/bitlbee/bitlbee-facebook/releases/download/v$pkgver/bitlbee-facebook-$pkgver.tar.gz"
 
-
 prepare() {
 	default_prepare
 	./autogen.sh
diff --git a/testing/bootinfo/APKBUILD b/testing/bootinfo/APKBUILD
index 11e6d5574c5b20b534e9a08adb034feba368022e..aa72f0351125b8214c983432c002467901eb5e69 100644
--- a/testing/bootinfo/APKBUILD
+++ b/testing/bootinfo/APKBUILD
@@ -22,7 +22,6 @@ package() {
 	python3 setup.py install --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="
 88723e0cd5d8e52b21badb47d1ccbd258934b473256092a919301492d2a45e2d2dc045a8ff98c92a26be1c03975b01767879b1d671e2fd63a135b7ec39924c44  bootinfo-0.1.0.tar.gz
 "
diff --git a/testing/bore/APKBUILD b/testing/bore/APKBUILD
index 5308b4a79bae185b2463cd1d358332f476746071..4b9b1759a2113312c600d5d165e76005259b42bf 100644
--- a/testing/bore/APKBUILD
+++ b/testing/bore/APKBUILD
@@ -11,11 +11,6 @@ license="MIT"
 makedepends="cargo"
 source="$pkgname-$pkgver.tar.gz::https://github.com/ekzhang/bore/archive/v$pkgver/bore-$pkgver.tar.gz"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-
 prepare() {
 	default_prepare
 
diff --git a/testing/bumprace/APKBUILD b/testing/bumprace/APKBUILD
index 9d2ae93d1f8936fc8e2b8c707970164d7794e49e..bbcea0f6787adaaef5605ad279a1d00c219b7d68 100644
--- a/testing/bumprace/APKBUILD
+++ b/testing/bumprace/APKBUILD
@@ -48,7 +48,6 @@ data() {
 	amove usr/share/bumprace
 }
 
-
 sha512sums="
 bffc1d829deb048644fa21eb4566e2008573c0ee2e6f96e75470c8a6fa4cacb788cb93adf6e24b53f32884fd999880ffc527a903ce617a376cb5aae4c1b97480  bumprace-1.5.8.tar.gz
 7042f9dd077c823234eed7fdb863d6d4af4c42f2385bd1f5208052f6144a007e89a01e6e8bace04426bae3ea605c64980c538c9f3d29820d8331a511cbacfb1d  bumprace.desktop
diff --git a/testing/caps/APKBUILD b/testing/caps/APKBUILD
index c9ec49561afb1876c39b77ecb4587329261286eb..acf1c19ce30f81d6a3653686ae21e486c84b653c 100644
--- a/testing/caps/APKBUILD
+++ b/testing/caps/APKBUILD
@@ -15,7 +15,6 @@ build() {
 	make
 }
 
-
 package() {
 	make install PREFIX=/usr DESTDIR="$pkgdir"
 }
diff --git a/testing/cicada/APKBUILD b/testing/cicada/APKBUILD
index eb64ecb3d80c96e7144f370615e1912bb68dddd2..f25aaf5c6db04e8f635bb1496c5841c8fae7b387 100644
--- a/testing/cicada/APKBUILD
+++ b/testing/cicada/APKBUILD
@@ -24,10 +24,6 @@ prepare() {
 }
 
 build() {
-	export CARGO_PROFILE_RELEASE_LTO=true
-	export CARGO_PROFILE_RELEASE_PANIC=abort
-	export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-	export CARGO_PROFILE_RELEASE_OPT_LEVEL=s
 	cargo build --frozen --release
 }
 
diff --git a/testing/cinny/APKBUILD b/testing/cinny/APKBUILD
index 436c8389df8505e58a2bd21bba36b1f5dab62419..3df9c9302a915abdce7fb90f29fde32b9a6d2075 100644
--- a/testing/cinny/APKBUILD
+++ b/testing/cinny/APKBUILD
@@ -33,9 +33,6 @@ _jsdir="$builddir/cinny"
 _rustdir="$builddir/src-tauri"
 options="net !check" # no checks
 
-export CARGO_PROFILE_RELEASE_LTO=true
-export CARGO_PROFILE_RELEASE_PANIC=abort
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
 export CARGO_PROFILE_RELEASE_OPT_LEVEL=2
 
 prepare() {
diff --git a/testing/clipit/APKBUILD b/testing/clipit/APKBUILD
index e20c5c696ae0963e7e8617a307982836cde2435c..f757c4a1253584a47d4957d4287a3e438c201433 100644
--- a/testing/clipit/APKBUILD
+++ b/testing/clipit/APKBUILD
@@ -23,7 +23,6 @@ build() {
 		--with-gtk3
 }
 
-
 package() {
 	make DESTDIR="$pkgdir" install
 }
diff --git a/testing/crust/APKBUILD b/testing/crust/APKBUILD
index e2a55fec0a0fa45d738603729f123f320a548d80..4d5c2c0e80d64069aaf3b4cbc804a706ec586d6f 100644
--- a/testing/crust/APKBUILD
+++ b/testing/crust/APKBUILD
@@ -16,7 +16,6 @@ do
 	subpackages="$subpackages $pkgname-$platform:_subpackage"
 done
 
-
 build() {
 	for platform in $_platforms
 	do
diff --git a/testing/darts-clone/APKBUILD b/testing/darts-clone/APKBUILD
index e9cb7bc9b4001b88cb827494040476862c27d5f1..4254e8b7688ef07d854eac76af6a2fcc989d399a 100644
--- a/testing/darts-clone/APKBUILD
+++ b/testing/darts-clone/APKBUILD
@@ -36,7 +36,6 @@ package() {
 	make DESTDIR="$pkgdir" install
 }
 
-
 sha512sums="
 092cc833fff937365117f5b780f09a1ffdd25104ab57e36f7cba25a9a6bee289c105cae997a50b61b5b542c1c34d71bddf132d0ca14d563198b57caa9af2ac22  darts-clone-e40ce4627526985a7767444b6ed6893ab6ff8983.tar.gz
 "
diff --git a/testing/desed/APKBUILD b/testing/desed/APKBUILD
index 7cdffbfe94a529c89f13acb9b9d16cb235217ec1..e4818fa71074409b8f0829f78fd238d278936990 100644
--- a/testing/desed/APKBUILD
+++ b/testing/desed/APKBUILD
@@ -15,11 +15,6 @@ source="https://github.com/SoptikHa2/desed/archive/v$pkgver/desed-$pkgver.tar.gz
 	Cargo.lock
 	"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-
 prepare() {
 	default_prepare
 
diff --git a/testing/dsnet/APKBUILD b/testing/dsnet/APKBUILD
index 947906304b4180aa50fe097f9a7e65dd95771d03..e06f6e76e7ff90a0ee4c8c33eb8aed1b2bded987 100644
--- a/testing/dsnet/APKBUILD
+++ b/testing/dsnet/APKBUILD
@@ -17,7 +17,6 @@ export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"
 export GOTMPDIR="${GOTMPDIR:-"$srcdir"}"
 export GOMODCACHE="${GOMODCACHE:-"$srcdir/go"}"
 
-
 build() {
 	go build \
 		-ldflags "
diff --git a/testing/dstask/APKBUILD b/testing/dstask/APKBUILD
index 11f4c708a61261cbfd7a811ac14aa855ea9d00d9..b78335c0258a6b6427142699b379f929e1e75109 100644
--- a/testing/dstask/APKBUILD
+++ b/testing/dstask/APKBUILD
@@ -22,7 +22,6 @@ export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"
 export GOTMPDIR="${GOTMPDIR:-"$srcdir"}"
 export GOMODCACHE="${GOMODCACHE:-"$srcdir/go"}"
 
-
 build() {
 	_git_commit=$(zcat "$srcdir"/dstask-$pkgver.tar.gz | git get-tar-commit-id)
 	_build_date=$(date -u "+%Y-%m-%dT%TZ" ${SOURCE_DATE_EPOCH:+-d @$SOURCE_DATE_EPOCH})
diff --git a/testing/ecasound/APKBUILD b/testing/ecasound/APKBUILD
index 632ecb3426e59a54017c086683600b6f4272d239..68dd996a35d686f08e110a890f5938de1ce2c45a 100644
--- a/testing/ecasound/APKBUILD
+++ b/testing/ecasound/APKBUILD
@@ -25,7 +25,6 @@ package() {
 	make DESTDIR="$pkgdir" install
 }
 
-
 check() {
 	make check
 }
diff --git a/testing/efm-langserver/APKBUILD b/testing/efm-langserver/APKBUILD
index 88a8b95fd57b4a05b24f4b910866c5abcaf85581..8ac41c1a149b7e5f0a781ab64437eb4ff8ba1f1f 100644
--- a/testing/efm-langserver/APKBUILD
+++ b/testing/efm-langserver/APKBUILD
@@ -15,7 +15,6 @@ export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"
 export GOTMPDIR="${GOTMPDIR:-"$srcdir"}"
 export GOMODCACHE="${GOMODCACHE:-"$srcdir/go"}"
 
-
 build() {
 	go build -ldflags="-X main.revision=$pkgver" -o $pkgname .
 }
diff --git a/testing/electron-tasje/APKBUILD b/testing/electron-tasje/APKBUILD
index 4809a5f7f9bfe08e48fd1bd9165eac9ae0fd58b1..28ff80fdbbf636cbef5761de0aeacd257d2fca23 100644
--- a/testing/electron-tasje/APKBUILD
+++ b/testing/electron-tasje/APKBUILD
@@ -11,11 +11,6 @@ makedepends="cargo"
 source="electron_tasje-$pkgver.tar.gz::https://codeberg.org/selfisekai/electron_tasje/archive/v$pkgver.tar.gz"
 builddir="$srcdir/electron_tasje"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-
 prepare() {
 	default_prepare
 
diff --git a/testing/electron/APKBUILD b/testing/electron/APKBUILD
index 00c39eedd48f8c092b2f6acc9e745b703a0d9f28..0d7ecaab56706eac6d2d6a6c915a7cf4079dc2a4 100644
--- a/testing/electron/APKBUILD
+++ b/testing/electron/APKBUILD
@@ -302,7 +302,6 @@ prepare() {
 			-delete
 	done
 
-
 	# https://groups.google.com/a/chromium.org/d/topic/chromium-packagers/9JX1N2nf4PU/discussion
 	touch chrome/test/data/webui/i18n_process_css_test.html
 	# Use the file at run time instead of effectively compiling it in
diff --git a/testing/element-desktop/APKBUILD b/testing/element-desktop/APKBUILD
index 6b47413fc4f1a09d55827f5631d2bdd984f852cf..75ee4db9b9b9ea2eb69e1b48e2f30e7990078e34 100644
--- a/testing/element-desktop/APKBUILD
+++ b/testing/element-desktop/APKBUILD
@@ -54,8 +54,6 @@ options="!check" # broken
 # used by buildscripts (at least web's webpack)
 export VERSION=$pkgver
 
-export CARGO_PROFILE_RELEASE_PANIC=abort
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
 export CARGO_PROFILE_RELEASE_OPT_LEVEL=2
 export CARGO_PROFILE_RELEASE_STRIP="symbols"
 export NODE_OPTIONS="--openssl-legacy-provider"
diff --git a/testing/elfx86exts/APKBUILD b/testing/elfx86exts/APKBUILD
index 1039f220755a3c8eb89a93ecdf067f99d224c65c..adb173129d6a8ab6e5ae8756dec2c10c73c72014 100644
--- a/testing/elfx86exts/APKBUILD
+++ b/testing/elfx86exts/APKBUILD
@@ -12,11 +12,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/pkgw/elfx86exts/archive/refs
 builddir="$srcdir/$pkgname-$pkgname-$pkgver"
 options="net"
 
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-
 prepare() {
 	default_prepare
 
diff --git a/testing/eww/APKBUILD b/testing/eww/APKBUILD
index a71ed9be99198eb840466ee705d1b2e43400cbff..ae9913daf9f459251e870eeda026242a0a56b9c7 100644
--- a/testing/eww/APKBUILD
+++ b/testing/eww/APKBUILD
@@ -26,10 +26,6 @@ export PATH="$CARGO_HOME/bin:$PATH"
 
 export RUSTFLAGS="$RUSTFLAGS -Ctarget-feature=-crt-static"
 # Reduce binary size (7.1 -> 4.1 MiB for 0.2.0_git20220215).
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
 
 prepare() {
 	default_prepare
diff --git a/testing/ffsend/APKBUILD b/testing/ffsend/APKBUILD
index 9edf40209e8a52511347ece57c38f6700e8a70ac..1c982170038c8a0061ed2fd8f40e606950f76752 100644
--- a/testing/ffsend/APKBUILD
+++ b/testing/ffsend/APKBUILD
@@ -22,11 +22,6 @@ source="https://gitlab.com/timvisee/ffsend/-/archive/v$pkgver/ffsend-v$pkgver.ta
 	"
 builddir="$srcdir/$pkgname-v$pkgver"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-
 # The default features with crypto-ring replaced with crypto-openssl.
 _cargo_opts="--frozen --no-default-features --features=archive,clipboard,crypto-openssl,history,infer-command,qrcode,send3,urlshortener"
 
diff --git a/testing/findtow/APKBUILD b/testing/findtow/APKBUILD
index 35ee697ce7e657a9e5270c11f0288e3edad75adb..c9e5de20e57c62aa21241a7102756233b69a8f27 100644
--- a/testing/findtow/APKBUILD
+++ b/testing/findtow/APKBUILD
@@ -20,7 +20,6 @@ package() {
 	DESTDIR="$pkgdir" meson install --no-rebuild -C output
 }
 
-
 sha512sums="
 2ae5a4715b32520a8d9a8029149a308b47f0e16019d3df45b8271883c251ac193599d39f666d09f97ba31562b7b7cc111cb5e2b3aa334f2899c8505b7f846f40  findtow-0.1.tar.gz
 "
diff --git a/testing/gede/APKBUILD b/testing/gede/APKBUILD
index 6e652c74af2dedd134bd89d4fe5841584ad32929..b4852bbc3cc60a6a3914087f294beda7e03fe45c 100644
--- a/testing/gede/APKBUILD
+++ b/testing/gede/APKBUILD
@@ -18,7 +18,6 @@ build() {
 	make
 }
 
-
 package() {
 	install -Dm755 src/gede -t "$pkgdir"/usr/bin/
 }
diff --git a/testing/git2json/APKBUILD b/testing/git2json/APKBUILD
index cb646014630f0197fb234c31bc1c3e306c4eb54c..35039711f8aa8cea73fceba627f2bd350bf4f442 100644
--- a/testing/git2json/APKBUILD
+++ b/testing/git2json/APKBUILD
@@ -11,7 +11,6 @@ depends="python3"
 makedepends="py3-setuptools"
 source="https://files.pythonhosted.org/packages/source/g/git2json/git2json-$pkgver.tar.gz"
 
-
 build() {
 	python3 setup.py build
 }
diff --git a/testing/gitoxide/APKBUILD b/testing/gitoxide/APKBUILD
index fefeeb34772494467255be42dac969c268b58350..fcc159b034adbb4d7799d8e5fa5cd558da1ae4f6 100644
--- a/testing/gitoxide/APKBUILD
+++ b/testing/gitoxide/APKBUILD
@@ -26,9 +26,6 @@ source="https://github.com/Byron/gitoxide/archive/v$pkgver/gitoxide-$pkgver.tar.
 	skip-online-tests.patch
 	"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
 # unwind is required to assure that destructors are called, important for
 # tempfiles (comment from Cargo.toml).
 export CARGO_PROFILE_RELEASE_PANIC="unwind"
diff --git a/testing/gleam/APKBUILD b/testing/gleam/APKBUILD
index 45d38558b08603e9d020ff85050ab7501b8774a6..e766fd3a4de01bc64a7a83e638174a24b76fc735 100644
--- a/testing/gleam/APKBUILD
+++ b/testing/gleam/APKBUILD
@@ -18,9 +18,6 @@ export CARGO_FEATURE_USE_SYSTEM_LIBS=1
 export OPENSSL_NO_VENDOR=1
 
 # optimise size
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
 
 prepare() {
 	default_prepare
diff --git a/testing/gnome-metronome/APKBUILD b/testing/gnome-metronome/APKBUILD
index c52e51e987fa54c806d7389d36b0739842b28f86..cce7b1222b94333fdab69af4eb45b29f92fdccd4 100644
--- a/testing/gnome-metronome/APKBUILD
+++ b/testing/gnome-metronome/APKBUILD
@@ -22,11 +22,6 @@ makedepends="
 source="https://gitlab.gnome.org/World/metronome/-/archive/$pkgver/metronome-$pkgver.tar.gz"
 builddir="$srcdir/metronome-$pkgver"
 
-export CARGO_PROFILE_RELEASE_LTO=true
-export CARGO_PROFILE_RELEASE_PANIC=abort
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-
 build() {
 	abuild-meson build
 	meson compile ${JOBS:+-j ${JOBS}} -C build
diff --git a/testing/gobang/APKBUILD b/testing/gobang/APKBUILD
index aa074192297a7903e8acd503d3285308a70f4112..1167e65c632eb62bc3d7db320e08a6cf1f408a2c 100644
--- a/testing/gobang/APKBUILD
+++ b/testing/gobang/APKBUILD
@@ -16,11 +16,6 @@ source="https://github.com/TaKO8Ki/gobang/archive/refs/tags/v$_pkgver/gobang-v$_
 options="!check" # no test suite
 builddir="$srcdir/$pkgname-$_pkgver/"
 
-export CARGO_PROFILE_RELEASE_LTO=true
-export CARGO_PROFILE_RELEASE_PANIC=abort
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_OPT_LEVEL=s
-
 prepare() {
 	default_prepare
 	cargo fetch --locked
diff --git a/testing/godot/APKBUILD b/testing/godot/APKBUILD
index 966c0a91ca08b6678bb8f68e4c1c89ee9864c407..5f7c9f11b7a44f3b8422c941ce85218ea82e7a15 100644
--- a/testing/godot/APKBUILD
+++ b/testing/godot/APKBUILD
@@ -64,7 +64,6 @@ _sconsflags="
 	system_certs_path=/etc/ssl/cert.pem
 	"
 
-
 case "$CARCH" in
 riscv64)
 	options="$options textrels"
diff --git a/testing/gortr/APKBUILD b/testing/gortr/APKBUILD
index f098f9a1b5eb559b6cb4a871f18d014caea94644..62adc571b2339414e60159d64a6e1c5542ca3b50 100644
--- a/testing/gortr/APKBUILD
+++ b/testing/gortr/APKBUILD
@@ -31,7 +31,6 @@ prepare() {
 	go mod download golang.org/x/sys
 }
 
-
 build() {
 	make \
 		OUTPUT_GORTR=dist/gortr \
diff --git a/testing/greetd-wlgreet/APKBUILD b/testing/greetd-wlgreet/APKBUILD
index 12b7a5f2d4cc5c90819ef32d4a9236d373b9e1ea..ac71c159f158f2fdcef8fa008ca3b8241c84702f 100644
--- a/testing/greetd-wlgreet/APKBUILD
+++ b/testing/greetd-wlgreet/APKBUILD
@@ -23,10 +23,7 @@ source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~kennylevinsen/wlgreet/archiv
 builddir="$srcdir/$_projname-$pkgver"
 options="!check"  # no tests provided
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
 export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
 
 prepare() {
 	default_prepare
diff --git a/testing/heplify-server/APKBUILD b/testing/heplify-server/APKBUILD
index 0ed841c691d4ec14869610b7fff43a882e1a2de8..47802d80981bf9c2f4fd7a2e214ebbfd5c4ddc36 100644
--- a/testing/heplify-server/APKBUILD
+++ b/testing/heplify-server/APKBUILD
@@ -24,7 +24,6 @@ case $CARCH in
 		;;
 esac
 
-
 export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"
 export GOTMPDIR="${GOTMPDIR:-"$srcdir"}"
 export GOMODCACHE="${GOMODCACHE:-"$srcdir/go"}"
diff --git a/testing/himitsu-keyring/APKBUILD b/testing/himitsu-keyring/APKBUILD
index 33375e773404f0d3adf894eb5f232c13477508ec..82416e00047b1f379436699946664a256e6cf8d8 100644
--- a/testing/himitsu-keyring/APKBUILD
+++ b/testing/himitsu-keyring/APKBUILD
@@ -24,7 +24,6 @@ package() {
 	DESTDIR="$pkgdir" meson install --no-rebuild -C output
 }
 
-
 sha512sums="
 3bfe6e8f021c2b62c35290c3614c17646c0835409eabd5dcc8abb45c91176867466b7bdd58373f9d61768e2c1083df0e4ebcc708e799bd651343b41b0c55fa63  himitsu-keyring-0.2.0.tar.gz
 "
diff --git a/testing/hiprompt-gtk-py/APKBUILD b/testing/hiprompt-gtk-py/APKBUILD
index b7158dc0cba75d4e42e9af7c275376962b63298f..be03f24c06f39a149f26399fe9c9e58d3d9aca20 100644
--- a/testing/hiprompt-gtk-py/APKBUILD
+++ b/testing/hiprompt-gtk-py/APKBUILD
@@ -25,7 +25,6 @@ package() {
 	DESTDIR="$pkgdir" meson install --no-rebuild -C output
 }
 
-
 sha512sums="
 f5bdc6394cec02c3671d8e0205f90aceb4955e5c99002c71c815d963624a6b82fc307c36ef1519c9c3d46f8f94ad4f59d2a1beb19dfca97cbb5b929bb03553e7  hiprompt-gtk-py-c6cf168920db43fb5542358fcfff68aceb29db36.tar.gz
 "
diff --git a/testing/hwatch/APKBUILD b/testing/hwatch/APKBUILD
index ab1d331a18ad0d6d8a485a40942b07725f25a438..959aeccd0632d7bc9679bc266a2e47e151325022 100644
--- a/testing/hwatch/APKBUILD
+++ b/testing/hwatch/APKBUILD
@@ -16,11 +16,6 @@ subpackages="
 source="https://github.com/blacknon/hwatch/archive/refs/tags/$pkgver/hwatch-$pkgver.tar.gz"
 options="!check"  # no tests provided
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-
 prepare() {
 	default_prepare
 
diff --git a/testing/i3status-rust/APKBUILD b/testing/i3status-rust/APKBUILD
index 2fff2c49e1eab307f285e092da48082e963c0877..a1199225c7fc1f990e18176403ac96667c565f19 100644
--- a/testing/i3status-rust/APKBUILD
+++ b/testing/i3status-rust/APKBUILD
@@ -21,11 +21,6 @@ provides="i3status-rs=$pkgver-r$pkgrel"
 subpackages="$pkgname-doc"
 source="https://github.com/greshake/i3status-rust/archive/refs/tags/v$pkgver/i3status-rust-v$pkgver.tar.gz"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO=true
-export CARGO_PROFILE_RELEASE_OPT_LEVEL=s
-export CARGO_PROFILE_RELEASE_PANIC=abort
-
 prepare() {
 	default_prepare
 	cargo fetch --locked
diff --git a/testing/icingaweb2-module-businessprocess/APKBUILD b/testing/icingaweb2-module-businessprocess/APKBUILD
index 8f26f562e91136b741469a6b0174061221dc01b8..ef1ee2d674068bffaef4b46ca6f7d5665a73657e 100644
--- a/testing/icingaweb2-module-businessprocess/APKBUILD
+++ b/testing/icingaweb2-module-businessprocess/APKBUILD
@@ -42,7 +42,6 @@ For Apache:
 For lighttpd:
     # chown -R lighttpd /etc/icingaweb2/modules/$_module
 
-
 Remember to enable the module with:
 
     # icingacli $_module module enable $_module
diff --git a/testing/iodine/APKBUILD b/testing/iodine/APKBUILD
index d1ca65e598d2a22c5c002b9f2917e0f6701d0c9a..412263c51639dcf3f90d30bc2bc39e27b23c82b0 100644
--- a/testing/iodine/APKBUILD
+++ b/testing/iodine/APKBUILD
@@ -18,7 +18,6 @@ build() {
 	CFLAGS="$CFLAGS -D__GLIBC__=1" make
 }
 
-
 package() {
         cd "$builddir"
 	make DESTDIR="$pkgdir" prefix="/usr" install
diff --git a/testing/jaq/APKBUILD b/testing/jaq/APKBUILD
index 2c06f6c47a489f995aca65c2ff1587dc41698948..1eed74d18861868f347f2b05e9487a258ef143af 100644
--- a/testing/jaq/APKBUILD
+++ b/testing/jaq/APKBUILD
@@ -10,10 +10,7 @@ license="MIT"
 makedepends="cargo"
 source="https://github.com/01mf02/jaq/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
 export CARGO_PROFILE_RELEASE_OPT_LEVEL=2
-export CARGO_PROFILE_RELEASE_PANIC="abort"
 
 prepare() {
 	default_prepare
diff --git a/testing/klibc/APKBUILD b/testing/klibc/APKBUILD
index 3eacf43ff531b8b9bf35467fbb1e6c9e24e549fa..24ab3bb4fd653596cd67f5ebbe2e32cc20727d9c 100644
--- a/testing/klibc/APKBUILD
+++ b/testing/klibc/APKBUILD
@@ -210,7 +210,6 @@ static() {
 	   "${subpkgdir}/${_installdir}/bin/zcat.static"
 }
 
-
 sha512sums="
 a03afd73d1576f45d6abbca396373feb08ff4edbae576fef7789a3b729a38f6272539425cfaa9c7705d5551519b81367fb2c6d1fef57892a0430566b8321a34c  klibc-2.0.9.tar.gz
 571c31154e1fdcb18ef1ac27d711d11f7c7b9e3b9b52afdc8aba5a6cd5d2690ea4b568cf3f0664c04ae982b6c5777fd073e6e579e3c77a9e9242d758994b00a2  linux-5.19-32bit.patch
diff --git a/testing/kubernetes/APKBUILD b/testing/kubernetes/APKBUILD
index be00033de6dd15cf9b666c7a8da142c8bfaf3472..8232a06747344180760ac7cadf0b75d6faa41f90 100644
--- a/testing/kubernetes/APKBUILD
+++ b/testing/kubernetes/APKBUILD
@@ -86,7 +86,6 @@ package() {
 	mkdir -p "$pkgdir"/etc/kubernetes
 }
 
-
 _do_subpkg() {
 	local _pkg=$1
 	pkgdesc="Kubernetes - $_pkg"
diff --git a/testing/lapce/APKBUILD b/testing/lapce/APKBUILD
index 3b14f23d75a8567f78b141a9fe01fcda38513ab2..0cc924bc7aa942d9bc8f7b64d684397975dbd55a 100644
--- a/testing/lapce/APKBUILD
+++ b/testing/lapce/APKBUILD
@@ -37,8 +37,6 @@ source="https://github.com/lapce/lapce/archive/v$pkgver/lapce-$pkgver.tar.gz
 	"
 options="!check"  # no tests provided
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
 export CARGO_PROFILE_RELEASE_OPT_LEVEL=2
 
 export LIBSSH2_SYS_USE_PKG_CONFIG=1  # use system libssh2
diff --git a/testing/lighthouse/APKBUILD b/testing/lighthouse/APKBUILD
index a2216fda88e428fda9fd589b1e21403e1c9cac4c..73be267344a7693d86e081e13d2f42c8a15c2cdb 100644
--- a/testing/lighthouse/APKBUILD
+++ b/testing/lighthouse/APKBUILD
@@ -23,10 +23,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/sigp/lighthouse/archive/v$pk
 #   2.2.0-r0:
 #     - CVE-2022-0778
 
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
 export OPENSSL_NO_VENDOR=true
 export RUSTFLAGS="$RUSTFLAGS -L /usr/lib/"
 
diff --git a/testing/litespeed/APKBUILD b/testing/litespeed/APKBUILD
index 13d47075fba52f4e348ffc806e8011039139b736..e71262e261b9a88a253d7ec39b9c948ab6b05114 100644
--- a/testing/litespeed/APKBUILD
+++ b/testing/litespeed/APKBUILD
@@ -168,7 +168,6 @@ snmp() {
 	amove $_pkghome/add-ons/snmp_monitoring
 }
 
-
 sha512sums="
 7c4dbfaec05144f37fe1fbf6313b265290872b7e5be8cc317d738207e2b65f35c8984d05c68c636b85b35bbce198eb35ad9ea62cde6fd16b95138812d2f4b1fc  openlitespeed-1.7.16.src.tgz
 7304acb02031fe2d7aaa667179b0539b30570750676c8474ea662a5505cf1b9f09d29e2927d15996fa1ee5c181f9c9aea54137b48252f82430b75a3d5e36d80b  litespeedtech-libbcrypt-55ff64349dec3012cfbbb1c4f92d4dbd46920213.tar.gz
diff --git a/testing/lua-crypt/APKBUILD b/testing/lua-crypt/APKBUILD
index 76fb19fbbcc417a0fb708ef238854dc078ce797e..dfddfd2d448682f2a84f7195d6669edd4d04df07 100644
--- a/testing/lua-crypt/APKBUILD
+++ b/testing/lua-crypt/APKBUILD
@@ -50,8 +50,6 @@ _package() {
 	cp -a crypt/core.so "$subpkgdir"/usr/lib/lua/$lver/crypt/
 }
 
-
-
 sha512sums="
 9669e188ce13a4a129e30ebe48687c510c8724a31c1d5d713946409ea53752336f3735df6d1d400257c19e5029914987aeaaa636fb7c26ec06ece6ea2f01cddc  lua-crypt-1.1.0.tar.gz
 "
diff --git a/testing/lua-pgsql/APKBUILD b/testing/lua-pgsql/APKBUILD
index cc4d1d635a3e5df81d5567930869c273a4ba2442..7880750744d398f0570d3d37f185e1075792a2f2 100644
--- a/testing/lua-pgsql/APKBUILD
+++ b/testing/lua-pgsql/APKBUILD
@@ -60,6 +60,4 @@ _package() {
 	cp -a pgsql.so "$subpkgdir"/usr/lib/lua/$lver
 }
 
-
-
 sha512sums="13c26b3bd5f86c80e4ba157e41968bc066b9d61f20ab856e78fc85d60b40151b1dfdf0ac95f9c972e57bfaed4bec9969780e607aed36d3d587364d1e387216d7  lua-pgsql-1.6.7.tar.gz"
diff --git a/testing/lynis/APKBUILD b/testing/lynis/APKBUILD
index 698bc66272be1aaade0ed7db7e087cc9411fadaa..cf2a5e2bab93f0276328f1c3bbc1cadda1591c5f 100644
--- a/testing/lynis/APKBUILD
+++ b/testing/lynis/APKBUILD
@@ -34,7 +34,6 @@ package() {
 
 }
 
-
 sha512sums="
 df41aa8b7518a72ee17732eb7e69ccc62ca6e1323d3adc7aec509cd1c21494fece873e101bc317655dafbf58b32699f56dd27eec13a2ce615801cee75961cd33  lynis-3.0.8.tar.gz
 1cdaaee433912c2ccdec8ad7c9b88be55fe3f1d68e2fca79cc6e0e10112d465a70cfbe0a049623437f604bfc9793e0d29b709e035cbf710d4d38ba48acc5355f  lynis.cron
diff --git a/testing/mbpfan/APKBUILD b/testing/mbpfan/APKBUILD
index 85b939f068e5b99f723c6ccbe4e1dc1f258019e9..2cdf4bb53753e1254c3360befd722665870a5560 100644
--- a/testing/mbpfan/APKBUILD
+++ b/testing/mbpfan/APKBUILD
@@ -13,7 +13,6 @@ source="mbpfan-$pkgver.tar.gz::https://github.com/linux-on-mac/mbpfan/archive/re
 		01-remove-systemd.patch
 		$pkgname.initd"
 
-
 build() {
 	make
 }
diff --git a/testing/mmix/APKBUILD b/testing/mmix/APKBUILD
index 0ad9f5dee410528e96bd41ed1516b53f4de4f26b..d0eacf1296a2049f32efdd4f97f36b63a20e51e9 100644
--- a/testing/mmix/APKBUILD
+++ b/testing/mmix/APKBUILD
@@ -24,7 +24,6 @@ package() {
 	install -Dm 644 -t "$pkgdir"/usr/share/licenses/$pkgname/ boilerplate.w
 }
 
-
 sha512sums="
 279e75ec798f0b168dc002accfc449d222def43b5f580d5d69bb0156f7f11613a880dc68eac554c4813708db5efd92fe70f6e0e7bdf3864eb69060f843a968e7  mmix-0_git20221025.tar.bz2
 "
diff --git a/testing/mono/APKBUILD b/testing/mono/APKBUILD
index 2ea6e906aca31398ab98260f177aa07ddbe5f495..e4e17c2bf971dd6d09780295e3ac8128a464efae 100644
--- a/testing/mono/APKBUILD
+++ b/testing/mono/APKBUILD
@@ -71,7 +71,6 @@ dev() {
 	mv "$subpkgdir"/usr/lib/*.so "$pkgdir"/usr/lib/
 }
 
-
 sha512sums="
 5f0f02f2adf89785af8f620c16d69fc97b87c9b39133286e6f1237a397f4842ea8d26802d9f802f8798a86540dc1bc3b5201428f218c78fbcf91f0d575cde512  mono-6.12.0.182.tar.xz
 3a82d4bed31b212e23fe24647fc5b9c4788be5f4966377a3bef9f92a51d16181e77e19ca1ec4736792da6a18206986bbb54d967499e2ca7e224201cf811f91b5  mono-try-catch.patch
diff --git a/testing/nanomsg/APKBUILD b/testing/nanomsg/APKBUILD
index e48aac555a5bacf2c420a5b5715282e5544b0802..f2d2639dfc29ca7a202ada15cffc9746a9daf478 100644
--- a/testing/nanomsg/APKBUILD
+++ b/testing/nanomsg/APKBUILD
@@ -12,7 +12,6 @@ options="libtool"
 subpackages="$pkgname-dev $pkgname-doc"
 source="$pkgname-$pkgver.tar.gz::https://github.com/nanomsg/nanomsg/archive/$pkgver.tar.gz"
 
-
 build() {
 	cmake \
 		-DCMAKE_INSTALL_PREFIX=/usr \
diff --git a/testing/nginx-naxsi/APKBUILD b/testing/nginx-naxsi/APKBUILD
index 94f914b32ec61b31768e677ada85af3500f3f458..e79dd6b49fd9f9e54c7eec635e4c0c755b205f25 100644
--- a/testing/nginx-naxsi/APKBUILD
+++ b/testing/nginx-naxsi/APKBUILD
@@ -74,7 +74,6 @@ for _m in $_modules; do
 	subpackages="$subpackages $pkgname-mod-$_m:_module"
 done
 
-
 build() {
 	./configure \
 		--prefix=/var/lib/$_pkgname \
diff --git a/testing/nixpacks/APKBUILD b/testing/nixpacks/APKBUILD
index 4f5e25949052aed563c886dac9f64534bafd4a3b..2237da4c4be5eb048b11c08ba3f2608c3628994f 100644
--- a/testing/nixpacks/APKBUILD
+++ b/testing/nixpacks/APKBUILD
@@ -11,10 +11,6 @@ makedepends="cargo"
 source="https://github.com/railwayapp/nixpacks/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
 
 build() {
-	CARGO_PROFILE_RELEASE_LTO=true \
-	CARGO_PROFILE_RELEASE_PANIC=abort \
-	CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1 \
-	CARGO_PROFILE_RELEASE_OPT_LEVEL="s" \
 	cargo build --release
 }
 
diff --git a/testing/nsq/APKBUILD b/testing/nsq/APKBUILD
index bf05c3e01f1a36642528349d409132b8c0c29cb5..0cc8e0fb20ba9ad23a447da795ff4388ad787bd8 100644
--- a/testing/nsq/APKBUILD
+++ b/testing/nsq/APKBUILD
@@ -35,7 +35,6 @@ package() {
 	install -Dm755 -t "$pkgdir"/usr/bin/ build/*
 }
 
-
 sha512sums="
 75a1dd3b05dc940e0ff765fbf6fa938d5b8ba527c4c687ca3ebe4ec1027f782c15dc7c2b27e385c1020da5e822c363fc4a29c6dfe42dc138b865d283c131615a  nsq-1.2.1.tar.gz
 7d7ac1942dbeea48b90fe9e2a88f06c9d197c0c55949ab435edf5e6b3c174c38357749306232f56f26dc2513d049327242bb03c4b655d75db642f28015ad5b58  no-fmt.patch
diff --git a/testing/nushell/APKBUILD b/testing/nushell/APKBUILD
index 1f816020d93d06afd85464b561803dc024400d9f..3a7d97aa5b70df61ed05387c8dced5cc7b327b87 100644
--- a/testing/nushell/APKBUILD
+++ b/testing/nushell/APKBUILD
@@ -15,10 +15,7 @@ install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-deinstall"
 source="$pkgname-$pkgver.tar.gz::https://github.com/nushell/nushell/archive/$pkgver.tar.gz"
 
 # Reduce size of nu binary from 22.7 -> 13.8 MiB (on x86_64 with default feature).
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
 export CARGO_PROFILE_RELEASE_LTO="fat"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
 
 # Temporarily allow textrels on riscv64
 [ "$CARCH" = "riscv64" ] && options="$options textrels"
diff --git a/testing/ocaml-astring/APKBUILD b/testing/ocaml-astring/APKBUILD
index 0721fee8c7bcab79ead56215b3b4e4cd180056f5..dcc55661ae8e652d6bb0130e468bc9b1ea55c3fe 100644
--- a/testing/ocaml-astring/APKBUILD
+++ b/testing/ocaml-astring/APKBUILD
@@ -59,7 +59,6 @@ dev() {
 	done
 }
 
-
 sha512sums="
 b40634cc2053d651bce5c1974996b352ffa48ecac429919113840b2a807efb34387d950f12accb346afd5e40514cb90219d70b00109c30e1450c4e99f65c9856  ocaml-astring-0.8.5.tar.bz2
 "
diff --git a/testing/ocaml-xmlm/APKBUILD b/testing/ocaml-xmlm/APKBUILD
index c1bf8ac4febad3d225bf363d0d7332b81c9fabe7..94b54d39a980cb33df3e054d83cebaf58a2143b7 100644
--- a/testing/ocaml-xmlm/APKBUILD
+++ b/testing/ocaml-xmlm/APKBUILD
@@ -59,7 +59,6 @@ dev() {
 	done
 }
 
-
 sha512sums="
 69f6112e6466952256d670fe1751fe4ae79e20d50f018ece1709eb2240cb1b00968ac7cee110771e0617a38ebc1cdb43e9d146471ce66ac1b176e4a1660531eb  ocaml-xmlm-1.4.0.tar.bz2
 "
diff --git a/testing/pantalaimon/APKBUILD b/testing/pantalaimon/APKBUILD
index f8fd888f492bc753083af9440ae335e3f0fabfd3..35ad0cfe87ababd3662c8d292bc87e55e73d41bd 100644
--- a/testing/pantalaimon/APKBUILD
+++ b/testing/pantalaimon/APKBUILD
@@ -70,7 +70,6 @@ ui() {
 	mv "$pkgdir"/usr/bin/panctl "$subpkgdir"/usr/bin/
 }
 
-
 sha512sums="
 8648037b49aeae9cdc10eaa83257412335267e70163d8800979a47b3c4bfa88d03a5a62272bddfdf1a77b8ea781b089512b6edae0f8ec67a36b28c1098f1d36e  pantalaimon-0.10.5.tar.gz
 "
diff --git a/testing/paperde/APKBUILD b/testing/paperde/APKBUILD
index 3f5c0fa0561ecceb34be8fb05758ebcb35efc32c..bac1a5f9e2226baa3e44cc5bc507c4b814f6abed 100644
--- a/testing/paperde/APKBUILD
+++ b/testing/paperde/APKBUILD
@@ -43,7 +43,6 @@ build() {
 	cmake --build build
 }
 
-
 package() {
 	DESTDIR="$pkgdir" cmake --install build
 }
diff --git a/testing/pcem/APKBUILD b/testing/pcem/APKBUILD
index 17d32ebf5aea72e199f071134c344ac8afa3be92..f97d6d0b9bc944e1791d7429c0dd7286c05b3d29 100644
--- a/testing/pcem/APKBUILD
+++ b/testing/pcem/APKBUILD
@@ -11,7 +11,6 @@ license="GPL-2.0-only"
 makedepends="wxwidgets-dev openal-soft-dev sdl2-dev alsa-lib-dev make autoconf automake"
 source="http://pcem-emulator.co.uk/files/PCemV${pkgver}Linux.tar.gz"
 
-
 prepare() {
 	default_prepare
 	autoreconf
diff --git a/testing/perl-extutils-makemaker/APKBUILD b/testing/perl-extutils-makemaker/APKBUILD
index 03d2d8ca12d3c77b65793c2a0fbd6e09c1e59970..fc3262c268acf79f3619b7a6ef79401162b86e5d 100644
--- a/testing/perl-extutils-makemaker/APKBUILD
+++ b/testing/perl-extutils-makemaker/APKBUILD
@@ -32,9 +32,6 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
-
-
 sha512sums="
 94e2f4e405c8b9d207e12b55832ab4a8e691b3f674c7fc97a1b5b5873cd4a37186b618d2abdb6e2b886201c08caefec68a5c2125645feebb50655a7b6d9c827a  ExtUtils-MakeMaker-7.66.tar.gz
 "
diff --git a/testing/perl-proc-guard/APKBUILD b/testing/perl-proc-guard/APKBUILD
index 07fa2427bcbffc0f2410ae5ab9de9fc7df2b2b4d..cf6683c1a32469f3606e06d4eed95ffabb903108 100644
--- a/testing/perl-proc-guard/APKBUILD
+++ b/testing/perl-proc-guard/APKBUILD
@@ -31,5 +31,4 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
 sha512sums="1f27f7b1ee3116f3136cc4b310751bf0ab5f04a8698ce619cf94341c26e293f8c331126c636c6dd1dcc3b85724b60b22ea553b9c9f85624c59924dc89c2b6ac4  Proc-Guard-0.07.tar.gz"
diff --git a/testing/perl-statistics-descriptive/APKBUILD b/testing/perl-statistics-descriptive/APKBUILD
index 20da1af8595d05547d2f4912694ec45ef58ba687..730701e0abe408b3d32e91f75a3511d81b7540a5 100644
--- a/testing/perl-statistics-descriptive/APKBUILD
+++ b/testing/perl-statistics-descriptive/APKBUILD
@@ -35,5 +35,4 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
 sha512sums="691a99aca4214149d14c770d71b5d97eaefa2690698b0234b11ed33d7bdbc21e9b478941bb8fa46886ea3362f432eb744a3a3b3607f3d3fe189c4256884efdec  Statistics-Descriptive-3.0800.tar.gz"
diff --git a/testing/perl-string-crc32/APKBUILD b/testing/perl-string-crc32/APKBUILD
index 05bfc791cfd0324b78136cafec46ff07aefbf6de..e24f9a927f3470ac3ca2b24c84aa51599f6ccee7 100644
--- a/testing/perl-string-crc32/APKBUILD
+++ b/testing/perl-string-crc32/APKBUILD
@@ -37,5 +37,4 @@ check() {
 	make test
 }
 
-
 sha512sums="24e5f69aa02b16c888fa412afd28f907756e344662d66d05759ed212d97ce3f0a05fbf5bdd1137bc31ae37e27d0778fe23d75def368e051ab1cbc4b90c96907d  String-CRC32-2.100.tar.gz"
diff --git a/testing/perl-term-size/APKBUILD b/testing/perl-term-size/APKBUILD
index 1eed2cf5da9b006aef878dc405a936cd384825eb..bb0454a0f77f7c5a84abae495b134a146650ee81 100644
--- a/testing/perl-term-size/APKBUILD
+++ b/testing/perl-term-size/APKBUILD
@@ -31,5 +31,4 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
 sha512sums="0762951a6125dace8c67548667b8ca353b34199412fbd4c05d417a49a6d3f5bb93172736fcef98e049f094f2fdc62efd334e64f9357c7778665f2aa2bb775e0f  Term-Size-0.211.tar.gz"
diff --git a/testing/perl-test-timer/APKBUILD b/testing/perl-test-timer/APKBUILD
index e0fbc66857ef10be24597f7e175f94e674208f8e..f36f4c21a14ef2febc6d1fdb6553f12be18d73bc 100644
--- a/testing/perl-test-timer/APKBUILD
+++ b/testing/perl-test-timer/APKBUILD
@@ -37,5 +37,4 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
 sha512sums="cd276ee115c31fb24f5f518fcca0e09189e2da8bc009bf6e99b28799117edb93d95492e61c6b60ef1cce9be2fe040eed242bbe3acb8ef8f40778970e24444c9b  Test-Timer-2.11.tar.gz"
diff --git a/testing/powersupply/APKBUILD b/testing/powersupply/APKBUILD
index 6150ae5dd9c63cb0f62db2e24c992af9f5ee1394..6312b827ea6ca5421af5654fff8df728f953412f 100644
--- a/testing/powersupply/APKBUILD
+++ b/testing/powersupply/APKBUILD
@@ -28,7 +28,6 @@ package() {
 	DESTDIR="$pkgdir" meson install --no-rebuild -C output
 }
 
-
 sha512sums="
 1c0e16b8b7bca93e34bfcf604c897bdf7a3bba0a85dab4c875e80d710827b8b8e13b2bc1d210d7f2e81c66005bfd8dd8d9a0fe7aab60215085ef254abc7d827d  powersupply-0.8.0.tar.gz
 "
diff --git a/testing/ppsspp/APKBUILD b/testing/ppsspp/APKBUILD
index 4a18af1ba583ae1714393028d06ac4cc09d3a100..ed47e418a6bb5fbef2277c6640ac11a99ef7de61 100644
--- a/testing/ppsspp/APKBUILD
+++ b/testing/ppsspp/APKBUILD
@@ -47,7 +47,6 @@ package() {
 	DESTDIR="$pkgdir" cmake --install build-qt
 }
 
-
 sha512sums="
 7c61523245a6b8a2e793123864a7758aca230ff76ee6510d71fcd65fc71b71aad48567ae6deb8ac9c4c4a624fb53dc99a68fc70c8ce843d5428eae39d2d87ba0  ppsspp-1.14.3.tar.xz
 "
diff --git a/testing/projectm/APKBUILD b/testing/projectm/APKBUILD
index 7b7392c83aea91766981f29225482d16fe641d6d..5a780da4eb2cb0c08b749f4dc09baa9033af9a5b 100644
--- a/testing/projectm/APKBUILD
+++ b/testing/projectm/APKBUILD
@@ -94,7 +94,6 @@ pulseaudio_doc() {
 	default_doc
 }
 
-
 sha512sums="
 13aafc2ebd5eb4aa59b54d7c1d2933ed9a5c014899560a241079b725ffaed2e37f9ac451bb74a7fce235184ac795c55cb54c1d0f0c9e8c571e5cbda9cd3c4058  projectM-3.1.12.tar.gz
 8250250f5b409b4806869da1a5692d441c6928bf0ababdcce8072df74d8f93b314bbfe2c60a4d2c25a6a4d0d8722e3bf62106c63694933a05022970a3cbf02d1  fix-missing-gl-symbols-on-arm.patch
diff --git a/testing/pw-volume/APKBUILD b/testing/pw-volume/APKBUILD
index a2716796b3f31874df1c934bd530406c2029383f..2e47aee245783bf1c7cd4e703b2c1e1977367239 100644
--- a/testing/pw-volume/APKBUILD
+++ b/testing/pw-volume/APKBUILD
@@ -14,10 +14,7 @@ source="https://github.com/smasher164/pw-volume/archive/v$pkgver/pw-volume-$pkgv
 	"
 options="!check"  # no tests provided
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
 export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
 
 prepare() {
 	default_prepare
diff --git a/testing/py3-django-taggit-serializer/APKBUILD b/testing/py3-django-taggit-serializer/APKBUILD
index dfe63f8029c215f4edb0ac0c2d1cfeefabe27b38..194a30674cf23f6d745d0ba64c5752cf59f8b9bb 100644
--- a/testing/py3-django-taggit-serializer/APKBUILD
+++ b/testing/py3-django-taggit-serializer/APKBUILD
@@ -26,5 +26,4 @@ package() {
 	python3 setup.py --quiet install --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="e4f2dcabac8e4afa9b6969bbb8718e2e5047ec97dab80f800ad73c3f59da438b8e9becbcce1af0c986a4a903a9846ca85db58d2135658d7103caee69431b59a5  py3-django-taggit-serializer-0.1.7.tar.gz"
diff --git a/testing/py3-django-taggit/APKBUILD b/testing/py3-django-taggit/APKBUILD
index b0f9c5ff0d5d50938afaa8dbb54f98a74b6239f4..43f3ba3d1883c968b998761d576e12fb66bc46e8 100644
--- a/testing/py3-django-taggit/APKBUILD
+++ b/testing/py3-django-taggit/APKBUILD
@@ -24,7 +24,6 @@ package() {
 	python3 setup.py --quiet install --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="
 7ebddc4a08629b4382a0f3d73446375860e38f9b42921d4f86668d96c34dd589a5c06f75e5d1c31999a3430b3f6d99339b766eb2cee2930f2222d8cb2871ee1d  py3-django-taggit-1.5.1.tar.gz
 "
diff --git a/testing/py3-drf-yasg/APKBUILD b/testing/py3-drf-yasg/APKBUILD
index 695b19ca4856de471a56a1b0c4276a3c8dfc5a1a..fb7bbb453fc72cbb39ebc4dd75e0da2d69e95f15 100644
--- a/testing/py3-drf-yasg/APKBUILD
+++ b/testing/py3-drf-yasg/APKBUILD
@@ -28,7 +28,6 @@ package() {
 	python3 setup.py --quiet install --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="
 ad16d90b4640cd419cdc9698bdf898161d49b6910b23920237cf77c52baa8e3e7ac21193c6e03cc3dec7f9e4d1651a1fe070d6680c5c4c5df44bdd103ddb32c3  py3-drf-yasg-1.20.0.tar.gz
 "
diff --git a/testing/py3-libmdbx/APKBUILD b/testing/py3-libmdbx/APKBUILD
index 6860107556ef7f2cc6057e0aa16be0152e0e3a05..49b83230d16807d7d31ac2c32e33b5aa61e4a99f 100644
--- a/testing/py3-libmdbx/APKBUILD
+++ b/testing/py3-libmdbx/APKBUILD
@@ -25,5 +25,4 @@ package() {
 	python3 setup.py install --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="3014aa59b7b00c53442b9d2ad2a4ca55f61381c754ea8df1d38d6e26b5ab9109564026efc533a13f4d15fe7a45dbe507a75928a6b47932c89fe7a1d977dc38c4  py3-libmdbx-0.10.2.tar.gz"
diff --git a/testing/py3-preggy/APKBUILD b/testing/py3-preggy/APKBUILD
index d7677f8ba243e8f07539099264603d7e311b47ff..428f858f8d82198c255b787713abfb31198cd723 100644
--- a/testing/py3-preggy/APKBUILD
+++ b/testing/py3-preggy/APKBUILD
@@ -24,7 +24,6 @@ package() {
 	install -Dm644 README.md "$pkgdir"/usr/share/licenses/$pkgname/README.md
 }
 
-
 sha512sums="
 6eb6073eb28ba8684f2795c1d9aa93c2a24e50063359a769f7f7d84da2928e25a0ca86d4ac268dce0c2462bbe1a73e76f496325b6175a1218025e15fb7ce4f4c  preggy-1.4.4.tar.gz
 "
diff --git a/testing/py3-preshed/APKBUILD b/testing/py3-preshed/APKBUILD
index f73acbc851e9e2f209425a3de27d3c7f0dc673ec..0237b6a3dd03f743099966dfa1a0c8b2a0a09046 100644
--- a/testing/py3-preshed/APKBUILD
+++ b/testing/py3-preshed/APKBUILD
@@ -23,7 +23,6 @@ check() {
 
 	cd tmp_install/"$(python3 -c "import site; print(site.getsitepackages()[0])")"
 
-
 	PYTHONPATH="$PWD/usr/lib" \
 		pytest-3 preshed
 }
diff --git a/testing/py3-pyrebase/APKBUILD b/testing/py3-pyrebase/APKBUILD
index c42f0a274b8a9987cdebf03aa22374bdcfa14e7f..5ca443e9326d1a9914e8c4a3c39f56fa1913b261 100644
--- a/testing/py3-pyrebase/APKBUILD
+++ b/testing/py3-pyrebase/APKBUILD
@@ -25,7 +25,6 @@ package() {
 	python3 setup.py install --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="
 49368b656e49eb74d2e690f916eb3a80f0670f5dfcbca0d9972fd7be993df2901a1fe03c70ef738a721a90ea23a49c5361c4fefe80d6f012af609da104506805  Pyrebase-3.0.27.tar.gz
 36fe10f58564995b09d8eced1a2e1b6db7e6c6ad24f3d8f34bbe31edeb331166b1ea11daf93d61c25886f7d5997cf3d4759502e989915aa5b5dceb010e1edd4c  drop-requirements.patch
diff --git a/testing/py3-pystache/APKBUILD b/testing/py3-pystache/APKBUILD
index a5fd0ab069cc3ee299521a7c69c7410b432b75e1..25d31daa8655713b97c5609075d7ab4fe0d78700 100644
--- a/testing/py3-pystache/APKBUILD
+++ b/testing/py3-pystache/APKBUILD
@@ -34,7 +34,6 @@ package() {
 	python3 setup.py install --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="
 802e12795c3ae08fbde37c9e266a60478d46d55a42e2fc339389b664edf3c5ebb2e34069546b820789ad48ed9921f4a2b89f82bb37e72e94846eec0a9ba1568c  pystache-0.6.0.tar.gz
 "
diff --git a/testing/py3-pyte/APKBUILD b/testing/py3-pyte/APKBUILD
index 7af25bc8b92535e3e172668bc8ed77c9a4ad32ac..f255a20b8e68da11319c2d232e818bd87b1b6b19 100644
--- a/testing/py3-pyte/APKBUILD
+++ b/testing/py3-pyte/APKBUILD
@@ -25,7 +25,6 @@ package() {
 	python3 setup.py install --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="
 f49d9394cca92c27fdd5319bdce164d5cac63b77d13156de7105bee6087a615e844fafa8507089c8bf6cf31a796cc858a3ccf597aa23cfa595d0d9e0adfab5d4  pyte-0.8.1.tar.gz
 "
diff --git a/testing/py3-python-jwt/APKBUILD b/testing/py3-python-jwt/APKBUILD
index faa1a29d26afe3d9b6a44124873cb86c6f7dda5f..7ead7b4b39effc151c45ca67e842f239962cef29 100644
--- a/testing/py3-python-jwt/APKBUILD
+++ b/testing/py3-python-jwt/APKBUILD
@@ -25,7 +25,6 @@ package() {
 	install -Dm644 README.md "$pkgdir"/usr/share/licenses/$pkgname/README.md
 }
 
-
 sha512sums="
 94c6ebd7738da3087b7192f3eff3e6af3aa7dce3f38cd0e001261e61a5aa42e03fa08d76bb56b7d033ee64723a428bfbad480b6d46934c9b1ef446f613b1cbe0  python_jwt-4.0.0.tar.gz
 "
diff --git a/testing/py3-sphinxcontrib-blockdiag/APKBUILD b/testing/py3-sphinxcontrib-blockdiag/APKBUILD
index b2bcfabca748d6e98b4d3f849c8a6a125a817549..a0f9eb6530d4149971661b5bb4240da4d3b5cfc9 100644
--- a/testing/py3-sphinxcontrib-blockdiag/APKBUILD
+++ b/testing/py3-sphinxcontrib-blockdiag/APKBUILD
@@ -24,7 +24,6 @@ package() {
 	python3 setup.py install --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="
 e173b4149368b8c13d08da6cd423ebba218ff0265b629242b6076f3781cc1ffe0fa007556cd0019f40bd5e5ed1c0f7953f7713f3dc56eceac3e53cc22b892238  sphinxcontrib-blockdiag-3.0.0.tar.gz
 "
diff --git a/testing/py3-sphinxcontrib-nwdiag/APKBUILD b/testing/py3-sphinxcontrib-nwdiag/APKBUILD
index e2f35ec91df9d5f49e8ade74ba94feb9e4e038b4..4bd1ed838a2088f161319320061b75d311c4f725 100644
--- a/testing/py3-sphinxcontrib-nwdiag/APKBUILD
+++ b/testing/py3-sphinxcontrib-nwdiag/APKBUILD
@@ -24,5 +24,4 @@ package() {
 	python3 setup.py install --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="a77d8259a4c1f238dec20ef0c260e6e0ad4665ab13e0124a5cdd3dc135969b44c218131746cc9f955a3dd088bf3b17e23354f8edc0409a239ca2e02d38ec645a  sphinxcontrib-nwdiag-2.0.0.tar.gz"
diff --git a/testing/py3-ufonormalizer/APKBUILD b/testing/py3-ufonormalizer/APKBUILD
index 63d0d5ab0a75dd832b1162861df480d8302c8dff..faa9900acc61c53e6db2a96862189be01059db52 100644
--- a/testing/py3-ufonormalizer/APKBUILD
+++ b/testing/py3-ufonormalizer/APKBUILD
@@ -27,5 +27,4 @@ package() {
 	chmod -R a+r "$pkgdir"/usr/lib/python3*/site-packages
 }
 
-
 sha512sums="023e52fc6bf3bebdd75b81efc61f8ab3e4c6a62dfb3f6e63efb5a9f4998fcd471be37caab6d8f59733d6f68b1486dfd3f675fb2835f693f5705c7e93a3f07429  ufonormalizer-0.4.2.zip"
diff --git a/testing/pypy-bootstrap/APKBUILD b/testing/pypy-bootstrap/APKBUILD
index 20e8a4caba4c135f1b5d1e7693d607fcacf61a1d..377b0bd1bd445f03a6b31dc01ada7cd3f71f417f 100644
--- a/testing/pypy-bootstrap/APKBUILD
+++ b/testing/pypy-bootstrap/APKBUILD
@@ -76,7 +76,6 @@ build() {
 	cd $srcdir/pycparser-$_pycpver
 	../usr/bin/python2 setup.py install
 
-
 	### PyPy ###
 	cd $srcdir/pypy2.7-v$pkgver-src/pypy/goal
 
diff --git a/testing/rage/APKBUILD b/testing/rage/APKBUILD
index db28f006a4206fb46a4ec8776d0d5b7acb1f9b14..25595d2916285683a4ee95e353516e54db2beb00 100644
--- a/testing/rage/APKBUILD
+++ b/testing/rage/APKBUILD
@@ -18,11 +18,6 @@ source="https://github.com/str4d/rage/archive/v$pkgver/rage-$pkgver.tar.gz
 	fix-build-32bit.patch
 	"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-
 prepare() {
 	default_prepare
 
diff --git a/testing/rav1e/APKBUILD b/testing/rav1e/APKBUILD
index 103ea73d53c84cd376a7cb4a94493e7b245a4567..d2642dcd1c097a5a75206f9878a1c6c9ecb1f954 100644
--- a/testing/rav1e/APKBUILD
+++ b/testing/rav1e/APKBUILD
@@ -19,11 +19,8 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/xiph/rav1e/archive/v$pkgver.
 # riscv64: enable textrels, tests take >6h
 [ "$CARCH" = riscv64 ] && options="$options !check textrels"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
 export CARGO_PROFILE_RELEASE_INCREMENTAL=false
 export CARGO_PROFILE_RELEASE_DEBUG=false
-export CARGO_PROFILE_RELEASE_LTO=true
-export CARGO_PROFILE_RELEASE_PANIC=abort
 
 prepare() {
 	default_prepare
diff --git a/testing/rbw/APKBUILD b/testing/rbw/APKBUILD
index 2da5c5aede63a802ce1be438c444565265134a8c..127d8ae1fe668b4e7bd8c2bff247f68c7b579402 100644
--- a/testing/rbw/APKBUILD
+++ b/testing/rbw/APKBUILD
@@ -18,10 +18,6 @@ export CARGO_HOME="$srcdir"/cargo
 
 # Reduce size of the binaries.
 # 9.1M -> 4.3M
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
 
 prepare() {
 	default_prepare
diff --git a/testing/readosm/APKBUILD b/testing/readosm/APKBUILD
index cd8a2ecb5f6db007aba52a4c1a0edcd468ac5bd1..c5b91314f109eda9b9f6da87beae1177c108775d 100644
--- a/testing/readosm/APKBUILD
+++ b/testing/readosm/APKBUILD
@@ -25,7 +25,6 @@ build() {
 	make
 }
 
-
 check() {
 	make check
 }
diff --git a/testing/restart-services/APKBUILD b/testing/restart-services/APKBUILD
index d22d89468f6177ebff587f35412cf4161d0e13d6..5da6486f5738086a228a26948bbf7e23984ef311 100644
--- a/testing/restart-services/APKBUILD
+++ b/testing/restart-services/APKBUILD
@@ -32,7 +32,6 @@ package() {
 	# SV_ALWAYS+=( myservice )
 	EOF
 
-
 }
 
 sha512sums="
diff --git a/testing/rkdeveloptool/APKBUILD b/testing/rkdeveloptool/APKBUILD
index abb16739cffafbcae2d290ed12e3f911bfd3eb83..536485b4a69794b8eccf8a03b5bfb0589798f65e 100644
--- a/testing/rkdeveloptool/APKBUILD
+++ b/testing/rkdeveloptool/APKBUILD
@@ -20,7 +20,6 @@ package() {
 	DESTDIR="$pkgdir" meson install --no-rebuild -C output
 }
 
-
 sha512sums="
 ff32906924c6bd7027e864d1e417c6e94119a379db2dd6ffdf0c04af666fbb1be787e0a4fad298f87b6ab51696c74ccc51ed9d5a22a59079bbadcc00c0ea4ff1  rkdeveloptool-1.1.0.tar.gz
 "
diff --git a/testing/rqlite/APKBUILD b/testing/rqlite/APKBUILD
index 9e98607da1226c841e397c1ef11903e711a4f041..321b43d1929808e8dbe287000ef9f7f6ec72d49a 100644
--- a/testing/rqlite/APKBUILD
+++ b/testing/rqlite/APKBUILD
@@ -46,7 +46,6 @@ bench() {
 	amove usr/bin/rqbench
 }
 
-
 client() {
 	pkgdesc="$pkgdesc (client)"
 
diff --git a/testing/rustdesk-server/APKBUILD b/testing/rustdesk-server/APKBUILD
index cd0df659a0d9e8b2c67e16b829773a8374ccb04d..b7526a2b87b032243f1b45f51cfcf9e1ffb685ca 100644
--- a/testing/rustdesk-server/APKBUILD
+++ b/testing/rustdesk-server/APKBUILD
@@ -31,7 +31,6 @@ build() {
 	cargo build --release --frozen
 }
 
-
 package() {
 	install="$pkgname.pre-install"
 	install -Dm755 "$builddir/target/release/hbbs" -t "$pkgdir/usr/bin"
diff --git a/testing/ruuvi-prometheus/APKBUILD b/testing/ruuvi-prometheus/APKBUILD
index d9eac036fa388392df105ffd4637ab6c87804e16..6cd28060975eeea75a5fc7ad49884c842e5b3169 100644
--- a/testing/ruuvi-prometheus/APKBUILD
+++ b/testing/ruuvi-prometheus/APKBUILD
@@ -29,6 +29,5 @@ package() {
 	install -Dm755 "$srcdir"/ruuvi-prometheus.initd "$pkgdir"/etc/init.d/ruuvi-prometheus
 }
 
-
 sha512sums="d11f6fcf7ae4d9a9575506aa05d7773e5885b98253e10974cf2ad117e5373d7bcc653e30a0546916580e00d77c30032e2cbf3e7a264d02104d2f9087dc99c340  ruuvi-prometheus-0.1.2.tar.gz
 6eb05b76ea6289799f37a0e0d42e663d6bd013b46468126cb2ac3c90bfd3421db7044895d49e059e32e9d3f5e870343b494ab455f2164727b111b647af107d61  ruuvi-prometheus.initd"
diff --git a/testing/scryer-prolog/APKBUILD b/testing/scryer-prolog/APKBUILD
index 183a1b5976558abb1ce2b29f285733224cf0a9f2..e39e35bb65edcf8b1b4a92739431d14291a1ae25 100644
--- a/testing/scryer-prolog/APKBUILD
+++ b/testing/scryer-prolog/APKBUILD
@@ -28,9 +28,6 @@ export CARGO_FEATURE_USE_SYSTEM_LIBS=1
 export SODIUM_USE_PKG_CONFIG=1
 
 # optimise size
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
 
 prepare() {
 	default_prepare
diff --git a/testing/secsipidx/APKBUILD b/testing/secsipidx/APKBUILD
index eadacdc7807ace5c069c4f046d68c4195764e13f..a68c66b988e0cfc491ce87a7d97b7b6a9758535d 100644
--- a/testing/secsipidx/APKBUILD
+++ b/testing/secsipidx/APKBUILD
@@ -37,7 +37,6 @@ package() {
 	install -D -m755 secsipidx "$pkgdir"/usr/bin/secsipidx
 }
 
-
 sha512sums="
 38855cf0b511c638063daacde040083638f7a53f31366d3df3b4c37d7d29e784f7e352bf4f194f99cab2eacf9308bed207a22b2ec1bfd0d843658f9d1664c997  secsipidx-1.0.0.tar.gz
 d6f60c25ddbb6cd3a3417497f8468722f714ea06285f5de8b77ea574f30b2b4908ff52c2e95d02fff652a21457c3c31433f4db083f5369fa23d4d08cf537633a  go.mod
diff --git a/testing/sentrypeer/APKBUILD b/testing/sentrypeer/APKBUILD
index ff2a4e9780887a2d9232a881141654b0ae43d39f..01dbed90539133452343ee36ee529a86889ae4bf 100644
--- a/testing/sentrypeer/APKBUILD
+++ b/testing/sentrypeer/APKBUILD
@@ -47,7 +47,6 @@ package() {
 	make DESTDIR="$pkgdir" install
 }
 
-
 sha512sums="
 95e97cc41a8916d7618d47a302dc1d0d8873af5724e239139db5c2d839f447aa76bab1f0a6db1898573a519f8e95e5530a4be6dcc640daa1c51c454be662a3fb  sentrypeer-2.0.0.tar.gz
 "
diff --git a/testing/shfm/APKBUILD b/testing/shfm/APKBUILD
index 9626b2de9991f343598795219584c3518c65a6fd..f5efc7d4732f598584574a20e22924568045119d 100644
--- a/testing/shfm/APKBUILD
+++ b/testing/shfm/APKBUILD
@@ -16,5 +16,4 @@ package() {
 	install -Dm0644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
 }
 
-
 sha512sums="57e8af53ea0c65585db0721eae465ea18e9611e2032af0378218dcd8bad798cdc5c3c54c27167093b5833e5b11de3b9ad9f32c52449855a21310b9dd06042c6e  $pkgname-$pkgver.tar.gz"
diff --git a/testing/shntool/APKBUILD b/testing/shntool/APKBUILD
index 86fc757ee15535bfa2f175ac456524e0b6ce95df..60dd2b5e8a3066055f00cfed3c08cf94f211d576 100644
--- a/testing/shntool/APKBUILD
+++ b/testing/shntool/APKBUILD
@@ -15,7 +15,6 @@ source="http://shnutils.freeshell.org/shntool/dist/src/shntool-$pkgver.tar.gz
 	24bit.patch
 	"
 
-
 build() {
 	update_config_sub
 	./configure \
diff --git a/testing/signal-desktop/APKBUILD b/testing/signal-desktop/APKBUILD
index 25c43c0c1ea54530af96f6d5074c8bbcf21b7e63..9a4fa8b6ab92a5a2ed0256ca2158918ddd2bfef3 100644
--- a/testing/signal-desktop/APKBUILD
+++ b/testing/signal-desktop/APKBUILD
@@ -94,9 +94,6 @@ export CFLAGS="${CFLAGS/-g/} -O2 -Wno-deprecated-builtins -Wno-unknown-warning-o
 export CXXFLAGS="${CXXFLAGS/-g/} -O2 -Wno-deprecated-builtins -Wno-unknown-warning-option -Wno-builtin-macro-redefined"
 export CPPFLAGS="$CPPFLAGS -D__DATE__=  -D__TIME__=  -D__TIMESTAMP__="
 
-export CARGO_PROFILE_RELEASE_LTO=true
-export CARGO_PROFILE_RELEASE_PANIC=abort
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
 export CARGO_PROFILE_RELEASE_OPT_LEVEL=2
 export CARGO_PROFILE_RELEASE_STRIP="symbols"
 export RUSTFLAGS="$RUSTFLAGS -C linker=clang -C link-arg=-fuse-ld=lld"
@@ -297,7 +294,6 @@ build() {
 		yarn build
 	)
 
-
 	# module on npm intentionally unbuildable: https://github.com/signalapp/libsignal/issues/464#issuecomment-1160665052
 	(
 		cd "$srcdir"/libsignal-$_libsignalver/node
@@ -336,7 +332,6 @@ build() {
 		esac
 	done
 
-
 	# use system-provided font
 	echo '' > node_modules/typeface-inter/inter.css
 	rm -rf 'node_modules/typeface-inter/Inter '*
diff --git a/testing/silc-client/APKBUILD b/testing/silc-client/APKBUILD
index 4dffa19e5b41f4e44ea65287be50e2c160953939..8e040d5fa97c8152817adb4fc1c90b81bc9d2f1f 100644
--- a/testing/silc-client/APKBUILD
+++ b/testing/silc-client/APKBUILD
@@ -33,5 +33,4 @@ package() {
 	rm $pkgdir/usr/lib/perl5/core_perl/perllocal.pod
 }
 
-
 sha512sums="185cd687a155fbbfbb65877438c2ad099d6795451d443d4d826d47469d312fa9f82035999d1cdf80f24eac2df45a10e88ddf095dc5acda70a31c61a4abb1cdb2  silc-client-1.1.11.tar.gz"
diff --git a/testing/sndfile-tools/APKBUILD b/testing/sndfile-tools/APKBUILD
index e19753d09d7e147ec3115c9bf669cddf405d3f68..31d39408c3df48494eac927710bb2248b8c401cb 100644
--- a/testing/sndfile-tools/APKBUILD
+++ b/testing/sndfile-tools/APKBUILD
@@ -33,7 +33,6 @@ package() {
 	make DESTDIR="$pkgdir" install
 }
 
-
 sha512sums="
 04926a6c489634762efaa787e468ab653990762d5b96ba3cdfca595102c1d5eeb86411c9010d5640b1b3ec2b38d8d9d434fb549c52446e4b88d5b2a1d06a2bc6  sndfile-tools-1.5.tar.bz2
 "
diff --git a/testing/so/APKBUILD b/testing/so/APKBUILD
index 2ed9cf908bce2542939c780e5078b5dfb8f4abc6..3b43a42042bb6fdca69f768ae4261fa260cc6834 100644
--- a/testing/so/APKBUILD
+++ b/testing/so/APKBUILD
@@ -10,10 +10,7 @@ license="MIT"
 makedepends="cargo openssl-dev"
 source="$pkgname-$pkgver.tar.gz::https://github.com/samtay/so/archive/refs/tags/v$pkgver.tar.gz"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
 export CARGO_PROFILE_RELEASE_OPT_LEVEL=2
-export CARGO_PROFILE_RELEASE_PANIC="abort"
 
 prepare() {
 	default_prepare
diff --git a/testing/swayhide/APKBUILD b/testing/swayhide/APKBUILD
index 90d23f78b819b245f2ccfce60bba5d2d8b331e3b..f62f76cb68e3db64d757183b5b5bb25c9c014fff 100644
--- a/testing/swayhide/APKBUILD
+++ b/testing/swayhide/APKBUILD
@@ -10,11 +10,6 @@ license="GPL-3.0-only"
 makedepends="cargo"
 source="https://github.com/NomisIV/swayhide/archive/v$pkgver/swayhide-v$pkgver.tar.gz"
 
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-
 prepare() {
 	default_prepare
 	cargo fetch --locked
diff --git a/testing/tartube/APKBUILD b/testing/tartube/APKBUILD
index 63d1138342442d6f6459285ebde3d0b08473bd67..4c99c1f01c34e5adaafd443d8ad10b81405c7b19 100644
--- a/testing/tartube/APKBUILD
+++ b/testing/tartube/APKBUILD
@@ -30,7 +30,6 @@ case "$CARCH" in
 	*) depends="$depends py3-moviepy py3-imageio" ;;
 esac
 
-
 makedepends="py3-setuptools"
 source="$pkgname-$pkgver.tar.gz::https://github.com/axcore/tartube/archive/v$pkgver.tar.gz"
 
diff --git a/testing/tcpreplay/APKBUILD b/testing/tcpreplay/APKBUILD
index b5daa4b9e0d15090d357b54f5b63b961e5537ff7..a83314b76935bd46d646516f286f247f02cfd862 100644
--- a/testing/tcpreplay/APKBUILD
+++ b/testing/tcpreplay/APKBUILD
@@ -37,7 +37,6 @@ prepare() {
 #     - CVE-2020-24265
 #     - CVE-2020-24266
 
-
 build() {
 	./configure \
 		--build=$CBUILD \
diff --git a/testing/teapot-tools/APKBUILD b/testing/teapot-tools/APKBUILD
index ae2be7a53580d8576ef0ac78d18959c43e4d01fb..65bb290247f9459b8ce87023f6e7440de571239e 100644
--- a/testing/teapot-tools/APKBUILD
+++ b/testing/teapot-tools/APKBUILD
@@ -17,11 +17,6 @@ makedepends="
 source="teapot_tools-$pkgver.tar.gz::https://codeberg.org/selfisekai/teapot_tools/archive/v$pkgver.tar.gz"
 builddir="$srcdir/teapot_tools"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-
 prepare() {
 	default_prepare
 
diff --git a/testing/thefuck/APKBUILD b/testing/thefuck/APKBUILD
index da9daf7d1496e6005e315dfa370b413037489210..2c87f2ee191c8dd083307eff5f1c31cb9aa3e1f6 100644
--- a/testing/thefuck/APKBUILD
+++ b/testing/thefuck/APKBUILD
@@ -24,7 +24,6 @@ package() {
 	python3 setup.py install --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="
 961b9b6dc374cc0b854698455f688cf110adb21cfebd4cb645eb5f1ce11c14de6699bb4d40de86a5f9461273cbfc2eea318a9d437f803dc578dd431966cf26c1  thefuck-3.32.tar.gz
 "
diff --git a/testing/tree-sitter-go/APKBUILD b/testing/tree-sitter-go/APKBUILD
index 0ec0e5d7908872f5186fb34bc3c05f66d73e5b04..e07e9327460b445cc613d8e09aa6f8bdee66b3be 100644
--- a/testing/tree-sitter-go/APKBUILD
+++ b/testing/tree-sitter-go/APKBUILD
@@ -14,7 +14,6 @@ source="https://github.com/tree-sitter/tree-sitter-go/archive/$_gitrev/tree-sitt
 builddir="$srcdir/$pkgname-$_gitrev"
 options="!check" # no tests for shared lib
 
-
 build() {
 	abuild-tree-sitter build
 }
diff --git a/testing/tuc/APKBUILD b/testing/tuc/APKBUILD
index f479652d323903b184d42f797fd228b214d9545e..f3e6297d68002c5ec6f4677c366dcebcd0ba3fa1 100644
--- a/testing/tuc/APKBUILD
+++ b/testing/tuc/APKBUILD
@@ -15,8 +15,6 @@ source="https://github.com/riquito/tuc/archive/v$pkgver/tuc-$pkgver.tar.gz
 
 _cargo_opts='--frozen --features regex'
 
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-
 prepare() {
 	default_prepare
 
diff --git a/testing/tuptime/APKBUILD b/testing/tuptime/APKBUILD
index d572e1171d775a5f8e7c7b3526535f1369698b1c..aa01c94bc20536d575c7efa9fc8a73dd8c1587db 100644
--- a/testing/tuptime/APKBUILD
+++ b/testing/tuptime/APKBUILD
@@ -14,7 +14,6 @@ options="!check"
 source="$pkgname-$pkgver.tar.gz::https://github.com/rfrail3/tuptime/archive/$pkgver.tar.gz
 	$pkgname.cron"
 
-
 package() {
 	install -Dm775 "src/$pkgname" "$pkgdir/usr/bin/$pkgname"
 	install -Dm755 "$srcdir/$pkgname.cron" "$pkgdir"/etc/periodic/15min/$pkgname
diff --git a/testing/uutils-coreutils/APKBUILD b/testing/uutils-coreutils/APKBUILD
index 56aa7217cd081ac7f828950f5acb018f144a24a1..637efb72340f2a68bf61a2109d24cb9a09208e51 100644
--- a/testing/uutils-coreutils/APKBUILD
+++ b/testing/uutils-coreutils/APKBUILD
@@ -16,10 +16,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/uutils/coreutils/archive/$pk
 builddir="$srcdir/$_pkgname-$pkgver"
 options="net !check" # still have the file descriptor issue
 
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
 export RUSTONIG_DYNAMIC_LIBONIG=1
 
 case "$CARCH" in
diff --git a/testing/uxn/APKBUILD b/testing/uxn/APKBUILD
index db536a7f9ce41cc2ae3c84cbcf8895cb83a7ef34..6337f270eb6e7f187eb7ebe99854d797026b264b 100644
--- a/testing/uxn/APKBUILD
+++ b/testing/uxn/APKBUILD
@@ -25,7 +25,6 @@ package() {
 	install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
 }
 
-
 sha512sums="
 d59504f994b487aff151fefdb2f0f87a707fe998c1ea08539dc8d67aed28a4c93c9ff4bde036a9eb44401e8e6a12b7a15c17e434d5cab7b44a17e2e18e50e978  uxn-6317b5cf181e56253da10e0e5051ac75bbb5c4b2.tar.gz
 "
diff --git a/testing/vim-rust/APKBUILD b/testing/vim-rust/APKBUILD
index b1090a8317c3e9e3841dba9fbbc41f932eae65c2..7e6efc09cc64e77a8d22120a35dc1d208004f4b7 100644
--- a/testing/vim-rust/APKBUILD
+++ b/testing/vim-rust/APKBUILD
@@ -15,7 +15,6 @@ install=""
 subpackages=""
 source="https://github.com/rust-lang/rust.vim/archive/$_commit.zip"
 
-
 builddir="$srcdir"/rust.vim-$_commit
 build() {
 	:
diff --git a/testing/vivid/APKBUILD b/testing/vivid/APKBUILD
index ff0985e0909f643105eaca529fee9fa685c25820..75b870be4425d4a69edf7abe89d6e8780c69b04d 100644
--- a/testing/vivid/APKBUILD
+++ b/testing/vivid/APKBUILD
@@ -9,10 +9,7 @@ license="Apache-2.0 AND MIT"
 makedepends="cargo"
 source="$pkgname-$pkgver.tar.gz::https://github.com/sharkdp/vivid/archive/refs/tags/v$pkgver.tar.gz"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
 export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
 
 prepare() {
 	default_prepare
diff --git a/testing/waylevel/APKBUILD b/testing/waylevel/APKBUILD
index 67b5e950b27af6a5ed8dacaaba2f4f0d1947a431..5616b0e425cee2ed9a5352a2be0f6fab69677c0a 100644
--- a/testing/waylevel/APKBUILD
+++ b/testing/waylevel/APKBUILD
@@ -16,10 +16,7 @@ makedepends="
 	"
 source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~shinyzenith/waylevel/archive/$pkgver.tar.gz"
 
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_LTO="true"
 export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
 
 prepare() {
 	default_prepare
diff --git a/testing/wiremapper/APKBUILD b/testing/wiremapper/APKBUILD
index 0e0e623d223005f08cb4ea17792c7eb74e7a2326..d095308ae6a6a246f5bffa49b044dfc30c9db66a 100644
--- a/testing/wiremapper/APKBUILD
+++ b/testing/wiremapper/APKBUILD
@@ -21,7 +21,6 @@ package() {
 	DESTDIR="$pkgdir" meson install --no-rebuild -C output
 }
 
-
 sha512sums="
 dc961223626f84f4f7284087c40c8290b6dea56a5d3909909827ffefd7c576386eaac572a21bc73a3097723965b26f93c2a208fb45b44944166bab950b4c8cbf  wiremapper-0.10.0.tar.gz
 "
diff --git a/testing/wk-adblock/APKBUILD b/testing/wk-adblock/APKBUILD
index 7126c393a7a29aef031128013a78d6e0658f56e6..5dc2f10edfb202ddbd0355550213d002fab7c379 100644
--- a/testing/wk-adblock/APKBUILD
+++ b/testing/wk-adblock/APKBUILD
@@ -16,13 +16,8 @@ source="$pkgname-$pkgver.tar.gz::https://codeload.github.com/DavidVentura/webext
 builddir="$srcdir/webextension-adblocker-$_commit"
 
 # optimise size
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
 export CARGO_FEATURE_USE_SYSTEM_LIBS=1
 
-
 prepare() {
 	default_prepare
 
diff --git a/testing/xf86-video-vboxvideo/APKBUILD b/testing/xf86-video-vboxvideo/APKBUILD
index 5b7eade6f78cb87dfc4306162fa05f2c7a63c6db..cd9befbaca7ceae4109e9c95195781bce94d4c43 100644
--- a/testing/xf86-video-vboxvideo/APKBUILD
+++ b/testing/xf86-video-vboxvideo/APKBUILD
@@ -35,5 +35,4 @@ package() {
 	install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
 }
 
-
 sha512sums="391fc70cb7774e6e4a15f59ae7c92b1ad4dd0cf0854d92d42d990562d35686892646cbf965fd33bc0087e75a23b04162fea67829bad47173401ebac928bdfe47  xf86-video-vboxvideo-1.0.0.tar.gz"
diff --git a/testing/xplr/APKBUILD b/testing/xplr/APKBUILD
index 1c91a53b60e713ebdd1bd2b90acf38c0f3de19f1..8acbfc507b81c1dd65c16611e6fc8bcab41379a7 100644
--- a/testing/xplr/APKBUILD
+++ b/testing/xplr/APKBUILD
@@ -14,11 +14,6 @@ source="
 	remove-vendored-lua.patch
 	"
 
-export CARGO_PROFILE_RELEASE_LTO="true"
-export CARGO_PROFILE_RELEASE_PANIC="abort"
-export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
-export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
-
 prepare() {
 	default_prepare
 
diff --git a/testing/zangband/APKBUILD b/testing/zangband/APKBUILD
index 6259c3bd71b267646d25cb60d7056f6cd4e82970..8e0acd592a93d3c13cdf722c3843d2d32cd982df 100644
--- a/testing/zangband/APKBUILD
+++ b/testing/zangband/APKBUILD
@@ -44,7 +44,6 @@ package() {
 	find "$pkgdir"/usr/lib/zangband -type f -exec chmod a-x {} \;
 }
 
-
 sha512sums="3eb0dc460c98278cceb06fedaec9e844418a92d791baccafcd3c6591cfb7021dc15188a52b4a5d951c23f55444650ed1b7005b49c3ac1773a19657f4ea1ac512  zangband-2.7.5pre1.tar.gz
 ad764771aecc5421a3f25f01b15fe72cf44b17f5a58915ef1f44d2f3d9d8c19f22efffcfc37513deb587f88f6c7ed3f3da82942a922d74ebb307213a3ad3e90b  fix-bad-substitution.patch
 e0551b511c8b6c716704e2799f695f6314246a7c083f1f2ee23761a1d3227d4073e97f4af47e75daef271798b4b65d717a65cb56bae19eb45913321fd906c829  fix-bad-configure.patch
diff --git a/testing/zmusic/APKBUILD b/testing/zmusic/APKBUILD
index 38408cd33d829452086bce30452b8b51c3b8ba62..395c8f7c7c1ce1f163a4da5481527e7ab9bc6c31 100644
--- a/testing/zmusic/APKBUILD
+++ b/testing/zmusic/APKBUILD
@@ -48,8 +48,6 @@ package() {
 	install -Dm644 licenses/dumb.txt "$pkgdir"/usr/share/licenses/$pkgname/dumb.txt
 }
 
-
-
 sha512sums="
 92ab791f48d204a06981c3f73c29362c691c0175e11ef2a60925876d3ab2af77e366b2ecebb3b62b581f0a0169cb5e8b33539fc5671d5b86f0ca8c58aea06645  zmusic-1.1.11.tar.gz
 9b2322ad00dc37debe73f591a2b8c5c2dc1577644f24a3f900a4f5b63e12f8ccff419d361694015815d33e57a15297f352a640ac646cc0e4a9017fe40b8ff388  system-fluidsynth.patch
diff --git a/unmaintained/dspam/APKBUILD b/unmaintained/dspam/APKBUILD
index d1dcf146e7d18af0d74f17c0e73cfb75271f3f8c..b40db9b20f27aa4180e1a06f96dc7db5f8d5d0c3 100644
--- a/unmaintained/dspam/APKBUILD
+++ b/unmaintained/dspam/APKBUILD
@@ -22,7 +22,6 @@ source="http://downloads.sourceforge.net/$pkgname/$pkgname-$_ver.tar.gz
 	dspam.initd
 	musl-fixes.patch"
 
-
 builddir="$srcdir/$pkgname-$_ver"
 
 prepare() {
diff --git a/unmaintained/idris/APKBUILD b/unmaintained/idris/APKBUILD
index 40740215ffbde29cf0524e6a12b6ee83295262a7..5b989e84ca61485b73646f5fe05ff8244d5182a9 100644
--- a/unmaintained/idris/APKBUILD
+++ b/unmaintained/idris/APKBUILD
@@ -47,7 +47,6 @@ cabal_update() {
 	abuild checksum
 }
 
-
 # Used by the subsequent two functions.
 # This barf of a pipeline converts the cabal freeze config file lines from:
 # constraints: foo ==VERSION,
diff --git a/unmaintained/lua-crypto/APKBUILD b/unmaintained/lua-crypto/APKBUILD
index 647d81a8efae870b9b9a706c095f8100fca1ed0b..c6bb1fdba5dad0b12a799688c96b9e3ba8b819ff 100644
--- a/unmaintained/lua-crypto/APKBUILD
+++ b/unmaintained/lua-crypto/APKBUILD
@@ -67,7 +67,6 @@ _split() {
 	done
 }
 
-
 for _v in $_luaversions; do
 	eval "split_${_v/./_}() { _split $_v; }"
 done
diff --git a/unmaintained/lxappearance-obconf/APKBUILD b/unmaintained/lxappearance-obconf/APKBUILD
index 1e4007432f7663288909f04a19c5123482e85a59..02a3695c5f10b1a46ac862491fe14b4c6da266c8 100644
--- a/unmaintained/lxappearance-obconf/APKBUILD
+++ b/unmaintained/lxappearance-obconf/APKBUILD
@@ -26,7 +26,6 @@ build() {
   make || return 1
 }
 
-
 package() {
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR="$pkgdir" install || return 1
diff --git a/unmaintained/ospd-ancor/APKBUILD b/unmaintained/ospd-ancor/APKBUILD
index 15d27b4a8001893049a01b0fbf9ab4f6731f2a6e..ef2a6e2f128be00edd3d96a94f34ccf0933b3bd9 100644
--- a/unmaintained/ospd-ancor/APKBUILD
+++ b/unmaintained/ospd-ancor/APKBUILD
@@ -28,5 +28,4 @@ package() {
 	python3 setup.py install --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="5bf23798c6bed4ba70e8f9c694c5870ef05d39a92091821687251e92df05363016a700dd9432c94646af7763bc7f6681b69a827f9bd8786a614a356d8c40602a  ospd-ancor-1.0.0.tar.gz"
diff --git a/unmaintained/ospd-ovaldi/APKBUILD b/unmaintained/ospd-ovaldi/APKBUILD
index d6389a7cab317b29539b541ea5bcdebe35bcfe48..851136a4415f9bc0dcfb2b89543291b20c33d2a5 100644
--- a/unmaintained/ospd-ovaldi/APKBUILD
+++ b/unmaintained/ospd-ovaldi/APKBUILD
@@ -28,5 +28,4 @@ package() {
 	python3 setup.py install --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="73a0e2782225ca010abcf3ba45378238da44450fd856a2dc6dfbcc1d24c83a8b5e1e252189029c80bab850dff4b91c8f461f49b4a3410e86285b85ce4ac5113a  ospd-ovaldi-1.0.0.tar.gz"
diff --git a/unmaintained/ospd-ssh-keyscan/APKBUILD b/unmaintained/ospd-ssh-keyscan/APKBUILD
index e73b9c914f8a0751d123207026684b6d18684d7f..6470307ce34c9f40ca9a2015634f21c42055b4a9 100644
--- a/unmaintained/ospd-ssh-keyscan/APKBUILD
+++ b/unmaintained/ospd-ssh-keyscan/APKBUILD
@@ -28,5 +28,4 @@ package() {
 	python3 setup.py install --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="510a084ff93e2c6283ef21ea4c439077b15c9ada92f48cd0876fca87d430a4479b5700b536d68322cbcde7a1cc5109993706fae4d29e9ee61a7cb927450e5262  ospd-ssh-keyscan-1.0b1.tar.gz"
diff --git a/unmaintained/ospd-w3af/APKBUILD b/unmaintained/ospd-w3af/APKBUILD
index 45fa5dffbe00c93212b4ba7edbf3c38e60410955..396c424d1f443b7f31ba1350377a3316edd21c2b 100644
--- a/unmaintained/ospd-w3af/APKBUILD
+++ b/unmaintained/ospd-w3af/APKBUILD
@@ -28,5 +28,4 @@ package() {
 	python3 setup.py install --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="798ce2551134e8060d2c8ed5e72ceaa9b378ee31a175120aa43441ea6ff8f5a6cd421c710d6fde7beaf659cd82d213fe78d7d5b8f846be5d2535e094b719977e  ospd-w3af-1.0.0.tar.gz"
diff --git a/unmaintained/perl-anyevent-influxdb/APKBUILD b/unmaintained/perl-anyevent-influxdb/APKBUILD
index c3969bfbc4af768d9fb0a97d32cd0d6cbf8095e1..cdf2b4ee5790702429d65254a4463b3085006958 100644
--- a/unmaintained/perl-anyevent-influxdb/APKBUILD
+++ b/unmaintained/perl-anyevent-influxdb/APKBUILD
@@ -35,5 +35,4 @@ package() {
 	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 }
 
-
 sha512sums="1b88aa659fae9f7089547f9765048368811af26a0d090ead61a862dd00ebe175e9a2ea458dae39590268b0bb77913b630fb13e07fe3bccaff002bb5da6bc2c42  AnyEvent-InfluxDB-1.0.2.0.tar.gz"
diff --git a/unmaintained/pgcluster/APKBUILD b/unmaintained/pgcluster/APKBUILD
index 60a4c57ab60a551e33abcb732775752ab1e89a39..73ef7d6ecf3eccd29cfad490743f863b0c6ff240 100644
--- a/unmaintained/pgcluster/APKBUILD
+++ b/unmaintained/pgcluster/APKBUILD
@@ -68,7 +68,6 @@ client() {
 	mv "$pkgdir"/usr/bin/psql "$subpkgdir"/usr/bin/
 }
 
-
 sha512sums="825b3da733c2e455bbdfca5833ec6f874d622529cc70fa6a398db458696d8398aa52101633ea703c698df0c86170b2522bb289ac3888b3f76575781f4a4c0d64  pgcluster-1.9.0rc5.tar.gz
 e07a310644f6bad61a199c0d16997d2cd5105a81ad92074839c8296f7357e0abd25a17601485f6baf5b62a07e478fda1ceb36ef79dff2341f5b5ea912bd5b17e  musl-fixes.patch
 32f21e761e963f91bd248f52ecb3c2abb9f0951fd5fb6b29c682ef2825aae2ed37483da728dfb8ce6281305e75568a1eac5037ced04ead604ce1c800695a1b52  pgcluster.initd
diff --git a/unmaintained/php7-pear-auth_sasl/APKBUILD b/unmaintained/php7-pear-auth_sasl/APKBUILD
index 4e343417d168eeecadf79fec8a7b9c07cdb09757..e562468215b091a38d077e6a36353df169f36a21 100644
--- a/unmaintained/php7-pear-auth_sasl/APKBUILD
+++ b/unmaintained/php7-pear-auth_sasl/APKBUILD
@@ -19,5 +19,4 @@ package() {
 		cp -R Auth "$pkgdir"/$_phpdir/PEAR
 }
 
-
 sha512sums="446ffa37fe7669d3993613167b07fb173c2e17664dcfb56d96a889b4a0cb2c83cc73d307aee15fc8fa7e666502835c15d09c32d8a491060bdd23c9093346bc40  Auth_SASL-1.1.0.tgz"
diff --git a/unmaintained/premake/APKBUILD b/unmaintained/premake/APKBUILD
index b7639beae4b5bfa8681d8620b0a95c6e7f9e962b..519b2f63b9d95e2360b82888b5200db573d5a167 100644
--- a/unmaintained/premake/APKBUILD
+++ b/unmaintained/premake/APKBUILD
@@ -15,7 +15,6 @@ source="
 "
 builddir="$srcdir/premake-$_ver-src"
 
-
 build() {
 	make -C "$builddir/build/gmake2.unix" config=release
 }
diff --git a/unmaintained/py3-openzwave/APKBUILD b/unmaintained/py3-openzwave/APKBUILD
index ed8fb56873f52e676ed82d2566c3b75449da226d..284f4bf306838f76d64935a089445c90d1a1b5b2 100644
--- a/unmaintained/py3-openzwave/APKBUILD
+++ b/unmaintained/py3-openzwave/APKBUILD
@@ -19,7 +19,6 @@ subpackages="$pkgname-lib $pkgname-api::noarch $pkgname-manager::noarch"
 source="$_name-$pkgver.tar.gz::https://github.com/OpenZWave/python-openzwave/archive/v$pkgver.tar.gz"
 builddir="$srcdir/python-openzwave-$pkgver"
 
-
 build() {
 	cd "$builddir"
 	unset CFLAGS CPPFLAGS
@@ -44,7 +43,6 @@ lib() {
 		--single-version-externally-managed --root ${subpkgdir}
 }
 
-
 api() {
 	pkgdesc="$pkgdesc (api)"
 	depends="python3 $_apideps"
@@ -61,5 +59,4 @@ manager() {
 		--single-version-externally-managed --root "$subpkgdir"
 }
 
-
 sha512sums="153e7571ee445c3af1b5880097ba484657e4c1aa376ae7d3c46b58fc485087742ecd04dba4c1ffba97b2f3b64b4e055cabfed573a457857f9d75e3b6ad12194b  python-openzwave-0.4.19.tar.gz"
diff --git a/unmaintained/py3-shouldbe/APKBUILD b/unmaintained/py3-shouldbe/APKBUILD
index b9fbc66f04e2d743a2efd5343783675baedbba8b..36381aac347055d4f35bc3639d7774e9fdbe889b 100644
--- a/unmaintained/py3-shouldbe/APKBUILD
+++ b/unmaintained/py3-shouldbe/APKBUILD
@@ -26,5 +26,4 @@ package() {
 	python3 setup.py install --prefix=/usr --root="$pkgdir"
 }
 
-
 sha512sums="4469d958db5dbdad08d48ccd11d24db2d2bdba7d11aaaa94827b2963ab7f84f63f4e5674e1cef7a0edecf6020be634d448195a4b322b5ce0381d5c65371019fb  shouldbe-0.1.2.tar.gz"
diff --git a/unmaintained/sipwise-sems/APKBUILD b/unmaintained/sipwise-sems/APKBUILD
index 68dacb89b6196296aa4f5d0f3642d91bf142f528..2a113e68543ddd310512d604a500aef9c00593a2 100644
--- a/unmaintained/sipwise-sems/APKBUILD
+++ b/unmaintained/sipwise-sems/APKBUILD
@@ -55,7 +55,6 @@ prepare() {
 	done
 }
 
-
 build() {
 	cd "$_builddir"
 	# force cmake to use relative paths. It helps us avoid having the
@@ -208,7 +207,6 @@ xmlrpc2di() {
 		usr/lib/sems/plug-in/xmlrpc2di.so
 }
 
-
 md5sums="8799f9be9161ee2024a10d2d36d4d0ae  mr3.8.2.1.tar.gz
 5b2fded836b44bda33f39adc37de4de7  sems-0001-Force-to-use-system-wide-GSM-includes.patch
 b8efd1a6415afa08f7c676f6976fca36  sems-0002-Allow-rewrite-of-custom-makefiles-by-CMake.patch
diff --git a/unmaintained/solid-calendar-store/APKBUILD b/unmaintained/solid-calendar-store/APKBUILD
index b4b90c30dbee40551ebdffc4bd6b74ecfbef13a4..1872d0ef7877170e059897a849457e14015da7ef 100644
--- a/unmaintained/solid-calendar-store/APKBUILD
+++ b/unmaintained/solid-calendar-store/APKBUILD
@@ -33,7 +33,6 @@ package() {
 		"$pkgdir"/usr/share/webapps/solid-community-server/solid-calendar-store
 }
 
-
 sha512sums="
 52f48a8525291af524910576e5350080b94da7ec296e985b995ff8747c4938cf1dbed60d5961685d0ecec1d5f6520a4f043e8cb5997204de4ed354f2dabc893e  solid-calendar-store-0.0.18.tar.gz
 "
diff --git a/unmaintained/webkitgtk/APKBUILD b/unmaintained/webkitgtk/APKBUILD
index ec1d864cb9466aedbd651a34485bd4a0630fb984..5edefd271ed49425bb44610f75a4bd860ff97929 100644
--- a/unmaintained/webkitgtk/APKBUILD
+++ b/unmaintained/webkitgtk/APKBUILD
@@ -121,7 +121,6 @@ build() {
 	(cd build-3.0 && _build 3.0) || return 1
 }
 
-
 package() {
 	cd "$_builddir"
 	for i in 2.0 3.0; do