summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiota2024-02-26 06:15:04 +0000
committerxiota2024-02-26 06:15:04 +0000
commit1fe4433d64ee3a66f1540d838c6fa3b932527d82 (patch)
tree0e94c05fd446f914c1eb2aa0bae926809554788e
parent3372fda58a1daace75ceb747ac60a28a52092d77 (diff)
downloadaur-1fe4433d64ee3a66f1540d838c6fa3b932527d82.tar.gz
0.0.96.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 589b339f40e5..b26fc30ea24b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = quaternion
pkgdesc = Qt-based IM client for the Matrix protocol
- pkgver = 0.0.96
- pkgrel = 2
+ pkgver = 0.0.96.1
+ pkgrel = 1
url = https://github.com/quotient-im/Quaternion
arch = aarch64
arch = i686
@@ -17,7 +17,7 @@ pkgbase = quaternion
depends = qt6-multimedia
depends = qt6-declarative
depends = qtkeychain-qt6
- source = quaternion::git+https://github.com/quotient-im/Quaternion#tag=0.0.96
+ source = quaternion::git+https://github.com/quotient-im/Quaternion#tag=0.0.96.1
source = libquotient::git+https://github.com/quotient-im/libQuotient
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3b6a811fa6c0..c2af1a871f2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,8 +18,8 @@
## basic info
_pkgname="quaternion"
pkgname="$_pkgname${_pkgtype:-}"
-pkgver=0.0.96
-pkgrel=2
+pkgver=0.0.96.1
+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')