summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMidov2021-03-08 19:49:07 +0100
committerMidov2021-03-08 19:49:39 +0100
commit11f6cfbd7ef17543877307991e0f1c02cadcd45d (patch)
treed04d53c4130aa77ad7e0946f064ff163d4bdaa6f
parent7f1958c5eda7e1d75d0c16281f0906dd9e2c6a87 (diff)
downloadaur-11f6cfbd7ef17543877307991e0f1c02cadcd45d.tar.gz
updated dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27af6210b524..805814fb80ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = matrix-mirage-git
pkgdesc = A fancy, customizable, keyboard-operable Matrix chat client for encrypted and decentralized communication.
pkgver = r2552.bbadc739
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mirukana/mirage
arch = any
license = LGPL3
@@ -32,7 +32,7 @@ pkgbase = matrix-mirage-git
depends = python-lxml
depends = python-mistune
depends = python-blist
- depends = python-matrix-nio>=0.15.0
+ depends = python-matrix-nio>=0.17.0
depends = libxss
depends = python-plyer
depends = python-sortedcontainers
diff --git a/PKGBUILD b/PKGBUILD
index 75aa67f1c1f3..97b57a02c0a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=matrix-mirage-git
_name=mirage
pkgver=r2552.bbadc739
-pkgrel=1
+pkgrel=2
pkgdesc='A fancy, customizable, keyboard-operable Matrix chat client for encrypted and decentralized communication.'
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' 'python-sortedcontainers' 'python-watchgod' 'python-redbaron' 'python-dbus' 'python-hsluv' 'python-pycryptodome' 'python-simpleaudio')
+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.17.0' 'libxss' 'python-plyer' 'python-sortedcontainers' 'python-watchgod' 'python-redbaron' 'python-dbus' 'python-hsluv' 'python-pycryptodome' 'python-simpleaudio')
makedepends=('cmake' 'git')
conflicts=('mirage-matrix' 'matrix-mirage')
source=("git://github.com/mirukana/${_name}.git#branch=dev")