summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Nylén2018-02-04 15:51:02 +0100
committerJoakim Nylén2018-02-04 15:51:02 +0100
commit02d9ee0555813a08c16f5e1f61137f7cc4b7fe21 (patch)
treeb562de2f669969bde5727bd1cc07268be344d972
parent54f02fca3e2ee34431babe440ae0a351c7a7092a (diff)
downloadaur-02d9ee0555813a08c16f5e1f61137f7cc4b7fe21.tar.gz
Require gtk2 and nss, clean up the list, Thanks to RemoteAdmin
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0c2002eb37d..eb7c35288a1b 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.1.2.8ae17ea
- pkgrel = 1
+ pkgrel = 2
url = https://getmailspring.com/
arch = x86_64
license = custom: GPL3 and (C) 2016-2017 Foundry 376, LLC.
@@ -11,18 +11,12 @@ pkgbase = mailspring
depends = libtool
depends = c-ares
depends = ctemplate
- depends = icu
- depends = libxext
- depends = openssl
depends = tidy
- depends = libxtst
depends = libxkbfile
- depends = glib2
- depends = glibc
- depends = libxml2
- depends = libutil-linux
depends = libsecret
depends = gconf
+ depends = gtk2
+ depends = nss
options = !strip
options = !upx
source_x86_64 = https://github.com/Foundry376/Mailspring/releases/download/1.1.2/mailspring-1.1.2-amd64.deb
diff --git a/PKGBUILD b/PKGBUILD
index 20c213562aba..67cef71d850e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=mailspring
_pkgver=1.1.2
_pkghash=8ae17ea
pkgver=${_pkgver}.${_pkghash}
-pkgrel=1
+pkgrel=2
pkgdesc="A beautiful, fast and maintained fork of Nylas Mail by one of the original authors."
arch=('x86_64')
license=('custom: GPL3 and (C) 2016-2017 Foundry 376, LLC.')
@@ -17,7 +17,7 @@ sha256sums=()
sha256sums_x86_64=('5d34ae89cf41bf48440aa9c05937ab8828bab78babbc71501bf3d987e4c86d0a')
source_x86_64=("https://github.com/Foundry376/Mailspring/releases/download/${_pkgver}/mailspring-${_pkgver}-amd64.deb")
-depends=("libgnome-keyring" "gnome-keyring" "libxss" "libtool" "c-ares" "ctemplate" "icu" "libxext" "openssl" "tidy" "libxtst" "libxkbfile" "glib2" "glibc" "libxml2" "libutil-linux" "libsecret" "gconf")
+depends=("libgnome-keyring" "gnome-keyring" "libxss" "libtool" "c-ares" "ctemplate" "tidy" "libxkbfile" "libsecret" "gconf" "gtk2" "nss")
package() {
cd ${srcdir}