summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Zhang2023-09-07 22:51:07 +0800
committerJeffrey Zhang2023-09-07 22:51:07 +0800
commit5416985ba4b802256ec86c1cb6002d88b424312b (patch)
tree8888e886d7e537a694090a51e4a403113e5552a3
parent7094d661e5bc47ba1c3999ebfaadd0ad03eae5dc (diff)
downloadaur-5416985ba4b802256ec86c1cb6002d88b424312b.tar.gz
add license
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc221d76b6a1..61df582c317b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = typora-plugin
pkgrel = 2
url = https://typora.io/
arch = x86_64
+ license = custom:"Copyright (c) 2015 Abner Lee All Rights Reserved."
depends = gtk3
depends = nss
depends = alsa-lib
diff --git a/PKGBUILD b/PKGBUILD
index 535b021d0efc..cc83be8d8b9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ plugin_ver=1.3.11
pkgrel=2
pkgdesc="A minimal markdown editor and reader. with obgnail/typora_plugin plugin"
arch=('x86_64')
-# license=('custom:"Copyright (c) 2015 Abner Lee All Rights Reserved."')
+license=('custom:"Copyright (c) 2015 Abner Lee All Rights Reserved."')
url="https://typora.io/"
depends=('gtk3' 'nss' 'alsa-lib')
provides=("$_pkgname")