summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryochananmarqos2020-01-29 13:48:49 -0700
committerJoost Bremmer2020-04-10 01:36:33 +0200
commitba2d4c7035c6838ab54117e5961b1aa41b14dc1f (patch)
tree12d4efe4f43b429d58fd11b3a14f6447bbd574e1 /PKGBUILD
parent4fa348120cfc39a1cf3ffd881b8e292f4645c554 (diff)
downloadaur-ba2d4c7035c6838ab54117e5961b1aa41b14dc1f.tar.gz
upgpkg: cheat 3.4.0-1
upstream release fix typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 399e29c417d6..f30eee03dcda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Allows you to create and view interactive cheatsheets on the command-line"
arch=('arm' 'armv6h' 'armv7h' 'x86_64')
url="https://github.com/cheat/cheat"
-icense=('MIT' 'CC0 1.0 Universal')
+license=('MIT' 'CC0 1.0 Universal')
makedepends=('go-pie' 'git')
optdepends=('fzf: for Fuzzy Finder integration'
'bash-completion: for bash completions'