summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Kracík2023-05-12 13:26:35 +0200
committerPetr Kracík2023-05-12 15:26:15 +0200
commitfc7310de8f01cea5314f7162103320ecf258a8dc (patch)
treecf7a8b1d0076c5578f3333ec2eabedc3e14c5404
parent1f8375e8a54b477aa49cdb3bdd9eb86810635808 (diff)
downloadaur-fc7310de8f01cea5314f7162103320ecf258a8dc.tar.gz
FIX: Added build dep protobuf
Signed-off-by: Petr Kracík <petrkr@petrkr.net>
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67d8a1ae25cd..cb0422ea2ea8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = nostr-rs-relay
license = MIT
makedepends = rust
makedepends = cargo
+ makedepends = protobuf
backup = etc/nostr-rs-relay/config.toml
source = https://git.sr.ht/~gheartsfield/nostr-rs-relay/archive/0.8.9.tar.gz
sha256sums = a497340760fc99745fdb42c7ea04013d25bc57e50ca4749887129361866a98fa
diff --git a/PKGBUILD b/PKGBUILD
index e52cc2494f54..530a3269bf92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nostr-rs-relay
pkgver=0.8.9
pkgrel=1
-makedepends=('rust' 'cargo')
+makedepends=('rust' 'cargo' 'protobuf')
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
pkgdesc="A relay implementation for the Nostr protocol"
url="https://sr.ht/~gheartsfield/nostr-rs-relay/"