summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaute Hope2018-02-20 10:56:21 +0100
committerGaute Hope2018-02-20 10:56:21 +0100
commit58b88f30eaea7dc33bc6c977ed5b630ba314990f (patch)
tree195a9a8f731d61dfb6c5ce2d47f32710b28063c5
parenta8c5aa68cd215a45508af9da58ccfce58b4f127b (diff)
downloadaur-58b88f30eaea7dc33bc6c977ed5b630ba314990f.tar.gz
add ninja as makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fa153acedba..7e90b385425b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Feb 7 12:31:02 UTC 2018
+# Tue Feb 20 09:56:13 UTC 2018
pkgbase = astroid
pkgdesc = a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others
pkgver = 0.11
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/astroidmail/astroid
install = astroid.install
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = astroid
license = GPL
checkdepends = notmuch-runtime
makedepends = cmake
+ makedepends = ninja
makedepends = git
makedepends = pkg-config
makedepends = python-gobject
diff --git a/PKGBUILD b/PKGBUILD
index 98bb200807dc..f48a33fd6573 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gaute Hope <eg@gaute.vetsj.com>
pkgname=astroid
pkgver=0.11
-pkgrel=2
+pkgrel=3
epoch=
pkgdesc="a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others"
arch=('x86_64' 'i686')
@@ -9,7 +9,7 @@ url="https://github.com/astroidmail/astroid"
license=('GPL')
groups=()
depends=('notmuch' 'boost' 'boost-libs' 'gmime' 'gtkmm3' 'webkitgtk' 'libsass' 'libpeas' 'gobject-introspection')
-makedepends=('cmake' 'git' 'pkg-config' 'python-gobject' 'marked')
+makedepends=('cmake' 'ninja' 'git' 'pkg-config' 'python-gobject' 'marked')
checkdepends=('notmuch-runtime')
optdepends=('gvim: default editor'
'emacs: can be used as editor'