diff --git a/.SRCINFO b/.SRCINFO index dd13415..1adce19 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Wed Feb 7 12:31:34 UTC 2018 +# Sun Jul 1 10:11:24 UTC 2018 pkgbase = astroid-git pkgdesc = a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others - pkgver = v0.11.r2.g0df6677 + pkgver = v0.12.r105.g446f1c0 pkgrel = 1 url = https://github.com/astroidmail/astroid install = astroid.install @@ -21,10 +21,11 @@ pkgbase = astroid-git depends = boost-libs depends = gmime depends = gtkmm3 - depends = webkitgtk + depends = webkit2gtk depends = libsass depends = libpeas depends = gobject-introspection + depends = protobuf optdepends = gvim: default editor optdepends = emacs: can be used as editor optdepends = vte3: for drop-down terminal diff --git a/PKGBUILD b/PKGBUILD index 7122f66..136ffd4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Gaute Hope _pkgname=astroid pkgname=$_pkgname-git -pkgver=v0.11.r2.g0df6677 +pkgver=v0.12.r105.g446f1c0 pkgrel=1 epoch= pkgdesc="a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others" @@ -9,7 +9,7 @@ arch=('x86_64' 'i686') url="https://github.com/astroidmail/astroid" license=('GPL') groups=() -depends=('notmuch' 'boost' 'boost-libs' 'gmime' 'gtkmm3' 'webkitgtk' 'libsass' 'libpeas' 'gobject-introspection') +depends=('notmuch' 'boost' 'boost-libs' 'gmime' 'gtkmm3' 'webkit2gtk' 'libsass' 'libpeas' 'gobject-introspection' 'protobuf') makedepends=('cmake' 'ninja' 'git' 'pkg-config' 'python-gobject' 'marked') checkdepends=('notmuch-runtime') optdepends=('gvim: default editor'