summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-03-30 10:21:43 -0600
committerJoost Bremmer2020-04-10 01:36:33 +0200
commit5192245e36b4f9b59279a55422a6c05d2f56583b (patch)
treef8032f10826f26554e8585a0bedccf7ba1002ac9
parent6e61008476d677b4febf243e2e74b096d48e8858 (diff)
downloadaur-5192245e36b4f9b59279a55422a6c05d2f56583b.tar.gz
upgpkg: cheat 3.8.0-3
add lua to makedpends, update cheatsheets
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f10988c92dab..e39dd3be6db5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cheat
pkgdesc = Allows you to create and view interactive cheatsheets on the command-line
pkgver = 3.8.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/cheat/cheat
arch = arm
arch = armv6h
@@ -12,6 +12,7 @@ pkgbase = cheat
makedepends = go-pie
makedepends = git
makedepends = pandoc
+ makedepends = lua
optdepends = bash-completion: for bash completions
optdepends = fzf: Fuzzy Finder integration for bash-completion
optdepends = fish: for fish completions
diff --git a/PKGBUILD b/PKGBUILD
index 236d668f982a..34c8c73671b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
# Contributor: Bogdan <d0xi at inbox dot ru>
pkgname=cheat
pkgver=3.8.0
-pkgrel=2
+pkgrel=3
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"
license=('MIT' 'CC0 1.0 Universal')
-makedepends=('go-pie' 'git' 'pandoc')
+makedepends=('go-pie' 'git' 'pandoc' 'lua')
optdepends=('bash-completion: for bash completions'
'fzf: Fuzzy Finder integration for bash-completion'
'fish: for fish completions')