summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Andreev2020-11-20 20:57:48 +0300
committerAlexey Andreev2020-11-20 20:57:48 +0300
commit97a63f01dd0191a077e85f04eab54955d9d39f06 (patch)
treea25b0a0629d944fa398ceb4cd180b9d88335d88e
parentdfdc11663b4131a7e505976ab9b560f1598623b3 (diff)
downloadaur-97a63f01dd0191a077e85f04eab54955d9d39f06.tar.gz
bump 0.6.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a301c79cac6..706a9c9d1574 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libquotient
pkgdesc = A Qt5 library to write cross-platform clients for Matrix
- pkgver = 0.5.3.2
+ pkgver = 0.6.2
pkgrel = 1
epoch = 1
url = https://github.com/quotient-im/libQuotient
@@ -16,8 +16,8 @@ pkgbase = libquotient
optdepends = qt5-olm
provides = libquotient
conflicts = libquotient
- source = https://github.com/quotient-im/libQuotient/archive/0.5.3.2.tar.gz
- sha512sums = b887432ba7fb2b89c72ae5342fbd11b0066770851e8d0ea85ae4d6375bca726a5ee601c4f3d35a11fa1f2ef679ad5436917c08139e114f91516ccb370321e428
+ source = https://github.com/quotient-im/libQuotient/archive/0.6.2.tar.gz
+ sha512sums = 6388b142675b1f11864c8f0388b0039311a6306feeb6e053060b0ccc737e4e3f97698268314d8802cac2402ea5f2b90a3fce5a10c4966b98e67c7d97bb2b39db
pkgname = libquotient
diff --git a/PKGBUILD b/PKGBUILD
index dcee081b1a6d..12f18db1abcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_prjname=libQuotient
pkgname=${_prjname,,}
-pkgver=0.5.3.2
+pkgver=0.6.2
pkgrel=1
epoch=1
pkgdesc="A Qt5 library to write cross-platform clients for Matrix"
@@ -16,7 +16,7 @@ makedepends=("git" "cmake" "make" "gcc")
provides=("libquotient")
conflicts=("libquotient")
source=("https://github.com/quotient-im/libQuotient/archive/${pkgver}.tar.gz")
-sha512sums=("b887432ba7fb2b89c72ae5342fbd11b0066770851e8d0ea85ae4d6375bca726a5ee601c4f3d35a11fa1f2ef679ad5436917c08139e114f91516ccb370321e428")
+sha512sums=("6388b142675b1f11864c8f0388b0039311a6306feeb6e053060b0ccc737e4e3f97698268314d8802cac2402ea5f2b90a3fce5a10c4966b98e67c7d97bb2b39db")
build() {
cd "$srcdir/${_prjname}-${pkgver}"