ilot/{go,uvicorn}: lint
Some checks failed
/ lint (pull_request) Successful in 43s
/ deploy-x86_64 (pull_request) Has been cancelled
/ deploy-aarch64 (pull_request) Has been cancelled
/ build-aarch64 (pull_request) Has been cancelled
/ build-x86_64 (pull_request) Has been cancelled

This commit is contained in:
Antoine Martin 2025-09-11 13:48:53 -04:00
parent 6135e528c8
commit f558d0f11a
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
2 changed files with 3 additions and 3 deletions

View file

@ -191,7 +191,7 @@ if [ "$CBUILD" = "$CTARGET" ]; then
makedepends="go-bootstrap $makedepends"
provides="go-bootstrap=$pkgver-r$pkgrel"
else
pkgname="go-bootstrap"
pkgname=go-bootstrap
makedepends="go $makedepends"
# Go expect host linker instead of the cross-compiler
export CC_FOR_TARGET="$CC"
@ -206,7 +206,7 @@ armel) export GOARCH="arm" GOARM=5 ;;
armhf) export GOARCH="arm" GOARM=6 ;;
armv7) export GOARCH="arm" GOARM=7 ;;
s390x) export GOARCH="s390x" ;;
x86) export GOARCH="386" ;;
x86) export GOARCH=386 ;;
x86_64) export GOARCH="amd64" ;;
ppc64) export GOARCH="ppc64" ;;
ppc64le) export GOARCH="ppc64le" ;;

View file

@ -1,4 +1,4 @@
maintainer="Michał Polański <michal@polanski.me>"
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=uvicorn
pkgver=0.34.0
pkgrel=0