summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShibumi2015-10-28 01:34:20 +0100
committerShibumi2015-10-28 01:34:20 +0100
commit4f5aa9f6650e95e9a3915cfbbe51a011465bd1df (patch)
tree4f6df9c72e14f4bb048bdbf1d525655ef25e696f
parent816b073478f2e5146d5b4c7b6e7a6538df1797c5 (diff)
downloadaur-4f5aa9f6650e95e9a3915cfbbe51a011465bd1df.tar.gz
changed license
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66211526f7fe..4cd5b9399036 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = n1-git
- pkgdesc = An extensible mail client built on the modern web
+ pkgdesc = A new mail client, built on the modern web and designed to be extended.
pkgver = ..0edbf51
pkgrel = 1
url = https://github.com/mbilker/N1/tree/node-v4
arch = any
+ license = GPL3
makedepends = git
depends = nodejs
depends = npm
diff --git a/PKGBUILD b/PKGBUILD
index 54a768bb3208..6cde10ec7761 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@ _pkgname='N1'
pkgname='n1-git'
pkgver=..0edbf51
pkgrel=1
-pkgdesc="An extensible mail client built on the modern web"
+pkgdesc="A new mail client, built on the modern web and designed to be extended."
arch=('any')
url="https://github.com/mbilker/N1/tree/node-v4"
-license=('')
+license=('GPL3')
depends=('nodejs' 'npm')
makedepends=('git')
optdepends=()