diff --git a/user/libpinyin/template.py b/user/libpinyin/template.py index 05c8deee2c..aa73ee46a8 100644 --- a/user/libpinyin/template.py +++ b/user/libpinyin/template.py @@ -25,8 +25,6 @@ maintainer = "metalparade " license = "GPL-3.0-or-later" url = "https://github.com/libpinyin/libpinyin" -#do not use this url, packages fetched have no model data files, which need to be fetched during build stage, however we don't have network access -#source = f"{url}/archive/refs/tags/{pkgver}.tar.gz" source = f"{url}/releases/download/{pkgver}/libpinyin-{pkgver}.tar.gz" sha256 = "f816515a6cb7c9a134cb5214de2a3403f03da4791a38d62be45a6fa91ee7e4d9"