summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Andreyev2020-04-24 21:21:32 +0300
committerAlexey Andreyev2020-04-24 21:21:32 +0300
commit931520cded5c25ac817b3e66e5dbb93f810d6e73 (patch)
tree671b25e9728b2f98726f287b78879f5e9ac8f221
parentcf6e079c38a523c2ebb09dcb024ed910d22ce117 (diff)
downloadaur-931520cded5c25ac817b3e66e5dbb93f810d6e73.tar.gz
Add epoch to force the downgrade.
Thanks to RubenKelevra: https://aur.archlinux.org/packages/libquotient/#comment-741382
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e7a3a66e9d3..5bd030ef27f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = libquotient
pkgdesc = A Qt5 library to write cross-platform clients for Matrix
pkgver = 0.5.3
- pkgrel = 2
+ pkgrel = 3
+ epoch = 1
url = https://github.com/quotient-im/libQuotient
arch = x86_64
license = LGPL2
@@ -14,7 +15,7 @@ pkgbase = libquotient
optdepends = qt5-olm
provides = libquotient
conflicts = libquotient
- source = https://github.com/quotient-im/libQuotient/archive/0.5.3.2.tar.gz
+ source = https://github.com/quotient-im/libQuotient/archive/0.5.3.3.tar.gz
sha512sums = b887432ba7fb2b89c72ae5342fbd11b0066770851e8d0ea85ae4d6375bca726a5ee601c4f3d35a11fa1f2ef679ad5436917c08139e114f91516ccb370321e428
pkgname = libquotient
diff --git a/PKGBUILD b/PKGBUILD
index b0153e2d05a4..776b5893af17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,8 @@
pkgname=libquotient
pkgver=0.5.3
-pkgrel=2
+pkgrel=3
+epoch=1
pkgdesc="A Qt5 library to write cross-platform clients for Matrix"
arch=(x86_64)
url="https://github.com/quotient-im/libQuotient"