summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Duck2016-10-06 22:23:22 -0700
committerJonathan Duck2016-10-06 22:23:22 -0700
commit669e9725a6be6e0ebaf9191f548e96fa96b616a4 (patch)
tree67dfd59ec5dea5d6a00bb75b1b845c99f68e60f1
parent26f2734fd2aadfe9188ae7e8e84d05fb575cef25 (diff)
downloadaur-669e9725a6be6e0ebaf9191f548e96fa96b616a4.tar.gz
Add license info.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12045d292f98..435bddf06764 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = typora
pkgrel = 3
url = https://typora.io/
arch = x86_64
+ license = custom:"Copyright (c) 2014 GitHub Inc."
source = https://typora.io/./linux/typora_0.9.19_amd64.deb
md5sums = 30b9881f6d698a5442dff96002d9d812
diff --git a/PKGBUILD b/PKGBUILD
index 8cb08717ecff..046a19a34db2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,6 +5,7 @@ pkgrel=3
pkgdesc="Typora will give you a seamless experience as both a reader and a writer."
arch=('x86_64')
filename="${pkgname}_${pkgver}_amd64.deb"
+license=('custom:"Copyright (c) 2014 GitHub Inc."')
url="https://typora.io/"
source=("https://typora.io/./linux/$filename")
md5sums=('30b9881f6d698a5442dff96002d9d812')