summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Nylén2017-10-13 11:28:11 +0200
committerJoakim Nylén2017-10-13 11:28:11 +0200
commit7d281be0654a133b5d5131de8a83bc13a4024381 (patch)
tree2fa6d7f56c5824f9ff31a576c25f025fed6528a4
parenta933ab0c71a1b26ae70af076124866467c70ffee (diff)
downloadaur-7d281be0654a133b5d5131de8a83bc13a4024381.tar.gz
Add gconf dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f2c876e8100..9ed74267cdea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mailspring
pkgdesc = A beautiful, fast and maintained fork of Nylas Mail by one of the original authors.
pkgver = 1.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://getmailspring.com/
arch = x86_64
license = GPL3
@@ -20,6 +20,7 @@ pkgbase = mailspring
depends = libxml2
depends = libutil-linux
depends = libsecret
+ depends = gconf
options = !strip
options = !upx
source_x86_64 = https://mailspring-builds.s3.amazonaws.com/client/e604c991/linux/mailspring-1.0.4-amd64.deb
diff --git a/PKGBUILD b/PKGBUILD
index a774dd08f663..2a84dac7bbb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mailspring
pkgver=1.0.4
-pkgrel=1
+pkgrel=2
pkghash=e604c991
pkgdesc="A beautiful, fast and maintained fork of Nylas Mail by one of the original authors."
arch=('x86_64')
@@ -16,7 +16,7 @@ sha256sums=()
sha256sums_x86_64=('b7f86416ab26025c070d154cec20fae3217a4f425efe2511976df398b1de6dae')
source_x86_64=("https://mailspring-builds.s3.amazonaws.com/client/${pkghash}/linux/mailspring-${pkgver}-amd64.deb")
-depends=("libgnome-keyring" "libtool" "c-ares" "ctemplate" "icu" "libxext" "openssl" "tidy" "libxtst" "libxkbfile" "glib2" "glibc" "libxml2" "libutil-linux" "libsecret")
+depends=("libgnome-keyring" "libtool" "c-ares" "ctemplate" "icu" "libxext" "openssl" "tidy" "libxtst" "libxkbfile" "glib2" "glibc" "libxml2" "libutil-linux" "libsecret" "gconf")
package() {
cd ${srcdir}