summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-06-30 08:08:32 -0600
committerMark Wagie2020-06-30 08:08:32 -0600
commit88786bde1453ffc5421e9d44b1ce76a6ce4f9f93 (patch)
tree23286c5f3f0684322e98fbc92a501ae07b754843
parent6ac25f747e6348d4e32c4222ac23e92e30f25c63 (diff)
downloadaur-88786bde1453ffc5421e9d44b1ce76a6ce4f9f93.tar.gz
update conf.yml
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--conf.yml3
3 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b294969dda0..29a9f5d5cae5 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 = 4.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cheat/cheat
arch = any
license = MIT
@@ -20,7 +20,7 @@ pkgbase = cheat
source = git+https://github.com/cheat/cheatsheets.git
source = https://raw.githubusercontent.com/cheat/cheatsheets/master/.github/LICENSE.txt
sha256sums = 98242fa3efd4b5fd57d6ad7e69a2570e7defacb580e30ae274deec3e1939f494
- sha256sums = efffbe20041efc3d49ffe596ab5abe60a10adf70219c2ddecdf1caf350972212
+ sha256sums = a0aa691a318219d048107b835fe0e8cddfa734618fc5ccbb800b5bb463e00ea5
sha256sums = SKIP
sha256sums = a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499
diff --git a/PKGBUILD b/PKGBUILD
index 904bc12f9edc..4af17020e7ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Bogdan <d0xi at inbox dot ru>
pkgname=cheat
pkgver=4.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Allows you to create and view interactive cheatsheets on the command-line"
arch=('any')
url="https://github.com/cheat/cheat"
@@ -19,7 +19,7 @@ source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
"git+https://github.com/cheat/cheatsheets.git"
"https://raw.githubusercontent.com/$pkgname/cheatsheets/master/.github/LICENSE.txt")
sha256sums=('98242fa3efd4b5fd57d6ad7e69a2570e7defacb580e30ae274deec3e1939f494'
- '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.
#