From ca5959414fe8cadd6909d1d8a0cdf96baf96eb40 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 21 Apr 2022 11:49:20 +0200 Subject: community/exa: fixed completely borked PKGBUILD --- community/exa/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community') diff --git a/community/exa/PKGBUILD b/community/exa/PKGBUILD index dc7c4354..c1be6424 100644 --- a/community/exa/PKGBUILD +++ b/community/exa/PKGBUILD @@ -1,6 +1,6 @@ # rust currenly broken, use rust159-bin for now till we can rebuild rust -# with rist159-bin -makedepends[@]/cargo/}) +# with rust159-bin +makedepends=(${makedepends[@]//cargo/}) makedepends+=(rust159-bin) # pandoc is mainly broken currently (FS32#180) -- cgit v1.2.3-54-g00ecf