Update Dependencies
mtxclient no longer depends on boost and instead uses a custom library (coeurl) built on top of curl. As such, curl and libevent are now required.
This commit is contained in:
parent
fad8f206cc
commit
ab0e72ae9e
2 changed files with 7 additions and 8 deletions
7
.SRCINFO
7
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = nheko-git
|
||||
pkgdesc = Desktop client for the Matrix protocol
|
||||
pkgver = 0.8.2.r156.gfddc558b
|
||||
pkgver = 0.8.2.r169.g5b016cbc
|
||||
pkgrel = 1
|
||||
url = https://github.com/Nheko-Reborn/nheko
|
||||
arch = i686
|
||||
|
|
@ -12,7 +12,6 @@ pkgbase = nheko-git
|
|||
makedepends = fontconfig
|
||||
makedepends = qt5-tools
|
||||
makedepends = nlohmann-json
|
||||
makedepends = boost
|
||||
depends = qt5-base
|
||||
depends = lmdb
|
||||
depends = qt5-graphicaleffects
|
||||
|
|
@ -21,7 +20,6 @@ pkgbase = nheko-git
|
|||
depends = qt5-quickcontrols2
|
||||
depends = qt5-declarative
|
||||
depends = qtkeychain-qt5
|
||||
depends = boost-libs
|
||||
depends = cmark
|
||||
depends = openssl
|
||||
depends = hicolor-icon-theme
|
||||
|
|
@ -32,10 +30,11 @@ pkgbase = nheko-git
|
|||
depends = libnice
|
||||
depends = libolm
|
||||
depends = spdlog
|
||||
depends = curl
|
||||
depends = libevent
|
||||
provides = nheko
|
||||
conflicts = nheko
|
||||
source = nheko-git::git+https://github.com/Nheko-Reborn/nheko.git#branch=master
|
||||
md5sums = SKIP
|
||||
|
||||
pkgname = nheko-git
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue