aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTBK2020-06-06 19:09:27 +0200
committerTBK2020-06-06 19:09:27 +0200
commit5434d0e8c621e561a6e926d6c5b10f97edf47193 (patch)
treeb972f7ca9d5f907410ab2f6097e5c9b612ec5f79 /PKGBUILD
parent08140d3681227db39e44967643385ff7a70ff8dd (diff)
downloadaur-5434d0e8c621e561a6e926d6c5b10f97edf47193.tar.gz
Add cmark to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 047f73bb0664..3b84228e6545 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=spectral-matrix
_pkgname=spectral
pkgver=854
-pkgrel=1
+pkgrel=2
_commit_sortfilterproxymodel="6678acc67c4fce90851e7ee7602b4350b6b4c15b"
pkgdesc='Glossy cross-platform client for Matrix'
url='https://gitlab.com/spectral-im/spectral'
arch=('x86_64')
license=('GPL-3.0-or-later')
conflicts=('spectral-matrix-git')
-depends=('qt5-graphicaleffects' 'qt5-multimedia' 'qt5-quickcontrols2' 'qt5-svg' 'qt5-tools' 'qtkeychain' 'libquotient-git' 'libqtolm')
+depends=('cmark' 'qt5-graphicaleffects' 'qt5-multimedia' 'qt5-quickcontrols2' 'qt5-svg' 'qt5-tools' 'qtkeychain' 'libquotient-git' 'libqtolm')
makedepends=('cmake')
source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/spectral-im/spectral/-/archive/$pkgver/spectral-$pkgver.tar.gz"
"SortFilterProxyModel-$_commit_sortfilterproxymodel.tar.gz::https://github.com/oKcerG/SortFilterProxyModel/archive/$_commit_sortfilterproxymodel.tar.gz")