Pamac can't parse ArchLinux APPstream Data correctly
https://www.archlinux.org/packages/extra/any/archlinux-appstream-data/
The problem is that the program can't interpret <em> and </em>
clauses
This is the error that appears:
** (process:24041): WARNING **: 19:44:54.834: database.vala:106: Failed to parse /usr/share/app-info/xmls/community.xml.gz file: Error on line 44941 char 10:
already set ' OnionShare lets you securely and anonymously send and receive files. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable web address so others can download files from you, or upload files to you. It does ' and tried to replace with ' require setting up a separate server or using a third party file-sharing service. '
And this is the snippet that causes the error:
<p>
OnionShare lets you securely and anonymously send and receive files. It works by starting a web server,
making it accessible as a Tor onion service, and generating an unguessable web address so others can
download files from you, or upload files to you. It does <em>not</em> require setting up a separate server
or using a third party file-sharing service.
</p>
If you delete <em> and </em>
clauses it works correctly.