Date: Friday, March 10, 2023 @ 13:39:20
Author: alerque
Revision: 1417242
Drop export only applicable to AUR/makepkg builds not chroots
Repo packages *must* be built in a chroot, which makes this export irrelevant.
It is only useful for AUR packages that may be built in a dirty environment.
Modified:
kooha/trunk/PKGBUILD
----------+
PKGBUILD | 2 --
1 file changed, 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-10 13:17:13 UTC (rev 1417241)
+++ PKGBUILD 2023-03-10 13:39:20 UTC (rev 1417242)
@@ -17,12 +17,10 @@
prepare() {
cd Kooha-$pkgver
- export RUSTUP_TOOLCHAIN=stable
cargo fetch --target "$CARCH-unknown-linux-gnu"
}
build() {
- export RUSTUP_TOOLCHAIN=stable
arch-meson Kooha-$pkgver build
meson compile -C build
}