diff --git a/testing/templ/APKBUILD b/testing/templ/APKBUILD index b8b8686dbc4..01cf56f1e8e 100644 --- a/testing/templ/APKBUILD +++ b/testing/templ/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Hoang Nguyen 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 "