summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2019-11-13 09:34:41 -0700
committeryochananmarqos2019-11-13 09:34:41 -0700
commit459a32dec64e9cbcdd09958704e4ccebae8555d3 (patch)
tree854aa7838b6c47eabe0cbea1b18db85f25a1b307
parent008dbc548a4fe68d72eb37aca0bdc58526e24a9f (diff)
downloadaur-459a32dec64e9cbcdd09958704e4ccebae8555d3.tar.gz
updated to 3.0.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--conf.yml24
3 files changed, 19 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1555202f5a87..470123d95fdb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cheat
pkgdesc = Allows you to create and view interactive cheatsheets on the command-line
- pkgver = 3.0.6
+ pkgver = 3.0.7
pkgrel = 1
url = https://github.com/cheat/cheat
arch = x86_64
@@ -12,11 +12,11 @@ pkgbase = cheat
conflicts = cheat-bash-git
conflicts = cheat-git
replaces = python-cheat
- source = cheat-3.0.6.tar.gz::https://github.com/cheat/cheat/archive/3.0.6.tar.gz
+ source = cheat-3.0.7.tar.gz::https://github.com/cheat/cheat/archive/3.0.7.tar.gz
source = conf.yml
source = git+https://github.com/cheat/cheatsheets.git
- sha256sums = 405ca6372d5bf3bea9c27b32b214ac8e6971de44cbd1a605c0a6a7f0ebdea215
- sha256sums = ddb53e68a39d0f33b210383724721a162f561e8766434fa1cf062c36e5af76c0
+ sha256sums = ca503a7125a753cea84da6367f28dd07153513ecabef8d9761c1bc3c543ce240
+ sha256sums = 1c3a6ebb65d3a91f9f9711dfaf81463f6b68b9e73fe341720946dd31b311d35b
sha256sums = SKIP
pkgname = cheat
diff --git a/PKGBUILD b/PKGBUILD
index 91bdcbde6bdd..0317f0e5859a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Jameson Pugh <imntreal at gmail dot com>
# Co-Maintainer: Joost Bremmer <contact at madeofmagicandwires dot online>
pkgname=cheat
-pkgver=3.0.6
+pkgver=3.0.7
pkgrel=1
pkgdesc="Allows you to create and view interactive cheatsheets on the command-line"
arch=('x86_64')
@@ -17,8 +17,8 @@ replaces=('python-cheat')
source=("$pkgname-$pkgver.tar.gz::https://github.com/cheat/cheat/archive/$pkgver.tar.gz"
'conf.yml'
'git+https://github.com/cheat/cheatsheets.git')
-sha256sums=('405ca6372d5bf3bea9c27b32b214ac8e6971de44cbd1a605c0a6a7f0ebdea215'
- 'ddb53e68a39d0f33b210383724721a162f561e8766434fa1cf062c36e5af76c0'
+sha256sums=('ca503a7125a753cea84da6367f28dd07153513ecabef8d9761c1bc3c543ce240'
+ '1c3a6ebb65d3a91f9f9711dfaf81463f6b68b9e73fe341720946dd31b311d35b'
'SKIP')
prepare() {
diff --git a/conf.yml b/conf.yml
index e52aa78f372e..cc1301d649cb 100644
--- a/conf.yml
+++ b/conf.yml
@@ -1,18 +1,18 @@
---
# The editor to use with 'cheat -e <sheet>'. Defaults to $EDITOR or $VISUAL.
-editor: vim
+#editor: vim
# Should 'cheat' always colorize output?
-colorize: true
+#colorize: true
# Which 'chroma' colorscheme should be applied to the output?
# Options are available here:
# https://github.com/alecthomas/chroma/tree/master/styles
-style: monokai
+#style: monokai
# Which 'chroma' "formatter" should be applied?
# One of: "terminal", "terminal256", "terminal16m"
-formatter: terminal16m
+#formatter: terminal16m
# The paths at which cheatsheets are available. Tags associated with a cheatpath
# are automatically attached to all cheatsheets residing on that path.
@@ -41,14 +41,14 @@ cheatpaths:
# Maybe your company or department maintains a repository of cheatsheets as
# well. It's probably sensible to list those second.
- - name: work
- path: ~/.dotfiles/cheat/work
- tags: [ work ]
- readonly: false
+ #- name: work
+ #path: ~/.dotfiles/cheat/work
+ #tags: [ work ]
+ #readonly: false
# If you have personalized cheatsheets, list them last. They will take
# precedence over the more global cheatsheets.
- - name: personal
- path: ~/.dotfiles/cheat/personal
- tags: [ personal ]
- readonly: false
+ #- name: personal
+ #path: ~/.dotfiles/cheat/personal
+ #tags: [ personal ]
+ #readonly: false