diff options
author | tocic | 2024-01-20 13:16:49 +0300 |
---|---|---|
committer | tocic | 2024-01-20 13:16:49 +0300 |
commit | 9d988cd905cde45eefd98e7715f5bfab977745c1 (patch) | |
tree | aea873175acb3e1b7f582030ece89619ce0673fa | |
parent | cc7cf0ed686109b05646044b6516e0e4201bfdd8 (diff) | |
download | aur-9d988cd905cde45eefd98e7715f5bfab977745c1.tar.gz |
Switch to SPDX license
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ pkgbase = chaiscript pkgrel = 3 url = https://chaiscript.com arch = x86_64 - license = BSD + license = BSD-3-Clause makedepends = cmake depends = gcc-libs optdepends = readline: command history support @@ -9,7 +9,7 @@ pkgrel=3 pkgdesc="Embedded Scripting Language Designed for C++" arch=("x86_64") url="https://chaiscript.com" -license=("BSD") +license=("BSD-3-Clause") depends=("gcc-libs") makedepends=("cmake") optdepends=("readline: command history support") |