summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormorguldir2021-10-19 23:36:01 +0200
committermorguldir2021-10-19 23:36:01 +0200
commit6ff8837246b205972dc3332208c8827912747c02 (patch)
tree5608c3bdeea25de3db901b2702d5e26a3a1c5fd5
parent1aa3f681f7e1f82714990e8db8a83a28c1b04e3c (diff)
downloadaur-6ff8837246b205972dc3332208c8827912747c02.tar.gz
Remove the qt5-olm dependency as it's now optional
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8010e2d8071..ba04bb4d3dab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = quaternion-git
pkgdesc = Qt5-based IM client for the Matrix protocol
- pkgver = 0.0.9.4a.r139.ge56c41b
+ pkgver = 0.0.95.1.flatpak.r6.g3a85cc4
pkgrel = 1
url = https://matrix.org/docs/projects/client/quaternion.html
arch = i686
@@ -13,7 +13,6 @@ pkgbase = quaternion-git
depends = qt5-tools
depends = qt5-quickcontrols
depends = qt5-quickcontrols2
- depends = qt5-olm
optdepends = qtkeychain: Store access tokens in a keyring
provides = quaternion
source = git://github.com/QMatrixClient/Quaternion
@@ -22,4 +21,3 @@ pkgbase = quaternion-git
sha256sums = SKIP
pkgname = quaternion-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 5f6b094226f8..0751cb0674ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
_appname=Quaternion
_pkgname=quaternion
pkgname=quaternion-git
-pkgver=0.0.9.4a.r139.ge56c41b
+pkgver=0.0.95.1.flatpak.r6.g3a85cc4
pkgrel=1
pkgdesc='Qt5-based IM client for the Matrix protocol'
url='https://matrix.org/docs/projects/client/quaternion.html'
arch=('i686' 'x86_64')
license=(GPL3)
-depends=(hicolor-icon-theme qt5-multimedia qt5-tools qt5-quickcontrols qt5-quickcontrols2 qt5-olm)
+depends=(hicolor-icon-theme qt5-multimedia qt5-tools qt5-quickcontrols qt5-quickcontrols2)
makedepends=(cmake git)
optdepends=('qtkeychain: Store access tokens in a keyring')
provides=(quaternion)