summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiota2023-10-16 23:18:12 -0700
committerxiota2023-10-16 23:18:12 -0700
commit1294692f6cdedd574a734876fd4f4216f4c7ec92 (patch)
tree084ad89b804a41ae35d661d555b33c97c48b9187
parente7d3e964f19dbce0d96d4f44a75c1fe7ba4d3063 (diff)
downloadaur-1294692f6cdedd574a734876fd4f4216f4c7ec92.tar.gz
update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63f18d919ddc..fba6a22404a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,6 +3,7 @@ pkgbase = quaternion
pkgver = 0.0.95.1
pkgrel = 2
url = https://github.com/quotient-im/Quaternion
+ arch = aarch64
arch = i686
arch = x86_64
license = GPL3
@@ -13,7 +14,7 @@ pkgbase = quaternion
depends = qt5-quickcontrols2
depends = qt5-tools
depends = qtkeychain-qt5
- optdepends = qt5-graphicaleffects
+ optdepends = qt5-graphicaleffects: Display the conversation history at startup
optdepends = qtkeychain: Store access tokens in a keyring
source = quaternion::git+https://github.com/quotient-im/Quaternion#tag=0.0.95.1
source = libquotient::git+https://github.com/quotient-im/libQuotient
diff --git a/PKGBUILD b/PKGBUILD
index 5fb0993404fb..29f7a637514c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,3 +1,9 @@
+# Maintainer:
+# Contributor: Alexey Andreyev <aa13q@ya.ru>
+# Contributor: Aleksandar Trifunović <akstrfn at gmail dot com>
+# Contributor: Ivan Semkin <ivan at semkin dot ru>
+# Contributor: Martin Weinelt <hexa at darmstadt dot ccc dot de>
+
_pkgname="quaternion"
pkgname="$_pkgname"
pkgver=0.0.95.1
@@ -5,7 +11,7 @@ pkgrel=2
pkgdesc='Qt-based IM client for the Matrix protocol'
#url="https://matrix.org/docs/projects/client/quaternion.html"
url="https://github.com/quotient-im/Quaternion"
-arch=('i686' 'x86_64')
+arch=('aarch64' 'i686' 'x86_64')
license=(GPL3)
depends=(
@@ -20,7 +26,7 @@ makedepends=(
git
)
optdepends=(
- 'qt5-graphicaleffects'
+ 'qt5-graphicaleffects: Display the conversation history at startup'
'qtkeychain: Store access tokens in a keyring'
)