summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiota2024-01-13 17:47:31 -0800
committerxiota2024-01-13 17:47:31 -0800
commit9b59b9ded973f257c88da376357a01ed34944207 (patch)
tree7a5f2c3808d71695cba586fcdc3924ca958eaa69
parent77e39825df0bd954a62af7038deb0131e2d375d4 (diff)
downloadaur-9b59b9ded973f257c88da376357a01ed34944207.tar.gz
0.0.96
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index faf863807be7..33b5a435004d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = quaternion
pkgdesc = Qt-based IM client for the Matrix protocol
- pkgver = 0.0.95.1
- pkgrel = 4
+ pkgver = 0.0.96
+ pkgrel = 1
url = https://github.com/quotient-im/Quaternion
arch = aarch64
arch = i686
@@ -16,7 +16,7 @@ pkgbase = quaternion
depends = qt5-tools
depends = qtkeychain-qt5
optdepends = qt5-graphicaleffects: Display the conversation history at startup
- source = quaternion::git+https://github.com/quotient-im/Quaternion#tag=0.0.95.1
+ source = quaternion::git+https://github.com/quotient-im/Quaternion#tag=0.0.96
source = libquotient::git+https://github.com/quotient-im/libQuotient
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 73ca9cfc5a32..903c9666da7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,8 +16,8 @@
## basic info
_pkgname="quaternion"
pkgname="$_pkgname${_pkgtype:-}"
-pkgver=0.0.95.1
-pkgrel=4
+pkgver=0.0.96
+pkgrel=1
pkgdesc='Qt-based IM client for the Matrix protocol'
url="https://github.com/quotient-im/Quaternion"
license=('GPL-3.0-or-later' 'LGPL-2.1-or-later')