summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian2023-12-31 12:00:01 +0100
committerJulian2023-12-31 12:00:01 +0100
commitf3465e6e62a80079b58399295381eecd0aa21d0c (patch)
tree74b5ec51f06f2ae6256d51cde3bf1e3087558499
parent96c04db0144f92d162206c87a9ac87a1b631eac7 (diff)
downloadaur-f3465e6e62a80079b58399295381eecd0aa21d0c.tar.gz
Update to 0.11.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01970e7e982b..3d22b6084df6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = flare
pkgdesc = Chat with your friends on Signal
- pkgver = 0.11.0
+ pkgver = 0.11.1
pkgrel = 1
url = https://gitlab.com/schmiddi-on-mobile/flare
arch = i686
@@ -19,7 +19,7 @@ pkgbase = flare
optdepends = feedbackd: for vibrating notifications
optdepends = libspelling-git: for spell-checking support
options = !lto
- source = https://gitlab.com/schmiddi-on-mobile/flare/-/archive/0.11.0/flare-0.11.0.tar.gz
- sha256sums = 88f64c4ad3e4ffeb49ac81dabd2d2badf8a006aaf4a4f08b4353b8711dacd614
+ source = https://gitlab.com/schmiddi-on-mobile/flare/-/archive/0.11.1/flare-0.11.1.tar.gz
+ sha256sums = 5bda8e45fcfdb22b7932a2af3c26375557d06b336e4645edafbbfed8caabf82a
pkgname = flare
diff --git a/PKGBUILD b/PKGBUILD
index b7dd28d28e81..3ad54330a83e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julian <juliannfairfax@protonmail.com>
pkgname=flare
-pkgver=0.11.0
+pkgver=0.11.1
pkgrel=1
pkgdesc="Chat with your friends on Signal"
url="https://gitlab.com/schmiddi-on-mobile/$pkgname"
@@ -12,7 +12,7 @@ depends=("libadwaita" "libsecret" "protobuf" "gtksourceview5")
optdepends=("feedbackd: for vibrating notifications"
"libspelling-git: for spell-checking support")
source=("https://gitlab.com/schmiddi-on-mobile/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=("88f64c4ad3e4ffeb49ac81dabd2d2badf8a006aaf4a4f08b4353b8711dacd614")
+sha256sums=("5bda8e45fcfdb22b7932a2af3c26375557d06b336e4645edafbbfed8caabf82a")
options=(!lto)
build() {