summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Fishburn2018-02-16 12:04:14 -0500
committerFrank Fishburn2018-02-16 12:04:14 -0500
commit92feb4537bc6a1e18a06f2b757510996695db7ad (patch)
tree14d44be174147eedd95192384189fe01cc6c4968
parent2dc9c91617c4ba4b81850e5b8670f93ade67c6bb (diff)
downloadaur-92feb4537bc6a1e18a06f2b757510996695db7ad.tar.gz
Update dependencies
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD4
2 files changed, 15 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5a025abe1ac..d468b4d44c25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,27 @@
pkgbase = mailpile-git
pkgdesc = A modern, fast web-mail client with user-friendly encryption and privacy features.
- pkgver = r5570.37d96ac6
+ pkgver = r5657.ad70997b
pkgrel = 1
url = http://www.mailpile.is
install = mailpile.install
arch = any
license = AGPL3
- depends = python2-pillow
+ depends = python2-appdirs
+ depends = python2-setuptools
+ depends = python2-cryptography
depends = python2-lxml
depends = python2-jinja
depends = spambayes
- depends = python2-pgpdump
+ depends = python2-selenium
+ depends = python2-markupsafe
+ depends = python2-nose
+ depends = python2-mock
depends = python2-crypto
+ depends = python2-pydns
+ depends = python2-pgpdump
+ depends = python2-pillow
+ depends = python2-pbr
+ depends = python2-fasteners
provides = mailpile
conflicts = mailpile
source = git://github.com/pagekite/Mailpile.git
diff --git a/PKGBUILD b/PKGBUILD
index c2e3881a1f96..cdef3d15a226 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Maxim Andersson <thesilentboatman@gmail.com>
pkgname=mailpile-git
-pkgver=r5570.37d96ac6
+pkgver=r5657.ad70997b
pkgrel=1
pkgdesc="A modern, fast web-mail client with user-friendly encryption and privacy features."
arch=('any')
license=('AGPL3')
-depends=('python2-pillow' 'python2-lxml' 'python2-jinja' 'spambayes' 'python2-pgpdump' 'python2-crypto')
+depends=('python2-appdirs' 'python2-setuptools' 'python2-cryptography' 'python2-lxml' 'python2-jinja' 'spambayes' 'python2-selenium' 'python2-markupsafe' 'python2-nose' 'python2-mock' 'python2-crypto' 'python2-pydns' 'python2-pgpdump' 'python2-pillow' 'python2-pbr' 'python2-fasteners' )
url="http://www.mailpile.is"
provides=("mailpile")
conflicts=("mailpile")