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

George Rawlinson grawlinson at gemini.archlinux.org
Sat Aug 14 05:04:08 UTC 2021


    Date: Saturday, August 14, 2021 @ 05:04:07
  Author: grawlinson
Revision: 998339

upgpkg: git-delta

Revert changes to prepare().

Modified:
  git-delta/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-14 05:01:20 UTC (rev 998338)
+++ PKGBUILD	2021-08-14 05:04:07 UTC (rev 998339)
@@ -24,7 +24,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