Evelyn

Results 8 comments of Evelyn

@RoryNesbitt that's weird... Does it work when adding this function to the PKGBUILD? ``` prepare() { cd "$pkgname-$pkgver" export RUSTUP_TOOLCHAIN=stable cargo fetch --locked --target "$CARCH-unknown-linux-gnu" } ```

Seems like an issue with cargo needing to download dependencies

should now work with ripdrag 0.2.1-2

Updated to v0.3.2, looking to make -git tracking package instead

# Important update **The new AUR package is now `ripdrag-git` instead of `ripdrag`** I have made a request to merge the old package into the new one. As the name...

@pbosab thank's for the advice

> Please provide a pre- compiled binary. Sorry but I agree with @pbosab on this way of packaging. A -git tracking package is more appropriate at this stage of development....

Could you also run `cargo fmt` to check the formatting please? It helps with the style looking uniform across the project. Thanks!