summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Andersson2015-07-29 23:56:12 +0200
committerMaxim Andersson2015-07-29 23:56:12 +0200
commit0b6837030aa358dc33db0f215dec1131fc191faa (patch)
tree11757246de090e0063ebfa7351554e5113a4e247
parent94cf4196be6ecc86b16d593b9fa239d66f7f1531 (diff)
downloadaur-0b6837030aa358dc33db0f215dec1131fc191faa.tar.gz
Remove Apache from license array
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8394c12a293..eedd3cc681cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = mailpile
pkgdesc = A modern, fast web-mail client with user-friendly encryption and privacy features.
pkgver = 0.5.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.mailpile.is
install = mailpile.install
arch = any
license = AGPL3
- license = Apache
depends = gnupg
depends = python2-jinja>=2.6
depends = python2-lxml>=2.3.2
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"