Skip to content

Commit 6740310

Browse files
committed
Revert "agsh: comment the --locked option"
This reverts commit 0a208d1.
1 parent 665123f commit 6740310

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

archlinuxcn/agsh/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ sha256sums=('10c239bbc341b084c3c9c56219eecfec5940cbe74c365fc5742c5c8f8d8f634e')
1515
prepare() {
1616
cd "${pkgname}-${pkgver}/"
1717
export RUSTUP_TOOLCHAIN=stable
18-
cargo fetch --target host-tuple # --locked
18+
cargo fetch --locked --target host-tuple
1919
}
2020

2121
build() {

0 commit comments

Comments
 (0)