1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00

testing/templ: upgrade to 0.2.663

This commit is contained in:
Hoang Nguyen 2024-05-04 00:00:00 +07:00 committed by omni
parent e06a46d8e3
commit 7a724b269b

View file

@ -1,7 +1,7 @@
# Maintainer: Hoang Nguyen <folliekazetani@protonmail.com>
pkgname=templ
pkgver=0.2.598
pkgrel=2
pkgver=0.2.663
pkgrel=0
pkgdesc="Language for writing HTML user interface in Go"
url="https://templ.guide/"
arch="all"
@ -11,10 +11,10 @@ checkdepends="gopls"
source="$pkgname-$pkgver.tar.gz::https://github.com/a-h/templ/archive/refs/tags/v$pkgver.tar.gz"
options="net" # download Go modules
# /cmd/templ/lspcmd: hangs on s390x
# /cmd/templ/lspcmd: hangs on s390x, fails on riscv64
# /cmd/templ/generatecmd/testwatch: panics on 32-bit platforms (unaligned 64-bit atomic operation)
case "$CARCH" in
s390x|x86|armhf|armv7) options="$options !check";;
s390x|riscv64|x86|armhf|armv7) options="$options !check";;
esac
export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"
@ -36,5 +36,5 @@ package() {
}
sha512sums="
7c7988e27498e391701c7df29663c3a44c2a50f97ea668a6fd84e54ee30dd47f3c52fe904f27b0dd184718f5518bee284e4899da48e6a00109691eaa65da6092 templ-0.2.598.tar.gz
ea70cbae3dda39c1af331d4cecdd8690a09223892d5a3992fa52ffaeab4d165981cc0359abd9d08d269f936ceab70e998320ee64c8a4ffe984370e6099011df5 templ-0.2.663.tar.gz
"