summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Andersson2015-07-29 23:21:19 +0200
committerMaxim Andersson2015-07-29 23:21:19 +0200
commit94cf4196be6ecc86b16d593b9fa239d66f7f1531 (patch)
tree8947bfa0b4f4e9937058c8b5fe977ab559efaa2b
parente29c46de55209b017804cae96eb1a7748933131c (diff)
downloadaur-94cf4196be6ecc86b16d593b9fa239d66f7f1531.tar.gz
Update to 0.5.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abdb7d825a2e..a8394c12a293 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mailpile
pkgdesc = A modern, fast web-mail client with user-friendly encryption and privacy features.
- pkgver = 0.4.3
+ pkgver = 0.5.1
pkgrel = 1
url = http://www.mailpile.is
install = mailpile.install
@@ -15,9 +15,9 @@ pkgbase = mailpile
depends = python2-pillow
depends = python2-pydns
depends = spambayes>=1.1a6
- source = https://github.com/pagekite/mailpile/archive/0.4.3.tar.gz
+ source = https://github.com/pagekite/mailpile/archive/0.5.1.tar.gz
source = mailpile.service
- sha256sums = 3253d4896cc34de6208a750dbecab895561e0ebf44eead28ea4572bf01f71c0d
+ sha256sums = d7ba2413092ed4c2e7b4ea9af113874e5f939395905d47f981bd38d605302b44
sha256sums = 07adbd61cda225bf11818d39776240ee1077a3f2ddc9e5ef0f11825dd4ca504d
pkgname = mailpile
diff --git a/PKGBUILD b/PKGBUILD
index 137449793cb0..9a35cb80a1b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: cornholio <vigo.the.unholy.carpathian@gmail.com>
pkgname=mailpile
-pkgver=0.4.3
+pkgver=0.5.1
pkgrel=1
pkgdesc="A modern, fast web-mail client with user-friendly encryption and privacy features."
arch=('any')
@@ -13,7 +13,7 @@ depends=('gnupg' 'python2-jinja>=2.6' 'python2-lxml>=2.3.2' 'python2-markupsafe'
install=${pkgname}.install
source=("https://github.com/pagekite/${pkgname}/archive/${pkgver}.tar.gz"
"${pkgname}.service")
-sha256sums=('3253d4896cc34de6208a750dbecab895561e0ebf44eead28ea4572bf01f71c0d'
+sha256sums=('d7ba2413092ed4c2e7b4ea9af113874e5f939395905d47f981bd38d605302b44'
'07adbd61cda225bf11818d39776240ee1077a3f2ddc9e5ef0f11825dd4ca504d')
prepare() {