summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-06-09 12:25:54 -0600
committerMark Wagie2021-06-09 12:25:54 -0600
commit7172af506a9c9e48709723ebfd8067a641d8bbd5 (patch)
tree941f3a2de498af50e9e1f8842c14bde7de9d0522
parenta553dfcf67f014a39464f9fe18c4cbe400271df4 (diff)
downloadaur-7172af506a9c9e48709723ebfd8067a641d8bbd5.tar.gz
4.2.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68dfb8456399..a2cafe7f0d0a 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 = 4.2.1
+ pkgver = 4.2.2
pkgrel = 1
url = https://github.com/cheat/cheat
arch = i686
@@ -19,11 +19,11 @@ pkgbase = cheat
conflicts = cheat-bash-git
replaces = python-cheat
backup = etc/cheat/conf.yml
- source = cheat-4.2.1.tar.gz::https://github.com/cheat/cheat/archive/4.2.1.tar.gz
+ source = cheat-4.2.2.tar.gz::https://github.com/cheat/cheat/archive/4.2.2.tar.gz
source = conf.yml
source = git+https://github.com/cheat/cheatsheets.git
- source = https://github.com/cheat/cheat/raw/4.2.1/LICENSE.txt
- sha256sums = 2a63b18bf8d55b865606f4be91af3650aacff70b8c9b8729661d60323367d455
+ source = https://raw.githubusercontent.com/cheat/cheatsheets/master/.github/LICENSE.txt
+ sha256sums = b4fb5a0d63bad020ca240a8e27b573ef127a1ca0f27e87a2cb8bd817c258611a
sha256sums = a0aa691a318219d048107b835fe0e8cddfa734618fc5ccbb800b5bb463e00ea5
sha256sums = SKIP
sha256sums = 5eaa85b8023f915629de53c3604015ab5b23bed404afa9e551ab44e0bc46dde3
diff --git a/PKGBUILD b/PKGBUILD
index 23109587ad65..1c665a4c5693 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Joost Bremmer <contact at madeofmagicandwires dot online>
# Contributor: Bogdan <d0xi at inbox dot ru>
pkgname=cheat
-pkgver=4.2.1
+pkgver=4.2.2
pkgrel=1
pkgdesc="Allows you to create and view interactive cheatsheets on the command-line"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
@@ -18,8 +18,8 @@ _commit='92db692c0fd6348793ee0641cb63d08977be90fd'
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
'conf.yml'
'git+https://github.com/cheat/cheatsheets.git'
- "https://github.com/cheat/cheat/raw/$pkgver/LICENSE.txt")
-sha256sums=('2a63b18bf8d55b865606f4be91af3650aacff70b8c9b8729661d60323367d455'
+ "https://raw.githubusercontent.com/cheat/cheatsheets/master/.github/LICENSE.txt")
+sha256sums=('b4fb5a0d63bad020ca240a8e27b573ef127a1ca0f27e87a2cb8bd817c258611a'
'a0aa691a318219d048107b835fe0e8cddfa734618fc5ccbb800b5bb463e00ea5'
'SKIP'
'5eaa85b8023f915629de53c3604015ab5b23bed404afa9e551ab44e0bc46dde3')