summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxim Andersson2015-07-29 23:56:12 +0200
committerMaxim Andersson2015-07-29 23:56:12 +0200
commit0b6837030aa358dc33db0f215dec1131fc191faa (patch)
tree11757246de090e0063ebfa7351554e5113a4e247 /PKGBUILD
parent94cf4196be6ecc86b16d593b9fa239d66f7f1531 (diff)
downloadaur-0b6837030aa358dc33db0f215dec1131fc191faa.tar.gz
Remove Apache from license array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a35cb80a1b0..39a443a39412 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname=mailpile
pkgver=0.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="A modern, fast web-mail client with user-friendly encryption and privacy features."
arch=('any')
url="http://www.mailpile.is"
-license=('AGPL3' 'Apache')
+license=('AGPL3')
depends=('gnupg' 'python2-jinja>=2.6' 'python2-lxml>=2.3.2' 'python2-markupsafe' 'python2-pgpdump' 'python2-pillow' 'python2-pydns' 'spambayes>=1.1a6')
install=${pkgname}.install
source=("https://github.com/pagekite/${pkgname}/archive/${pkgver}.tar.gz"