summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoribrokemypie2017-09-24 16:21:22 +1000
committeribrokemypie2017-09-24 16:21:22 +1000
commit5d7cd43a5408153c64444a79675e5b4a632b5ef4 (patch)
tree66165ed63fdee5d5da2a5fe54e1b3fe7e0531dce
parenta1e9b32d26fa233b717a5ed4de8785e76e7f06ca (diff)
downloadaur-5d7cd43a5408153c64444a79675e5b4a632b5ef4.tar.gz
Update to 2.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69019d2f3ad1..7ffd8df4f01e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nylas-mail-lives-bin
pkgdesc = An open source fork of Nylas Mail (N1)
- pkgver = 2.1.0
- pkgrel = 2
+ pkgver = 2.2.0
+ pkgrel = 1
url = https://github.com/nylas-mail-lives/nylas-mail/
arch = x86_64
license = GPL3
@@ -18,8 +18,8 @@ pkgbase = nylas-mail-lives-bin
depends = gtk2
depends = libgnome-keyring
provides = nylas-mail
- source = https://github.com/nylas-mail-lives/nylas-mail/releases/download/2.1.0/nylas-2.1.0-amd64.deb
- sha256sums = 5de1beaf9ad8824e635846fb4e9110fac874c41f1797fe33644a13ba222768dc
+ source = https://github.com/nylas-mail-lives/nylas-mail/releases/download/2.2.0/nylas-2.2.0-amd64.deb
+ sha256sums = 2d208f8859375da49de21f96186674af3c358bc0b6fe01c7f079487c815efeba
pkgname = nylas-mail-lives-bin
diff --git a/PKGBUILD b/PKGBUILD
index ffe0ceff13d5..d95034f2c0f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: ibrokemypie <ibrokemypie@bastardi.net>
pkgname=nylas-mail-lives-bin
_pkgname=nylas
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
pkgdesc="An open source fork of Nylas Mail (N1)"
arch=('x86_64')
url="https://github.com/nylas-mail-lives/nylas-mail/"
@@ -10,10 +10,9 @@ license=('GPL3')
depends=('libxkbfile' 'libxss' 'python' 'nodejs' 'libxtst' 'alsa-lib' 'gconf' 'gcc-libs' 'nss' 'libxtst' 'gtk2' 'libgnome-keyring')
provides=('nylas-mail')
source=("https://github.com/nylas-mail-lives/nylas-mail/releases/download/${pkgver}/${_pkgname}-${pkgver}-amd64.deb")
-sha256sums=('5de1beaf9ad8824e635846fb4e9110fac874c41f1797fe33644a13ba222768dc')
+sha256sums=('2d208f8859375da49de21f96186674af3c358bc0b6fe01c7f079487c815efeba')
package() {
-
# extract the data part of the deb package
tar xJfp data.tar.xz -C ${pkgdir}
}