summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMidov2020-08-21 19:54:04 +0200
committerMidov2020-08-22 07:58:24 +0200
commit217fe458b79876d6b587d823805701d59ea5181b (patch)
tree60a3cde81348e17d490ab84cc70ea21fa7cd69a4
parent132ed0c9c0ff635e9bf74b5f05a2b0cf8490e2ae (diff)
downloadaur-217fe458b79876d6b587d823805701d59ea5181b.tar.gz
v0.6.1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 106d62d87282..3c69d670d1ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = matrix-mirage
pkgdesc = A fancy, customizable, keyboard-operable Matrix chat client for encrypted and decentralized communication.
- pkgver = 0.6.0
- pkgrel = 2
+ pkgver = 0.6.1
+ pkgrel = 1
url = https://github.com/mirukana/mirage
arch = any
license = LGPL3
@@ -22,17 +22,17 @@ pkgbase = matrix-mirage
depends = libwebp
depends = openjpeg2
depends = libmediainfo
- depends = python-pillow
+ depends = python-pillow>=7.00
depends = python-pymediainfo
depends = python-cairosvg
- depends = python-aiofiles
- depends = python-appdirs
+ depends = python-aiofiles>=0.4.0
+ depends = python-appdirs>=1.4.4
depends = python-filetype
depends = python-html-sanitizer
depends = python-lxml
- depends = python-mistune
+ depends = python-mistune>=0.8.4
depends = python-blist
- depends = python-matrix-nio>=0.13.0
+ depends = python-matrix-nio>=0.15.0
depends = libxss
source = git://github.com/mirukana/mirage.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 05a3a92c850f..9e9de6a08189 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=matrix-mirage
_name=mirage
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.6.1
+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-matrix-nio>=0.13.0' 'libxss')
+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>=7.00' 'python-pymediainfo' 'python-cairosvg' 'python-aiofiles>=0.4.0' 'python-appdirs>=1.4.4' 'python-filetype' 'python-html-sanitizer' 'python-lxml' 'python-mistune>=0.8.4' 'python-blist' 'python-matrix-nio>=0.15.0' 'libxss')
makedepends=('cmake' 'git')
conflits=('mirage' 'mirage-matrix' 'matrix-mirage-git')
source=("git://github.com/mirukana/${_name}.git")