summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Nylén2018-10-23 02:55:39 +0200
committerJoakim Nylén2018-10-23 02:55:39 +0200
commite803a2db70de4090d777555627f0fd483d89c357 (patch)
tree73d6144d5fc7eb35abcf3ee921160b3ecb0fd5e2
parent8cc973292dde4a540b80efbcebb97e77f784bb27 (diff)
downloadaur-e803a2db70de4090d777555627f0fd483d89c357.tar.gz
It requires gtk3
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7648964348a..abf2075d6451 100755
--- 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.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://getmailspring.com/
arch = x86_64
license = custom: GPL3 and (C) 2016-2017 Foundry 376, LLC.
@@ -15,7 +15,7 @@ pkgbase = mailspring
depends = libxkbfile
depends = libsecret
depends = gconf
- depends = gtk2
+ depends = gtk3
depends = nss
options = !strip
source_x86_64 = https://github.com/Foundry376/Mailspring/releases/download/1.5.0/mailspring-1.5.0-amd64.deb
diff --git a/PKGBUILD b/PKGBUILD
index ac4fd46e3be5..12a0d5f60ea3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mailspring
_pkgver=1.5.0
pkgver=${_pkgver}
-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.')
@@ -16,7 +16,7 @@ sha256sums=()
sha256sums_x86_64=('bc0c6e75f0db8d96e9803a457ca37593142253a242ce98eeff367f53926111e0')
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" "tidy" "libxkbfile" "libsecret" "gconf" "gtk2" "nss")
+depends=("libgnome-keyring" "gnome-keyring" "libxss" "libtool" "c-ares" "ctemplate" "tidy" "libxkbfile" "libsecret" "gconf" "gtk3" "nss")
package() {
cd ${srcdir}