summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorheapifyman2025-04-09 10:26:15 +0000
committerheapifyman2025-04-09 10:26:15 +0000
commit64c8f0352cb547b08aaf62405e2352f303bbe20e (patch)
treec1a6156b8053f4308f255d0d60e07a0e13c58253
parent29c021417fcb1301a40c4e95b8c3e3284ff4115c (diff)
downloadaur-64c8f0352cb547b08aaf62405e2352f303bbe20e.tar.gz
Update to 0.15.16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e02cfcc5267..c6ccfdd53064 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = flare
pkgdesc = Chat with your friends on Signal
- pkgver = 0.15.15
+ pkgver = 0.15.16
pkgrel = 0
url = https://gitlab.com/schmiddi-on-mobile/flare
arch = i686
@@ -20,7 +20,7 @@ pkgbase = flare
optdepends = feedbackd: for vibrating notifications
optdepends = libspelling: for spell-checking support
options = !lto
- source = https://gitlab.com/schmiddi-on-mobile/flare/-/archive/0.15.15/flare-0.15.15.tar.gz
- sha256sums = 3c7636ade32cd8cc44d97781291df3ceadc09b3023d76c3e39cbcb4ccc8b9e2b
+ source = https://gitlab.com/schmiddi-on-mobile/flare/-/archive/0.15.16/flare-0.15.16.tar.gz
+ sha256sums = 019b27c569c6890d67a793e46642ef4c8165eea58c6580cd170b357da92f4640
pkgname = flare
diff --git a/PKGBUILD b/PKGBUILD
index 68966b150fe8..4d5f006a4447 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Julian <juliannfairfax at protonmail dot com>
pkgname=flare
-pkgver=0.15.15
+pkgver=0.15.16
pkgrel=0
pkgdesc="Chat with your friends on Signal"
url="https://gitlab.com/schmiddi-on-mobile/$pkgname"
@@ -14,7 +14,7 @@ depends=("libadwaita" "libsecret" "protobuf" "gtksourceview5")
optdepends=("feedbackd: for vibrating notifications"
"libspelling: for spell-checking support")
source=("https://gitlab.com/schmiddi-on-mobile/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=("3c7636ade32cd8cc44d97781291df3ceadc09b3023d76c3e39cbcb4ccc8b9e2b")
+sha256sums=("019b27c569c6890d67a793e46642ef4c8165eea58c6580cd170b357da92f4640")
options=(!lto)
build() {