summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-01-15 09:54:37 +0100
committerDaniel Peukert2020-01-15 09:54:37 +0100
commit9d7bc40bb0438801f51787ef054cbac9d74863f9 (patch)
tree7a5a8b77d3e4338ccf6955c994be7d23506a036f
parentd9354bbd2c456f170af810084ce436029d6927ac (diff)
downloadaur-9d7bc40bb0438801f51787ef054cbac9d74863f9.tar.gz
Updated mailpile dependencies
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD5
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b1f0b772f32..1586a60e0996 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mailpile
pkgdesc = A free & open modern, fast email client with user-friendly encryption and privacy features
pkgver = 1.0.0rc6
- pkgrel = 1
+ pkgrel = 2
url = http://www.mailpile.is
arch = any
license = AGPL3
@@ -20,11 +20,12 @@ pkgbase = mailpile
depends = python2-pgpdump
depends = python2-pillow
depends = python2-pydns
- depends = python2-pysocks
- depends = python2-stem>=1.4
+ depends = python2-socksipychain
depends = tor
- source = mailpile-1.0.0rc6-1.tar.gz::https://github.com/mailpile/Mailpile/archive/1.0.0rc6.tar.gz
- source = mailpile-1.0.0rc6-1-print.tar.gz::https://github.com/mailpile/Mailpile-print/archive/7c1372b999dd6e68710e08e16778f2986c064295.tar.gz
+ optdepends = pagekite: remote access
+ optdepends = python2-stem>=1.4: remote access
+ source = mailpile-1.0.0rc6-2.tar.gz::https://github.com/mailpile/Mailpile/archive/1.0.0rc6.tar.gz
+ source = mailpile-1.0.0rc6-2-print.tar.gz::https://github.com/mailpile/Mailpile-print/archive/7c1372b999dd6e68710e08e16778f2986c064295.tar.gz
source = mailpile.sysusers
source = mailpile.tmpfiles
source = mailpile.service
diff --git a/PKGBUILD b/PKGBUILD
index 6414a73d0ff0..a9ed9503f75a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@
# Contributor: Frank Fishburn <frankthefishburn@gmail.com> (mailpile-git PKGBUILD)
pkgname='mailpile'
pkgver='1.0.0rc6'
-pkgrel='1'
+pkgrel='2'
pkgdesc='A free & open modern, fast email client with user-friendly encryption and privacy features'
arch=('any')
url="http://www.$pkgname.is"
license=('AGPL3')
-depends=('gnupg' 'python2' 'python2-appdirs' 'python2-cryptography' 'python2-fasteners' 'python2-icalendar' 'python2-imgsize' 'python2-jinja>=2.6' 'python2-lxml>=2.3.2' 'python2-markupsafe' 'python2-pbr' 'python2-pgpdump' 'python2-pillow' 'python2-pydns' 'python2-pysocks' 'python2-stem>=1.4' 'tor')
+depends=('gnupg' 'python2' 'python2-appdirs' 'python2-cryptography' 'python2-fasteners' 'python2-icalendar' 'python2-imgsize' 'python2-jinja>=2.6' 'python2-lxml>=2.3.2' 'python2-markupsafe' 'python2-pbr' 'python2-pgpdump' 'python2-pillow' 'python2-pydns' 'python2-socksipychain' 'tor')
+optdepends=('pagekite: remote access' 'python2-stem>=1.4: remote access')
makedepends=('python2-setuptools')
_printcommit='7c1372b999dd6e68710e08e16778f2986c064295'
source=(