summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-06-30 08:08:59 -0600
committerMark Wagie2020-06-30 08:08:59 -0600
commit0fcdc945db3ad630b3dbca20ce0afecb03f5dd02 (patch)
tree7c21112ae7a564ffd7da456c37934a40a7c7b43f
parent756f915571c28b4216ee5b33cf320da92b60fe15 (diff)
downloadaur-0fcdc945db3ad630b3dbca20ce0afecb03f5dd02.tar.gz
update conf.yml
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--conf.yml3
3 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99ddf81f6f06..12dea1851c8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cheat-git
pkgdesc = Allows you to create and view interactive cheatsheets on the command-line
- pkgver = 3.10.1.r0.g8e602b0
- pkgrel = 2
+ pkgver = 4.0.1.r0.g278a5d9
+ pkgrel = 1
url = https://github.com/cheat/cheat
arch = any
license = MIT
@@ -21,7 +21,7 @@ pkgbase = cheat-git
source = git+https://github.com/cheat/cheatsheets.git
source = https://raw.githubusercontent.com/cheat/cheatsheets/master/.github/LICENSE.txt
sha256sums = SKIP
- sha256sums = efffbe20041efc3d49ffe596ab5abe60a10adf70219c2ddecdf1caf350972212
+ sha256sums = a0aa691a318219d048107b835fe0e8cddfa734618fc5ccbb800b5bb463e00ea5
sha256sums = SKIP
sha256sums = a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499
diff --git a/PKGBUILD b/PKGBUILD
index 697a588e759a..3351df41d2a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Bogdan <d0xi at inbox dot ru>
# Contributor: Quan Guo <guotsuan@gmail.com>
pkgname=cheat-git
-pkgver=3.10.1.r0.g8e602b0
-pkgrel=2
+pkgver=4.0.1.r0.g278a5d9
+pkgrel=1
pkgdesc="Allows you to create and view interactive cheatsheets on the command-line"
arch=('any')
url="https://github.com/cheat/cheat"
@@ -20,7 +20,7 @@ source=('git+https://github.com/cheat/cheat.git'
'git+https://github.com/cheat/cheatsheets.git'
"https://raw.githubusercontent.com/${pkgname%-git}/cheatsheets/master/.github/LICENSE.txt")
sha256sums=('SKIP'
- 'efffbe20041efc3d49ffe596ab5abe60a10adf70219c2ddecdf1caf350972212'
+ 'a0aa691a318219d048107b835fe0e8cddfa734618fc5ccbb800b5bb463e00ea5'
'SKIP'
'a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499')
diff --git a/conf.yml b/conf.yml
index 19167a185434..fbe97916c58c 100644
--- a/conf.yml
+++ b/conf.yml
@@ -14,6 +14,9 @@ style: monokai
# One of: "terminal", "terminal256", "terminal16m"
formatter: terminal16m
+# Through which pager should output be piped? (Unset this key for no pager.)
+pager: less -FRX
+
# The paths at which cheatsheets are available. Tags associated with a cheatpath
# are automatically attached to all cheatsheets residing on that path.
#