summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMidov2021-03-07 19:58:20 +0100
committerMidov2021-03-07 19:58:20 +0100
commit7f1958c5eda7e1d75d0c16281f0906dd9e2c6a87 (patch)
treef7425fee866e1843e8a5ea6ec39266eed34393d8
parent00106caf5b999a3d46f20d44867e7b2fc7a80f9c (diff)
downloadaur-7f1958c5eda7e1d75d0c16281f0906dd9e2c6a87.tar.gz
fixed typo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4b123e7d1b1..27af6210b524 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 = r2432.d1a5752b
+ pkgver = r2552.bbadc739
pkgrel = 1
url = https://github.com/mirukana/mirage
arch = any
@@ -42,6 +42,8 @@ pkgbase = matrix-mirage-git
depends = python-hsluv
depends = python-pycryptodome
depends = python-simpleaudio
+ conflicts = mirage-matrix
+ conflicts = matrix-mirage
source = git://github.com/mirukana/mirage.git#branch=dev
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index af61d9d5c735..75aa67f1c1f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=matrix-mirage-git
_name=mirage
-pkgver=r2432.d1a5752b
+pkgver=r2552.bbadc739
pkgrel=1
pkgdesc='A fancy, customizable, keyboard-operable Matrix chat client for encrypted and decentralized communication.'
arch=('any')
@@ -10,7 +10,7 @@ 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' 'python-pycryptodome' 'python-simpleaudio')
makedepends=('cmake' 'git')
-conflits=('mirage' 'mirage-matrix' 'matrix-mirage')
+conflicts=('mirage-matrix' 'matrix-mirage')
source=("git://github.com/mirukana/${_name}.git#branch=dev")
sha256sums=('SKIP')