From 2aba371aebf1c46d02371d5944aef5b084aa513b Mon Sep 17 00:00:00 2001 From: Gaute Hope Date: Sat, 25 Nov 2017 00:55:19 +0100 Subject: [PATCH] add marked as makedepend --- .SRCINFO | 3 ++- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 8299471..d776794 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,5 +1,5 @@ # Generated by mksrcinfo v8 -# Wed Nov 15 12:43:08 UTC 2017 +# Fri Nov 24 23:54:59 UTC 2017 pkgbase = astroid-git pkgdesc = a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others pkgver = v0.10.2.r48.gfaf2776 @@ -15,6 +15,7 @@ pkgbase = astroid-git makedepends = git makedepends = pkg-config makedepends = python-gobject + makedepends = marked depends = notmuch depends = boost depends = boost-libs diff --git a/PKGBUILD b/PKGBUILD index c05ade0..c2d0086 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ url="https://github.com/astroidmail/astroid" license=('GPL') groups=() depends=('notmuch' 'boost' 'boost-libs' 'gmime' 'gtkmm3' 'webkitgtk' 'libsass' 'libpeas' 'gobject-introspection') -makedepends=('cmake' 'ninja' 'git' 'pkg-config' 'python-gobject') +makedepends=('cmake' 'ninja' 'git' 'pkg-config' 'python-gobject' 'marked') checkdepends=('notmuch-runtime') optdepends=('gvim: default editor' 'emacs: can be used as editor'