makedeb


matrix-commander-rs 0.1.24-3


Simple but convenient CLI-based Matrix client app

Click here to go back to the commit logs for matrix-commander-rs.

Commit:


Hash: c277cacfa734a804e1767272ddde7c299cd15d71

Message: Add missing dependencies

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 43ebb3b..04fda4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,12 +2,17 @@ generated-by = makedeb
 pkgname = matrix-commander-rs
 pkgbase = matrix-commander-rs
 pkgdesc = Simple but convenient CLI-based Matrix client app
-pkgrel = 2
+pkgrel = 3
 pkgver = 0.1.24
 url = https://github.com/8go/matrix-commander-rs
 arch = any
+depends = libssl3
 license = GPL-3.0
 makedepends = cargo
+makedepends = libssl-dev
+makedepends = pkg-config
 source = matrix-commander-rs-0.1.24::git+https://github.com/8go/matrix-commander-rs
 sha256sums = SKIP
 makedepends = cargo
+makedepends = libssl-dev
+makedepends = pkg-config
diff --git a/PKGBUILD b/PKGBUILD
index 77fce02..d7bd230 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
 # Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
 pkgname=matrix-commander-rs
 pkgver=0.1.24
-pkgrel=2
+pkgrel=3
 pkgdesc='Simple but convenient CLI-based Matrix client app'
 arch=('any')
-makedepends=('cargo')
+depends=('libssl3')
+makedepends=('cargo' 'libssl-dev' 'pkg-config')
 license=('GPL-3.0')
 url='https://github.com/8go/matrix-commander-rs'