summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Andersson2015-08-15 19:01:58 +0200
committerMaxim Andersson2015-08-15 19:01:58 +0200
commit965deb1217c3a8110f05b545d21c527adceb8111 (patch)
tree4e0bb588231e84ba810e676afcfa1b6b42fc3ac7
parent0b6837030aa358dc33db0f215dec1131fc191faa (diff)
downloadaur-965deb1217c3a8110f05b545d21c527adceb8111.tar.gz
Update to 0.5.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eedd3cc681cd..d029f5ce4677 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.5.1
+ pkgver = 0.5.2
pkgrel = 2
url = http://www.mailpile.is
install = mailpile.install
@@ -14,9 +14,9 @@ pkgbase = mailpile
depends = python2-pillow
depends = python2-pydns
depends = spambayes>=1.1a6
- source = https://github.com/pagekite/mailpile/archive/0.5.1.tar.gz
+ source = https://github.com/pagekite/mailpile/archive/0.5.2.tar.gz
source = mailpile.service
- sha256sums = d7ba2413092ed4c2e7b4ea9af113874e5f939395905d47f981bd38d605302b44
+ sha256sums = 2619dd0711628e25e216bec196d42381e50d45d943a727177f11f8ce89e26004
sha256sums = 07adbd61cda225bf11818d39776240ee1077a3f2ddc9e5ef0f11825dd4ca504d
pkgname = mailpile
diff --git a/PKGBUILD b/PKGBUILD
index 39a443a39412..9dcae06e96a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: cornholio <vigo.the.unholy.carpathian@gmail.com>
pkgname=mailpile
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=2
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=('d7ba2413092ed4c2e7b4ea9af113874e5f939395905d47f981bd38d605302b44'
+sha256sums=('2619dd0711628e25e216bec196d42381e50d45d943a727177f11f8ce89e26004'
'07adbd61cda225bf11818d39776240ee1077a3f2ddc9e5ef0f11825dd4ca504d')
prepare() {