summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Nylén2017-10-06 12:17:02 +0200
committerJoakim Nylén2017-10-06 12:17:02 +0200
commit8af59a66b0c3ca81339a41053f3dc7b5413fede8 (patch)
tree40d2bac9a5a8f7a0f172bdf79235dab267bfef4f
parent817ce734427ba2ccec441f4825f9e66b9a2d2ebc (diff)
downloadaur-8af59a66b0c3ca81339a41053f3dc7b5413fede8.tar.gz
Add dependencies that looks its required by the look of travis-ci
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD7
2 files changed, 20 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9692667666cc..c1332eceebbb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,24 @@
pkgbase = mailspring
pkgdesc = A beautiful, fast and maintained fork of Nylas Mail by one of the original authors.
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://getmailspring.com/
arch = x86_64
license = GPL3
- depends = libsasl>=2.0.0
+ depends = libsasl>=2.0.0,
+ depends = libgnome-keyring,
+ depends = libtool,
+ depends = c-ares,
+ depends = ctemplate,
+ depends = icu,
+ depends = libxext,
+ depends = openssl,
+ depends = tidy,
+ depends = libxtst,
+ depends = libxkbfile,
+ depends = glib2,
+ depends = libxml2,
+ depends = libutil-linux
options = !strip
options = !upx
source_x86_64 = https://mailspring-builds.s3.amazonaws.com/client/ba1d6734/linux/mailspring-1.0.1-amd64.deb
diff --git a/PKGBUILD b/PKGBUILD
index dc599cf38130..cb11290b503c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,8 @@
+# Maintainer: Joakim Nylén <me@jnylen.nu>
+
pkgname=mailspring
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="A beautiful, fast and maintained fork of Nylas Mail by one of the original authors."
arch=('x86_64')
license=('GPL3')
@@ -12,7 +14,8 @@ sha256sums=()
sha256sums_x86_64=('3d1796268d6169d24427f00dce229305943d516bbe060dc4cdef4db615f4f380')
source_x86_64=("https://mailspring-builds.s3.amazonaws.com/client/ba1d6734/linux/mailspring-${pkgver}-amd64.deb")
-depends=("libsasl>=2.0.0")
+depends=("libsasl>=2.0.0", "libgnome-keyring", "libtool", "c-ares", "ctemplate", "icu", "libxext",
+ "openssl", "tidy", "libxtst", "libxkbfile", "glib2", "libxml2", "libutil-linux")
package() {
cd ${srcdir}