diff options
author | heapifyman | 2025-04-09 10:26:15 +0000 |
---|---|---|
committer | heapifyman | 2025-04-09 10:26:15 +0000 |
commit | 64c8f0352cb547b08aaf62405e2352f303bbe20e (patch) | |
tree | c1a6156b8053f4308f255d0d60e07a0e13c58253 | |
parent | 29c021417fcb1301a40c4e95b8c3e3284ff4115c (diff) | |
download | aur-64c8f0352cb547b08aaf62405e2352f303bbe20e.tar.gz |
Update to 0.15.16
-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.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 @@ -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() { |