Update .SRCINFO
parent
fb6ffb460f
commit
8a276020af
5
.SRCINFO
5
.SRCINFO
|
@ -2,7 +2,7 @@ pkgbase = nheko-git
|
|||
pkgdesc = Desktop client for the Matrix protocol
|
||||
pkgver = 0.6.3.r1020.be5287a
|
||||
pkgrel = 1
|
||||
url = https://github.com/mujx/nheko
|
||||
url = https://github.com/Nheko-Reborn/nheko
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = GPL3
|
||||
|
@ -11,6 +11,7 @@ pkgbase = nheko-git
|
|||
makedepends = gcc
|
||||
makedepends = fontconfig
|
||||
makedepends = qt5-tools
|
||||
makedepends = nlohmann-json
|
||||
depends = qt5-base
|
||||
depends = lmdb
|
||||
depends = qt5-multimedia
|
||||
|
@ -21,7 +22,7 @@ pkgbase = nheko-git
|
|||
depends = cmark
|
||||
provides = nheko
|
||||
conflicts = nheko
|
||||
source = nheko-git::git://github.com/mujx/nheko.git
|
||||
source = nheko-git::git://github.com/Nheko-Reborn/nheko.git
|
||||
md5sums = SKIP
|
||||
|
||||
pkgname = nheko-git
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -11,7 +11,7 @@ url="https://github.com/Nheko-Reborn/nheko"
|
|||
license=("GPL3")
|
||||
|
||||
depends=("qt5-base" "lmdb" "qt5-multimedia" "qt5-svg" "boost" "libsodium" "openssl" "cmark")
|
||||
makedepends=("git" "cmake" "gcc" "fontconfig" "qt5-tools")
|
||||
makedepends=("git" "cmake" "gcc" "fontconfig" "qt5-tools" "nlohmann-json")
|
||||
|
||||
provides=("nheko")
|
||||
conflicts=("nheko")
|
||||
|
@ -33,7 +33,7 @@ build() {
|
|||
|
||||
rm -f cmake/FindOlm.cmake
|
||||
|
||||
cmake -Hdeps -B.deps -DUSE_BUNDLED_BOOST=OFF -DUSE_BUNDLED_CMARK=OFF -DUSE_BUNDLED_JSON=ON
|
||||
cmake -Hdeps -B.deps -DUSE_BUNDLED_BOOST=OFF -DUSE_BUNDLED_CMARK=OFF
|
||||
cmake --build .deps
|
||||
|
||||
cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release \
|
||||
|
|
Loading…
Reference in New Issue