summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2024-01-26minor fixupsxiota
2023-11-19update cmake commandsxiota
minor reorganization
2023-04-27update dependenciesxiota
update pkgver update license to GPL3 update build, package guard variables with quotes fix url
2023-03-09Switch to branch "develop"Peter Mattern
It doesn't support the web interface, but does support BitTorrent.
2018-09-16Temporarily use POCO for web interfacePeter Mattern
Pion is no longer developed, doesn't compile against current Boost and hence isn't usable any longer. Boost.Beast will be the successor but isn't implemented yet. Until then we'll temporarily use POCO via a dedicated upstream branch, which was introduced for testing, but is currently synced with master.
2016-12-27Enable web interfacePeter Mattern
2016-12-27Build out-of-sourcePeter Mattern
2016-11-14Re-enable BitTorrentPeter Mattern
Application was adjusted to recent stable release of libtorrent-rasterbar in 8977a37 (https://github.com/LubosD/fatrat/issues/35).
2016-09-16Disable BitTorrentPeter Mattern
libtorrent-rasterbar recently suffered from a security hole, see e. g. http://seclists.org/oss-sec/2016/q3/443, which was fixed in its 1.1.x releases but not yet in 1.0.x which FatRat is still depending on.
2016-07-20Depend on libtorrent-rasterbar-109Peter Mattern
Adjusting current master to libtorrent-masterbar 1.1 turns out to take rather long so we'll depend on an AUR package providing the library's predecessor for the time being.
2016-06-28Drop make dependency QtWebKitPeter Mattern
https://github.com/LubosD/fatrat/issues/34
2016-06-27Update dependencies, adapt to pacman hooksPeter Mattern
Application is relying on QtWebEngine by now, isn't compatible with latest libtorrent-rasterbar yet. Optionally depend on desktop-file utils to register application in mimeinfo.cache.
2015-09-28Adjust download URLPeter Mattern
upon agreeing with upstream that the one on GitHub may be the more reliable one in the long run
2015-08-15Fixes regarding BitTorrent and package versionPeter Mattern
* typo and insufficient dependency (makedepends instead of depends) * pkgver() was uninentionally replacing '_' with '.'
2015-08-14initial commitPeter Mattern