index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/exa/PKGBUILD | 4 |
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) |