summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMidov2020-09-23 12:59:57 +0200
committerMidov2020-09-23 12:59:57 +0200
commit5694a7f64f0b3d1420c30be24c1017a64d68feba (patch)
treef9eaa5122ca6bd6df10a61981f3deda831867d9b
parentd85c3517fba65f17682a518a23cb47f8537176db (diff)
downloadaur-5694a7f64f0b3d1420c30be24c1017a64d68feba.tar.gz
added dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6abe4be789c..b0f1820e8383 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 = r2303.17a8e1ce
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mirukana/mirage
arch = any
license = LGPL3
@@ -34,6 +34,7 @@ pkgbase = matrix-mirage-git
depends = python-blist
depends = python-matrix-nio>=0.15.0
depends = libxss
+ depends = python-plyer
source = git://github.com/mirukana/mirage.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5bde1b8606e1..4b3714a47f3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=matrix-mirage-git
_name=mirage
pkgver=r2303.17a8e1ce
-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')
+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')
makedepends=('cmake' 'git')
conflits=('mirage' 'mirage-matrix' 'matrix-mirage')
source=("git://github.com/mirukana/${_name}.git")