summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Greenup2020-07-24 16:51:53 +1000
committerRyan Greenup2020-07-24 16:51:53 +1000
commit51b07c9511405de8d9442b0a6e3211aa817d9046 (patch)
treeaea4eae995f0b5d8d3b9a89dff5a378649b021c2
parent7243aec9c7ed278169217328e5c6a271373bc30a (diff)
downloadaur-51b07c9511405de8d9442b0a6e3211aa817d9046.tar.gz
Added makedepends as suggested by @caltlgin
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4517c9a14705..a981ef2b002e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = cadmus-notes
url = ryangreenup.github.io/cadmus
arch = x86_64
license = GPL3
+ makedepends = git
depends = recoll
depends = tmsu
depends = ripgrep
diff --git a/PKGBUILD b/PKGBUILD
index 3edcd1924ae8..ed1a746a44c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('x86_64')
url="ryangreenup.github.io/cadmus"
license=('GPL3')
provides=('cadmus')
+makedepends=(git)
depends=(
recoll
tmsu