summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
-rw-r--r--geary-enchant2.patch6
2 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 434218fd4e1c..a5892728c1b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=geary-git
-pkgver=r3419.b7eea857
+pkgver=r3535.d619d99d
pkgrel=1
pkgdesc="A lightweight email client for the GNOME desktop"
arch=(i686 x86_64)
@@ -19,7 +19,7 @@ conflicts=('geary')
source=('git://git.gnome.org/geary'
'geary-enchant2.patch')
sha256sums=('SKIP'
- 'SKIP')
+ '062d9911e8790f59387e65b62b4a49d0d1769e1091ec2e2816b9c8302f6fb95d')
pkgver() {
cd "$srcdir/geary"
diff --git a/geary-enchant2.patch b/geary-enchant2.patch
index bc7bfffbbfcd..2a200123ff2e 100644
--- a/geary-enchant2.patch
+++ b/geary-enchant2.patch
@@ -32,6 +32,6 @@ index 5874a98c..818d55f6 100644
javascriptcoregtk_vapi = valac.find_library('javascriptcore-4.0', dirs: vapi_dir)
-enchant = dependency('enchant', version: '>= 1.6')
+enchant = dependency('enchant-2', version: '>= 1.6')
- libunwind = declare_dependency(
- dependencies: [
- valac.find_library('libunwind', dirs: vapi_dir),
+
+ # System dependencies ensures appropriate versions, but the declared
+ # depencency is what we actually build against.