summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMidov2020-07-23 23:30:02 +0200
committerMidov2020-07-23 23:30:02 +0200
commit9bfef3c88c6bb63f737e373deece0f01256f7e07 (patch)
tree8e6e42de922b4195478b81b2030a15488f22e17e
parentb398a4c462341a599e384221a693c9fd8b14d77f (diff)
downloadaur-9bfef3c88c6bb63f737e373deece0f01256f7e07.tar.gz
added dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ea331cc8b12..316c796a03eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = matrix-mirage-git
pkgdesc = A fancy, customizable, keyboard-operable Matrix chat client for encrypted and decentralized communication.
pkgver = r2024.1dff7d67
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mirukana/mirage
arch = any
license = LGPL3
makedepends = cmake
+ makedepends = git
depends = qt5-base
depends = qt5-declarative
depends = qt5-quickcontrols2
@@ -32,6 +33,7 @@ pkgbase = matrix-mirage-git
depends = python-mistune
depends = python-blist
depends = python-matrix-nio>=0.13.0
+ depends = libxss
source = git://github.com/mirukana/mirage.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 74b171b80c23..4379cc713dfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=matrix-mirage-git
_name=mirage
pkgver=r2024.1dff7d67
-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.13.0')
-makedepends=('cmake')
+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')
+makedepends=('cmake' 'git')
conflits=('mirage' 'mirage-matrix' 'matrix-mirage')
source=("git://github.com/mirukana/${_name}.git")
sha256sums=('SKIP')