summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2021-04-10 01:50:15 +0300
committerjonian2021-04-10 01:50:15 +0300
commit78210c1ab81260439a71e7b3891eb4c4205fe831 (patch)
treee0eb65fb79286785448a9663b069f6f6d7881174
parentc491809949df7e9c97f1a2ee1d7cb4ff03de837a (diff)
downloadaur-78210c1ab81260439a71e7b3891eb4c4205fe831.tar.gz
add correct license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30549423bfeb..481b29bce237 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = runjs-bin
pkgrel = 1
url = https://github.com/lukehaas/RunJS
arch = x86_64
- license = MIT
+ license = Commercial
depends = nss
depends = libxss
depends = libnotify
diff --git a/PKGBUILD b/PKGBUILD
index 4e71926a61ee..8fbaf41174d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="RunJS is an JavaScript playground that auto-evaluates your code as you type and outputs the results to a console pane"
arch=("x86_64")
url="https://github.com/lukehaas/RunJS"
-license=("MIT")
+license=("Commercial")
depends=("nss" "libxss" "libnotify" "libsecret" "libappindicator-gtk3" "util-linux-libs" "xdg-utils")
provides=("runjs")
conflicts=("runjs" "runjs-git")