summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMidov2020-12-09 09:50:29 +0100
committerMidov2020-12-09 09:50:29 +0100
commit91e5cadcf4ecb5234e9ccaa0050bed312cc6cd73 (patch)
treecb5aec01851b2a16b2489f2857be21f63ae6749c
parent5694a7f64f0b3d1420c30be24c1017a64d68feba (diff)
downloadaur-91e5cadcf4ecb5234e9ccaa0050bed312cc6cd73.tar.gz
added python-sortedcontainers
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0f1820e8383..337d204858ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -35,6 +35,7 @@ pkgbase = matrix-mirage-git
depends = python-matrix-nio>=0.15.0
depends = libxss
depends = python-plyer
+ depends = python-sortedcontainers
source = git://github.com/mirukana/mirage.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4b3714a47f3f..898096812cb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='A fancy, customizable, keyboard-operable Matrix chat client for encrypt
arch=('any')
url='https://github.com/mirukana/mirage'
license=('LGPL3')
-depends=('qt5-base' 'qt5-declarative' 'qt5-quickcontrols2' 'qt5-svg' 'qt5-graphicaleffects' 'qt5-imageformats' 'python' 'python-pyotherside' 'libolm' 'libjpeg-turbo' 'zlib' 'libtiff' 'libwebp' 'openjpeg2' 'libmediainfo' 'python-pillow' 'python-pymediainfo' 'python-cairosvg' 'python-aiofiles' 'python-appdirs' 'python-filetype' 'python-html-sanitizer' 'python-lxml' 'python-mistune' 'python-blist' 'python-matrix-nio>=0.15.0' 'libxss' 'python-plyer')
+depends=('qt5-base' 'qt5-declarative' 'qt5-quickcontrols2' 'qt5-svg' 'qt5-graphicaleffects' 'qt5-imageformats' 'python' 'python-pyotherside' 'libolm' 'libjpeg-turbo' 'zlib' 'libtiff' 'libwebp' 'openjpeg2' 'libmediainfo' 'python-pillow' 'python-pymediainfo' 'python-cairosvg' 'python-aiofiles' 'python-appdirs' 'python-filetype' 'python-html-sanitizer' 'python-lxml' 'python-mistune' 'python-blist' 'python-matrix-nio>=0.15.0' 'libxss' 'python-plyer' 'python-sortedcontainers')
makedepends=('cmake' 'git')
conflits=('mirage' 'mirage-matrix' 'matrix-mirage')
source=("git://github.com/mirukana/${_name}.git")