ilot/{go,uvicorn}: lint
This commit is contained in:
parent
6135e528c8
commit
f558d0f11a
2 changed files with 3 additions and 3 deletions
|
@ -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" ;;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue