summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoseph Donofry2022-11-14 18:42:05 -0500
committerJoseph Donofry2022-11-14 18:42:05 -0500
commit6ee5522513d8ef3f2bb53d8fc09b93876f919a8a (patch)
tree97cf45d22282920c5e1a1e29d89144760fdaf09c /PKGBUILD
parent73efa07860c52ace2f462bc1c95c4323583ca1ae (diff)
downloadaur-6ee5522513d8ef3f2bb53d8fc09b93876f919a8a.tar.gz
Add re2 module to depends; image plugins to opt-depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a38c6e4ea88..5558ccdc7970 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Joseph Donofry <joe at joedonofry dot com>
pkgname=nheko-git
-pkgver=0.10.2.r98.gac48c332
+pkgver=0.10.2.r142.ged889c32
pkgrel=1
pkgdesc="Desktop client for the Matrix protocol"
arch=("i686" "x86_64" "aarch64")
@@ -10,9 +10,9 @@ 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")
+optdepends=("kimageformats" "qt5-imageformats" "qt-jdenticon")
provides=("nheko=${pkgver}")
conflicts=("nheko")