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

Daniel M. Capella polyzen at archlinux.org
Mon Jan 7 21:29:02 UTC 2019


    Date: Monday, January 7, 2019 @ 21:29:01
  Author: polyzen
Revision: 420983

Require Cargo.lock is up to date

Modified:
  skim/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-07 20:57:53 UTC (rev 420982)
+++ PKGBUILD	2019-01-07 21:29:01 UTC (rev 420983)
@@ -15,12 +15,12 @@
 
 build() {
   cd skim-$pkgver
-  cargo build --release
+  cargo build --release --locked
 }
 
 check() {
   cd skim-$pkgver
-  cargo test --release
+  cargo test --release --locked
 }
 
 package() {



More information about the arch-commits mailing list