summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2018-09-16 18:36:10 +0200
committerPeter Mattern2018-09-16 19:05:09 +0200
commitfa6550c109e676cf21e9b5f0165abdab7a6257a1 (patch)
tree9458642ad32baec378b5912e2583f62eab99faf3
parentda222e4bc8f4ebc4a51a676d2f0fe55d3086bc73 (diff)
downloadaur-fa6550c109e676cf21e9b5f0165abdab7a6257a1.tar.gz
Temporarily use POCO for web interface
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.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d866457a4354..22306f58f020 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Dec 27 20:52:52 UTC 2016
pkgbase = fatrat-git
pkgdesc = Qt Download/Upload Manager
- pkgver = 1.2.0_beta2.45.g14a1a14
+ pkgver = 1.2.0_beta2.52.gedfd535
pkgrel = 1
url = http://fatrat.dolezel.info
arch = i686
@@ -13,14 +11,14 @@ pkgbase = fatrat-git
makedepends = boost
depends = curl
depends = libtorrent-rasterbar
- depends = pion-git
+ depends = poco
depends = qt5-tools
depends = qt5-svg
depends = qt5-webengine
optdepends = desktop-file-utils: add application to MIME database
provides = fatrat
conflicts = fatrat
- source = git+https://github.com/LubosD/fatrat.git
+ source = git+https://github.com/LubosD/fatrat.git#branch=feature/poconet_migration
sha256sums = SKIP
pkgname = fatrat-git
diff --git a/PKGBUILD b/PKGBUILD
index 9c2be2fe987c..d71e944e21b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
_pkgname='fatrat'
pkgname="$_pkgname-git"
-pkgver=1.2.0_beta2.45.g14a1a14
+pkgver=1.2.0_beta2.52.gedfd535
pkgrel=1
pkgdesc='Qt Download/Upload Manager'
arch=('i686' 'x86_64')
url='http://fatrat.dolezel.info'
license=('custom: GPL2 + complement')
-depends=('curl' 'libtorrent-rasterbar' 'pion-git' "qt5-"{tools,svg,webengine})
+depends=('curl' 'libtorrent-rasterbar' 'poco' "qt5-"{tools,svg,webengine})
optdepends=('desktop-file-utils: add application to MIME database')
makedepends=('git' 'cmake' 'boost')
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("git+https://github.com/LubosD/fatrat.git")
+source=("git+https://github.com/LubosD/fatrat.git#branch=feature/poconet_migration")
sha256sums=("SKIP")
pkgver() {