summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Nylén2017-10-06 12:24:29 +0200
committerJoakim Nylén2017-10-06 12:24:29 +0200
commit9076b3969c9df6632cd35b24ef153ef5b41ac68c (patch)
tree4d981bfcbd3e2d9268755c6f7ee722b504c9ab23
parent8af59a66b0c3ca81339a41053f3dc7b5413fede8 (diff)
downloadaur-9076b3969c9df6632cd35b24ef153ef5b41ac68c.tar.gz
Fix
-rw-r--r--.SRCINFO28
-rw-r--r--PKGBUILD5
2 files changed, 16 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1332eceebbb..c0a3380e2243 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,23 @@
pkgbase = mailspring
pkgdesc = A beautiful, fast and maintained fork of Nylas Mail by one of the original authors.
pkgver = 1.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://getmailspring.com/
arch = x86_64
license = GPL3
- 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 = 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
diff --git a/PKGBUILD b/PKGBUILD
index cb11290b503c..5154e596ccd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mailspring
pkgver=1.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="A beautiful, fast and maintained fork of Nylas Mail by one of the original authors."
arch=('x86_64')
license=('GPL3')
@@ -14,8 +14,7 @@ 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", "libgnome-keyring", "libtool", "c-ares", "ctemplate", "icu", "libxext",
- "openssl", "tidy", "libxtst", "libxkbfile", "glib2", "libxml2", "libutil-linux")
+depends=("libsasl>=2.0.0" "libgnome-keyring" "libtool" "c-ares" "ctemplate" "icu" "libxext" "openssl" "tidy" "libxtst" "libxkbfile" "glib2" "libxml2" "libutil-linux")
package() {
cd ${srcdir}