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

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


    Date: Saturday, August 14, 2021 @ 05:04:53
  Author: grawlinson
Revision: 998340

upgpkg: dust

Use CARCH rather than hardcoded variable.

Modified:
  dust/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-14 05:04:07 UTC (rev 998339)
+++ PKGBUILD	2021-08-14 05:04:53 UTC (rev 998340)
@@ -15,7 +15,7 @@
 
 prepare() {
   cd "$pkgname-$pkgver"
-  cargo fetch --locked --target x86_64-unknown-linux-gnu
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
 }
 
 build() {



More information about the arch-commits mailing list