summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian2024-02-11 22:04:26 +0100
committerJulian2024-02-11 22:04:26 +0100
commitc4202be0e074587dd21b02e426f2949ac87dc990 (patch)
tree4b79ca943d6ac30d12844556d7a25a8427909185
parent78f8a11f480108fca22cb162d068c39df5476677 (diff)
downloadaur-c4202be0e074587dd21b02e426f2949ac87dc990.tar.gz
Add needed dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad9ce00d50ce..7a6a72c31f7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = flare
makedepends = blueprint-compiler
makedepends = cargo
makedepends = meson
+ makedepends = protobuf
depends = libadwaita
depends = libsecret
depends = protobuf
diff --git a/PKGBUILD b/PKGBUILD
index 4701c2a336e8..e875ad59d3e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Chat with your friends on Signal"
url="https://gitlab.com/schmiddi-on-mobile/$pkgname"
arch=("i686" "x86_64" "armv6h" "armv7h" "aarch64")
license=("AGPL3")
-makedepends=("blueprint-compiler" "cargo" "meson")
+makedepends=("blueprint-compiler" "cargo" "meson" "protobuf")
depends=("libadwaita" "libsecret" "protobuf" "gtksourceview5")
optdepends=("feedbackd: for vibrating notifications"
"libspelling-git: for spell-checking support")