[arch-commits] Commit in gitprompt-rs/trunk (PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Fri Dec 28 20:47:39 UTC 2018


    Date: Friday, December 28, 2018 @ 20:47:39
  Author: polyzen
Revision: 418772

Require Cargo.lock is up to date

Modified:
  gitprompt-rs/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-28 20:42:01 UTC (rev 418771)
+++ PKGBUILD	2018-12-28 20:47:39 UTC (rev 418772)
@@ -15,7 +15,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  cargo build --release
+  cargo build --release --locked
 }
 
 package() {



More information about the arch-commits mailing list