summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-09-05 10:57:01 -0600
committerMark Wagie2020-09-05 10:57:01 -0600
commitac43206f3cc1ebae732fcf61ece26ceaf934d1af (patch)
treea7dd622162842203be376dfd3d7098e2f3be80d4
parent612cd82d82ad686a70d6c546ba562a6902bc22d4 (diff)
downloadaur-ac43206f3cc1ebae732fcf61ece26ceaf934d1af.tar.gz
4.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5538c0fbdb4e..815a5990bb7a 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.4
- pkgrel = 3
+ pkgver = 4.1.0
+ pkgrel = 1
url = https://github.com/cheat/cheat
arch = i686
arch = x86_64
@@ -19,11 +19,11 @@ pkgbase = cheat
conflicts = cheat-bash-git
replaces = python-cheat
backup = etc/cheat/conf.yml
- source = cheat-4.0.4.tar.gz::https://github.com/cheat/cheat/archive/4.0.4.tar.gz
+ source = cheat-4.1.0.tar.gz::https://github.com/cheat/cheat/archive/4.1.0.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 = 4acdb68dc4ae4f0e9fd901cbcf737f571d90e3405fbf1c3a2f1a0dcab414de70
+ sha256sums = b392c3a77eda61f4b1f0991cb30c6202f74472713293e73f645fb697665ca72c
sha256sums = a0aa691a318219d048107b835fe0e8cddfa734618fc5ccbb800b5bb463e00ea5
sha256sums = SKIP
sha256sums = a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499
diff --git a/PKGBUILD b/PKGBUILD
index 536d060a7116..d02371234694 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=4.0.4
-pkgrel=3
+pkgver=4.1.0
+pkgrel=1
pkgdesc="Allows you to create and view interactive cheatsheets on the command-line"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
url="https://github.com/cheat/cheat"
@@ -18,7 +18,7 @@ source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
'conf.yml'
'git+https://github.com/cheat/cheatsheets.git'
"https://raw.githubusercontent.com/$pkgname/cheatsheets/master/.github/LICENSE.txt")
-sha256sums=('4acdb68dc4ae4f0e9fd901cbcf737f571d90e3405fbf1c3a2f1a0dcab414de70'
+sha256sums=('b392c3a77eda61f4b1f0991cb30c6202f74472713293e73f645fb697665ca72c'
'a0aa691a318219d048107b835fe0e8cddfa734618fc5ccbb800b5bb463e00ea5'
'SKIP'
'a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499')