mirror of
https://github.com/archlinux/aur.git
synced 2026-02-16 14:15:44 +01:00
Fix agen
This commit is contained in:
parent
358b5a1b8f
commit
6937ae18d4
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -22,6 +22,7 @@ prepare() {
|
|||
}
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
export RUSTUP_TOOLCHAIN=stable
|
||||
export CARGO_TARGET_DIR=target
|
||||
cargo build --frozen --release --all-features
|
||||
|
|
@ -35,4 +36,3 @@ check() {
|
|||
package() {
|
||||
sudo install -Dm0755 -t "/usr/bin/" "target/release/$pkgname"
|
||||
}
|
||||
sha256sums=('0bdf82de5b48760e9dcaee0f474ac8cdc333969c60734c4aaa79bc33930a755f')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue