summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTorben2019-02-26 13:08:12 +0100
committerTorben2019-02-26 13:08:12 +0100
commit43ad662ae0aea8bbfcb7b17cf6e7de9207e94490 (patch)
treea810af96c1625b754e94a25487fe7834532ace71 /PKGBUILD
parent6fab7c95514c74352fd989421bd5cb02d8ec0efe (diff)
downloadaur-43ad662ae0aea8bbfcb7b17cf6e7de9207e94490.tar.gz
Remove gobject-introspection from make dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce4620886e36..f59d9220ef81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail dot com>
pkgname=geary-git
-pkgver=r4113.4d92ed2e
+pkgver=r4379.384dc179
pkgrel=1
pkgdesc="A lightweight email client for the GNOME desktop"
arch=(i686 x86_64)
@@ -12,7 +12,7 @@ url="https://wiki.gnome.org/Apps/Geary"
license=('GPL3')
depends=('enchant' 'gcr' 'gmime' 'gtk3' 'gnome-online-accounts' 'libgee'
'libnotify' 'libsoup' 'libunwind' 'libxml2' 'sqlite' 'webkit2gtk')
-makedepends=('git' 'gobject-introspection' 'itstool' 'meson' 'vala')
+makedepends=('git' 'itstool' 'meson' 'vala')
provides=('geary')
conflicts=('geary')
source=('git+https://gitlab.gnome.org/GNOME/geary.git')