summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMidov2021-10-29 23:12:57 +0200
committerMidov2021-10-29 23:16:55 +0200
commit9244cbedc9177563497dafcc5403a22ac4b41937 (patch)
treefd7ec2716e0a876ef5d3c89c037b24430e85a61d
parent11f6cfbd7ef17543877307991e0f1c02cadcd45d (diff)
downloadaur-9244cbedc9177563497dafcc5403a22ac4b41937.tar.gz
updated to work with python-mistune1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 805814fb80ab..1280fbb68b1f 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 = r2552.bbadc739
+ pkgver = r2637.9a4ababd
pkgrel = 2
url = https://github.com/mirukana/mirage
arch = any
@@ -30,7 +30,7 @@ pkgbase = matrix-mirage-git
depends = python-filetype
depends = python-html-sanitizer
depends = python-lxml
- depends = python-mistune
+ depends = python-mistune1
depends = python-blist
depends = python-matrix-nio>=0.17.0
depends = libxss
@@ -48,4 +48,3 @@ pkgbase = matrix-mirage-git
sha256sums = SKIP
pkgname = matrix-mirage-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 97b57a02c0a4..e4bc9f3ba3d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=matrix-mirage-git
_name=mirage
-pkgver=r2552.bbadc739
+pkgver=r2637.9a4ababd
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.17.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-mistune1' '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")