diff options
author | Dhananjay Balan | 2018-11-26 10:55:03 +0100 |
---|---|---|
committer | Dhananjay Balan | 2018-11-26 10:55:03 +0100 |
commit | d92a76a99fb8f52bf8e3db5d5a718db7d21e6b30 (patch) | |
tree | 491aa5531ce0e9ab1f34b844269fa52efe4a023b | |
parent | 56415cead5f46f0587d40b1c59cf6aadc75f6c32 (diff) | |
download | aur-d92a76a99fb8f52bf8e3db5d5a718db7d21e6b30.tar.gz |
Bump to 1.5.3 and adopt package
-rwxr-xr-x | .SRCINFO | 6 | ||||
-rwxr-xr-x | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = mailspring pkgdesc = A beautiful, fast and maintained fork of Nylas Mail by one of the original authors. - pkgver = 1.5.2 + pkgver = 1.5.3 pkgrel = 1 url = https://getmailspring.com/ arch = x86_64 @@ -18,8 +18,8 @@ pkgbase = mailspring depends = gtk3 depends = nss options = !strip - source_x86_64 = https://github.com/Foundry376/Mailspring/releases/download/1.5.2/mailspring-1.5.2-amd64.deb - sha256sums_x86_64 = 5bb7e13984e829ed1e195b72141771c3fbe72af16501fefd6b05aa66f0f27043 + source_x86_64 = https://github.com/Foundry376/Mailspring/releases/download/1.5.3/mailspring-1.5.3-amd64.deb + sha256sums_x86_64 = 472fd34c41e77cdcf48772b93d5272f615710dec042b099faa7cdf6ffd8bfaa4 pkgname = mailspring @@ -1,8 +1,8 @@ -# Maintainer: Joakim Nylén <me@jnylen.nu> +# Maintainer: Dhananjay Balan <mail@dbalan.in> # Contributor: ahrs pkgname=mailspring -_pkgver=1.5.2 +_pkgver=1.5.3 pkgver=${_pkgver} pkgrel=1 pkgdesc="A beautiful, fast and maintained fork of Nylas Mail by one of the original authors." @@ -13,7 +13,7 @@ options=('!strip') source=() sha256sums=() -sha256sums_x86_64=('5bb7e13984e829ed1e195b72141771c3fbe72af16501fefd6b05aa66f0f27043') +sha256sums_x86_64=('472fd34c41e77cdcf48772b93d5272f615710dec042b099faa7cdf6ffd8bfaa4') 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" "gtk3" "nss") |