diff options
author | Julian | 2023-12-31 12:00:01 +0100 |
---|---|---|
committer | Julian | 2023-12-31 12:00:01 +0100 |
commit | f3465e6e62a80079b58399295381eecd0aa21d0c (patch) | |
tree | 74b5ec51f06f2ae6256d51cde3bf1e3087558499 | |
parent | 96c04db0144f92d162206c87a9ac87a1b631eac7 (diff) | |
download | aur-f3465e6e62a80079b58399295381eecd0aa21d0c.tar.gz |
Update to 0.11.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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() { |