summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-20 13:33:06 -0700
committerMark Wagie2024-01-20 13:33:06 -0700
commit5ef2808e8d75d4034661962c5d8db15a2daf5389 (patch)
treed44428cdebf92c0eec566ca7d90f3cb9624bbffc
parentff60364f1ab6acf9074ef079aefaa414a7607719 (diff)
downloadaur-5ef2808e8d75d4034661962c5d8db15a2daf5389.tar.gz
use SPDX license identifier
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a1715ab7d42..eb82432f1190 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,8 +8,7 @@ pkgbase = cheat
arch = armv6h
arch = armv7h
arch = aarch64
- license = MIT
- license = CC0 1.0 Universal
+ license = MIT AND CC0-1.0
makedepends = git
makedepends = go
makedepends = pandoc
diff --git a/PKGBUILD b/PKGBUILD
index 2c000f407690..b2c76c42844d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Allows you to create and view interactive cheatsheets on the command-line"
arch=('x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/cheat/cheat"
-license=('MIT' 'CC0 1.0 Universal')
+license=('MIT AND CC0-1.0')
makedepends=('git' 'go' 'pandoc')
optdepends=('fzf: Fuzzy Finder integration for bash-completion')
conflicts=("python-$pkgname")