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

George Rawlinson grawlinson at gemini.archlinux.org
Sat Aug 14 05:01:21 UTC 2021


    Date: Saturday, August 14, 2021 @ 05:01:20
  Author: grawlinson
Revision: 998338

upgpkg: bottom

Revert changes to prepare().

Modified:
  bottom/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-14 01:47:03 UTC (rev 998337)
+++ PKGBUILD	2021-08-14 05:01:20 UTC (rev 998338)
@@ -20,7 +20,7 @@
 
 prepare() {
   cd "$pkgname-$pkgver"
-  cargo fetch --locked
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
 }
 
 build() {



More information about the arch-commits mailing list