summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMidov2021-01-15 21:08:28 +0100
committerMidov2021-01-15 21:08:28 +0100
commit2ade3e3cdeb7fe3c55ee5b72502dc58760e9a1ad (patch)
tree03cdc7790d228204ead50be8fbdcafc1ac15c7f8
parente19d480d0eb779ad4d07d0d21c47478b43e15c6f (diff)
downloadaur-2ade3e3cdeb7fe3c55ee5b72502dc58760e9a1ad.tar.gz
added pycryptodome dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa5bfb84b404..15cbba461b44 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 = r2411.dea827b3
+ pkgver = r2422.ef87d7eb
pkgrel = 1
url = https://github.com/mirukana/mirage
arch = any
@@ -40,6 +40,7 @@ pkgbase = matrix-mirage-git
depends = python-redbaron
depends = python-dbus
depends = python-hsluv
+ depends = python-pycryptodome
source = git://github.com/mirukana/mirage.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d176885ea5d0..5477886be144 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=matrix-mirage-git
_name=mirage
-pkgver=r2411.dea827b3
+pkgver=r2422.ef87d7eb
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.15.0' 'libxss' 'python-plyer' 'python-sortedcontainers' 'python-watchgod' 'python-redbaron' 'python-dbus' 'python-hsluv')
+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')
makedepends=('cmake' 'git')
conflits=('mirage' 'mirage-matrix' 'matrix-mirage')
source=("git://github.com/mirukana/${_name}.git")