summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-04-21 11:49:20 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-04-21 11:49:20 +0200
commitca5959414fe8cadd6909d1d8a0cdf96baf96eb40 (patch)
treef029664dea1e627b88b901fb5dbcf136854dcd1b /community
parent1e719edec4758bac02bdd54e60e3b9fc4a29f673 (diff)
downloadpackages-ca5959414fe8cadd6909d1d8a0cdf96baf96eb40.tar.xz
community/exa: fixed completely borked PKGBUILD
Diffstat (limited to 'community')
-rw-r--r--community/exa/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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)