summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Andreyev2020-04-09 01:29:36 +0300
committerAlexey Andreyev2020-04-09 01:29:36 +0300
commit7d1eb30bfa8ce4ab4bdd5c4088038248bce10184 (patch)
tree45f8ecf273752abee9d55dc750f575aea7c56d0b
parent244d59daa70bf74f22ff71b590c64a27206692fa (diff)
downloadaur-7d1eb30bfa8ce4ab4bdd5c4088038248bce10184.tar.gz
Make qt5-olm optional
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b388daedb427..09282b3d15db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = libquotient
makedepends = gcc
depends = qt5-base
depends = qt5-multimedia
- depends = qt5-olm
+ optdepends = qt5-olm
provides = libquotient
conflicts = libquotient
source = libquotient::git+https://github.com/quotient-im/libQuotient.git#tag=0.5.3.2
diff --git a/PKGBUILD b/PKGBUILD
index f4735d10a67c..b1f8b592af27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ pkgdesc="A Qt5 library to write cross-platform clients for Matrix"
arch=(x86_64)
url="https://github.com/quotient-im/libQuotient"
license=("LGPL2")
-depends=("qt5-base" "qt5-multimedia" "qt5-olm")
+depends=("qt5-base" "qt5-multimedia")
+optdepends=("qt5-olm")
makedepends=("git" "cmake" "make" "gcc")
provides=("libquotient")
conflicts=("libquotient")