diff options
author | Alad Wenter | 2023-05-21 16:15:10 +0200 |
---|---|---|
committer | Alad Wenter | 2023-05-21 16:15:10 +0200 |
commit | adb0ba0dab804ed9be9bf1c9bdd918c6cc6275cc (patch) | |
tree | e0e2076c58b5df257931f09fc6d045dbfba12145 | |
parent | 09bb584ac7898835333064f5b839bcc005651691 (diff) | |
download | aur-adb0ba0dab804ed9be9bf1c9bdd918c6cc6275cc.tar.gz |
astroid-git: update depends (gmime3)
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = astroid-git pkgdesc = a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others - pkgver = v0.16.r1.g4d6b06a + pkgver = v0.16.r2.g7c2022f pkgrel = 1 url = https://github.com/astroidmail/astroid arch = x86_64 @@ -18,7 +18,7 @@ pkgbase = astroid-git depends = notmuch depends = boost depends = boost-libs - depends = gmime + depends = gmime3 depends = gtkmm3 depends = webkit2gtk depends = libsass @@ -2,13 +2,13 @@ # Maintainer: Alad Wenter <alad@archlinux.org> pkgname=astroid-git _pkgname=astroid -pkgver=v0.16.r1.g4d6b06a +pkgver=v0.16.r2.g7c2022f pkgrel=1 pkgdesc="a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others" arch=('x86_64' 'i686') url="https://github.com/astroidmail/astroid" license=('GPL') -depends=('notmuch' 'boost' 'boost-libs' 'gmime' 'gtkmm3' 'webkit2gtk' 'libsass' +depends=('notmuch' 'boost' 'boost-libs' 'gmime3' 'gtkmm3' 'webkit2gtk' 'libsass' 'libpeas' 'gobject-introspection' 'protobuf' 'gtk-update-icon-cache') makedepends=('cmake' 'ninja' 'git' 'pkg-config' 'python-gobject' 'cmark' 'ruby-ronn') checkdepends=('notmuch-runtime' 'w3m') |