The package now uses Qt6 build by default.
To use Qt5 build, define QT5_BUILD
environment variable. Example:
QT5_BUILD= makepkg -si
Git Clone URL: | https://aur.archlinux.org/torrent-file-editor.git (read-only, click to copy) |
---|---|
Package Base: | torrent-file-editor |
Description: | Qt based GUI tool designed to create and edit .torrent files |
Upstream URL: | https://torrent-file-editor.github.io/ |
Licenses: | GPL-3.0-or-later |
Submitter: | Hanabishi |
Maintainer: | Hanabishi |
Last Packager: | Hanabishi |
Votes: | 4 |
Popularity: | 0.000014 |
First Submitted: | 2022-02-06 22:05 (UTC) |
Last Updated: | 2024-10-08 12:01 (UTC) |
The package now uses Qt6 build by default.
To use Qt5 build, define QT5_BUILD
environment variable. Example:
QT5_BUILD= makepkg -si
Yeah, the archive has been reuploaded upstream. Fixed.
Hello! When compiling the program (version 0.3.18-1), an error pops up:
"ERROR: Source files failed integrity check!"
Dear Hanabishi, your PKGBUILD has the wrong hash sum for the program source archive.
Please change the hash sum to the correct one, please. Thank you.
For everyone else: in order for the packer to build without errors, you need to download the source archive from the git repository, calculate its hash sum and replace the erroneous hash sum in PKGBUILD with it.
Здравствуйте! При компиляции программы (версия 0.3.18-1) выскакивает ошибка:
"ОШИБКА: Исходные файлы не прошли проверку целостности!"
Уважаемый Hanabishi, у Вас в PKGBUILD установлена не правильная хеш-сумма для архива с исходниками программы.
Измените, пожалуйста, хеш-сумму на правильную, пожалуйста. Спасибо.
Для всех остальных: чтобы пакер собирался без ошибок, нужно скачать архив с исходниками с git-репозитория, посчитать его хеш-сумму и заменить ею ошибочную хеш-сумму в PKGBUILD.
Pinned Comments
Hanabishi commented on 2024-03-08 14:48 (UTC)
The package now uses Qt6 build by default.
To use Qt5 build, define
QT5_BUILD
environment variable. Example: