summaryrefslogtreecommitdiffstats
path: root/src/utau/openutau
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-06-14 05:29:33 +0200
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-06-14 05:29:33 +0200
commit707d5eec61cf09c45971c8d751af07bf306443a8 (patch)
treeacabaeba39f7824a99789bcfd93e7ea70b2e68fb /src/utau/openutau
parent3ef988b1a5b1262402ab899d1abfb03195668c52 (diff)
downloadalpine-packages-707d5eec61cf09c45971c8d751af07bf306443a8.tar.gz
alpine-packages-707d5eec61cf09c45971c8d751af07bf306443a8.tar.bz2
alpine-packages-707d5eec61cf09c45971c8d751af07bf306443a8.tar.lz
alpine-packages-707d5eec61cf09c45971c8d751af07bf306443a8.zip

utao/openutao: capitalize TODO

Diffstat (limited to 'src/utau/openutau')
-rw-r--r--src/utau/openutau/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utau/openutau/APKBUILD b/src/utau/openutau/APKBUILD
index f2ffe79..d95ce63 100644
--- a/src/utau/openutau/APKBUILD
+++ b/src/utau/openutau/APKBUILD
@@ -16,7 +16,7 @@ license="MIT"
# so:ld-linux-x86-64.so.2 is provided by gcompat
# so:libfontconfig.so.1 is provided by fontconfig
-# todo: once not in testing, add so:libonnxruntime.so provided by onnxruntime-dev
+# TODO: once not in testing, add so:libonnxruntime.so provided by onnxruntime-dev
depends="dotnet8-runtime so:ld-linux-x86-64.so.2 so:libfontconfig.so.1"
# Docs say to use .NET 6, but thats testing repos only.