summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80c145f98846..8317e25f41be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = geary-git
pkgdesc = An email application built around conversations, for the GNOME 3 desktop.
- pkgver = r5046.41b72d59
+ pkgver = r5055.afa83c55
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/geary
arch = i686
arch = x86_64
license = GPL3
makedepends = git
+ makedepends = gobject-introspection
makedepends = itstool
makedepends = meson
makedepends = vala
@@ -21,6 +22,7 @@ pkgbase = geary-git
depends = libgee
depends = libhandy
depends = libnotify
+ depends = libpeas
depends = libsoup
depends = libunwind
depends = libxml2
diff --git a/PKGBUILD b/PKGBUILD
index 10e06bbea281..2fab883520ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail dot com>
pkgname=geary-git
-pkgver=r5046.41b72d59
+pkgver=r5055.afa83c55
pkgrel=1
pkgdesc="An email application built around conversations, for the GNOME 3 desktop."
arch=(i686 x86_64)
@@ -12,8 +12,9 @@ url="https://gitlab.gnome.org/GNOME/geary"
license=('GPL3')
depends=('appstream-glib' 'enchant' 'folks' 'gcr' 'gmime' 'gtk3'
'gnome-online-accounts' 'gspell' 'libgee' 'libhandy' 'libnotify'
- 'libsoup' 'libunwind' 'libxml2' 'libytnef' 'sqlite' 'webkit2gtk')
-makedepends=('git' 'itstool' 'meson' 'vala')
+ 'libpeas' 'libsoup' 'libunwind' 'libxml2' 'libytnef' 'sqlite'
+ 'webkit2gtk')
+makedepends=('git' 'gobject-introspection' 'itstool' 'meson' 'vala')
provides=('geary')
conflicts=('geary')
source=('git+https://gitlab.gnome.org/GNOME/geary.git'