Added re2 dependency
parent
2173e1d78e
commit
d66f947417
1
.SRCINFO
1
.SRCINFO
|
@ -36,6 +36,7 @@ pkgbase = nheko-git
|
|||
depends = curl
|
||||
depends = libevent
|
||||
depends = pkg-config
|
||||
depends = re2
|
||||
optdepends = qt-jdenticon
|
||||
provides = nheko=0.10.2.r98.gac48c332
|
||||
conflicts = nheko
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -10,7 +10,7 @@ arch=("i686" "x86_64" "aarch64")
|
|||
url="https://github.com/Nheko-Reborn/nheko"
|
||||
license=("GPL3")
|
||||
|
||||
depends=("qt5-base" "lmdb" "qt5-graphicaleffects" "qt5-multimedia" "qt5-svg" "qt5-quickcontrols2" "qt5-declarative" "qtkeychain-qt5" "cmark" "openssl" "hicolor-icon-theme" "gstreamer" "gst-plugins-base" "gst-plugins-good" "gst-plugins-bad" "gst-plugin-qmlgl" "libnice" "libolm" "spdlog" "curl" "libevent" "pkg-config")
|
||||
depends=("qt5-base" "lmdb" "qt5-graphicaleffects" "qt5-multimedia" "qt5-svg" "qt5-quickcontrols2" "qt5-declarative" "qtkeychain-qt5" "cmark" "openssl" "hicolor-icon-theme" "gstreamer" "gst-plugins-base" "gst-plugins-good" "gst-plugins-bad" "gst-plugin-qmlgl" "libnice" "libolm" "spdlog" "curl" "libevent" "pkg-config" "re2")
|
||||
makedepends=("git" "cmake" "gcc" "fontconfig" "qt5-tools" "nlohmann-json" "asciidoc")
|
||||
optdepends=("qt-jdenticon")
|
||||
provides=("nheko=${pkgver}")
|
||||
|
|
Loading…
Reference in New Issue