summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMidov2020-03-30 10:47:38 +0200
committerMidov2020-03-30 10:47:38 +0200
commitca633113aa65b62b787cb9b8b59a7687017a0288 (patch)
tree7d706c525713d57befd24a449c9e8d4f9003b167
parent61ccbabfcd33c60dd5a46f4093944853762744a9 (diff)
downloadaur-ca633113aa65b62b787cb9b8b59a7687017a0288.tar.gz
switched to python-matrix-nio dep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68d46356a967..8629da7fd775 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = matrix-mirage-git
pkgdesc = A fancy, customizable, keyboard-operable Matrix chat client for encrypted and decentralized communication.
- pkgver = r1457.eafd65d
+ pkgver = r1459.2a30992
pkgrel = 1
url = https://github.com/mirukana/mirage
arch = any
@@ -32,7 +32,7 @@ pkgbase = matrix-mirage-git
depends = python-mistune
depends = python-blist
depends = python-uvloop
- depends = python-nio
+ depends = python-matrix-nio
source = git://github.com/mirukana/mirage.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c2451c3e1dc2..626fb6a7a3bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=matrix-mirage-git
_name=mirage
-pkgver=r1457.eafd65d
+pkgver=r1459.2a30992
pkgrel=1
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-uvloop' 'python-nio')
+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-uvloop' 'python-matrix-nio')
makedepends=('cmake')
conflits=('mirage' 'mirage-matrix')
source=("git://github.com/mirukana/${_name}.git")