summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-03-11 17:26:34 -0600
committerMark Wagie2020-03-11 17:26:34 -0600
commite69d281756d962894d42b0e73d51fd94929ee47d (patch)
treef72b7ffa05d731deba19f28121607c7a0add46a6
parentab33b8d85571ff8d6943c67555fd8db4f2cca60b (diff)
downloadaur-e69d281756d962894d42b0e73d51fd94929ee47d.tar.gz
updated to 3.7.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a8e8049b1a3..680d24e8066d 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.7.0
- pkgrel = 4
+ pkgver = 3.7.1
+ pkgrel = 1
url = https://github.com/cheat/cheat
arch = arm
arch = armv6h
@@ -19,11 +19,11 @@ pkgbase = cheat
conflicts = cheat-git
replaces = python-cheat
backup = etc/cheat/conf.yml
- source = cheat-3.7.0.tar.gz::https://github.com/cheat/cheat/archive/3.7.0.tar.gz
+ source = cheat-3.7.1.tar.gz::https://github.com/cheat/cheat/archive/3.7.1.tar.gz
source = conf.yml
source = git+https://github.com/cheat/cheatsheets.git
source = https://raw.githubusercontent.com/cheat/cheatsheets/master/.github/LICENSE.txt
- sha256sums = aa598370694ef5e96fc6d4d1957635207206bd394613e9e1760146e8c79ff123
+ sha256sums = a24cdd2ab82da6115d0daeeeabedb933f9e40ab48ffeec712f442dba945ed856
sha256sums = efffbe20041efc3d49ffe596ab5abe60a10adf70219c2ddecdf1caf350972212
sha256sums = SKIP
sha256sums = a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499
diff --git a/PKGBUILD b/PKGBUILD
index 6c133d6d5235..c5331a680b5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Co-Maintainer: Joost Bremmer <contact at madeofmagicandwires dot online>
# Contributor: Bogdan <d0xi at inbox dot ru>
pkgname=cheat
-pkgver=3.7.0
-pkgrel=4
+pkgver=3.7.1
+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"
@@ -19,7 +19,7 @@ source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$
'conf.yml'
"git+https://github.com/$pkgname/cheatsheets.git"
"https://raw.githubusercontent.com/$pkgname/cheatsheets/master/.github/LICENSE.txt")
-sha256sums=('aa598370694ef5e96fc6d4d1957635207206bd394613e9e1760146e8c79ff123'
+sha256sums=('a24cdd2ab82da6115d0daeeeabedb933f9e40ab48ffeec712f442dba945ed856'
'efffbe20041efc3d49ffe596ab5abe60a10adf70219c2ddecdf1caf350972212'
'SKIP'
'a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499')