Date: Wednesday, May 11, 2022 @ 14:43:56 Author: daurnimator Revision: 1198320
upgpkg: astroid 0.16-2 Modified: astroid/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-11 14:30:59 UTC (rev 1198319) +++ PKGBUILD 2022-05-11 14:43:56 UTC (rev 1198320) @@ -3,24 +3,25 @@ # Contributor: Johannes Heinz <[email protected]> pkgname=astroid pkgver=0.16 -pkgrel=1 +pkgrel=2 pkgdesc="A graphical threads-with-tags style, lightweight and fast, e-mail client for Notmuch" arch=('x86_64') url="https://github.com/astroidmail/astroid" -license=('GPL') +license=('GPL3') depends=('boost-libs' - 'gobject-introspection' 'gmime3' + 'gobject-introspection-runtime' 'gtkmm3' 'libpeas' 'libsass' 'notmuch' 'protobuf' + 'vte3' 'webkit2gtk') makedepends=('boost' 'cmake' 'cmark' - 'python-gobject' + 'gobject-introspection' 'ruby-ronn' 'w3m') checkdepends=('notmuch-runtime' @@ -27,8 +28,7 @@ 'xorg-server-xvfb') optdepends=('cmark: for markdown to html composition' 'emacs: can be used as editor' - 'gvim: default editor' - 'vte3: for drop-down terminal') + 'gvim: default editor') options=('debug') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/astroidmail/astroid/archive/v${pkgver}.tar.gz") sha256sums=('32ecb8c2fafe67f70c7d5f2bc60bda1796d98a56a75f7868c7c1ca50cd7baf5e')
