summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorben2020-11-03 11:04:20 +0100
committerTorben2020-11-03 11:04:20 +0100
commit4dec9b0f4ea6ac663e876741cbc0aa821ba2c195 (patch)
tree8602b8256f3bee1d84371ae0a38d43dbcd33f884
parent277e02a80ab098e56e4988ea2f8f256f23bb4459 (diff)
downloadaur-4dec9b0f4ea6ac663e876741cbc0aa821ba2c195.tar.gz
Add dependency nuspell; Update .SRCINFO
-rw-r--r--.SRCINFO41
-rw-r--r--PKGBUILD4
2 files changed, 43 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 241ec0b2dcea..292efce600b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -38,3 +38,44 @@ pkgbase = geary-git
pkgname = geary-git
+pkgbase = geary-git
+ pkgdesc = An email application built around conversations, for the GNOME 3 desktop.
+ pkgver = r6443.a24a6124
+ 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
+ depends = appstream-glib
+ depends = enchant
+ depends = folks
+ depends = gcr
+ depends = gmime3
+ depends = gtk3
+ depends = gsound
+ depends = gnome-online-accounts
+ depends = gspell
+ depends = libgee
+ depends = libhandy
+ depends = libnotify
+ depends = libpeas
+ depends = libsoup
+ depends = libstemmer
+ depends = libunwind
+ depends = libxml2
+ depends = libytnef
+ depends = nuspell
+ depends = sqlite
+ depends = webkit2gtk
+ provides = geary
+ conflicts = geary
+ source = git+https://gitlab.gnome.org/GNOME/geary.git
+ sha256sums = SKIP
+
+pkgname = geary-git
+
diff --git a/PKGBUILD b/PKGBUILD
index c590988fa9d3..15d9b0338a5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail dot com>
pkgname=geary-git
-pkgver=r6363.da9ed075
+pkgver=r6443.a24a6124
pkgrel=1
pkgdesc="An email application built around conversations, for the GNOME 3 desktop."
arch=(i686 x86_64)
@@ -13,7 +13,7 @@ license=('GPL3')
depends=('appstream-glib' 'enchant' 'folks' 'gcr' 'gmime3' 'gtk3' 'gsound'
'gnome-online-accounts' 'gspell' 'libgee' 'libhandy' 'libnotify'
'libpeas' 'libsoup' 'libstemmer' 'libunwind' 'libxml2' 'libytnef'
- 'sqlite' 'webkit2gtk')
+ 'nuspell' 'sqlite' 'webkit2gtk')
makedepends=('git' 'gobject-introspection' 'itstool' 'meson' 'vala')
provides=('geary')
conflicts=('geary')