summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-06-25 17:15:44 -0600
committerMark Wagie2020-06-25 17:15:44 -0600
commit040d3e8f9e3bb29d027232ce356f5a3b114e08c8 (patch)
treeeb06d08a29b8c315a5227d6ca51e04ea96d00a71
parent55c6decd01eabb93bfd76b9130e195b6ae277d71 (diff)
downloadaur-040d3e8f9e3bb29d027232ce356f5a3b114e08c8.tar.gz
updated to 4.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c0886c39f80..4166c8657b5e 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.10.1
- pkgrel = 4
+ pkgver = 4.0.0
+ pkgrel = 1
url = https://github.com/cheat/cheat
arch = any
license = MIT
@@ -15,11 +15,11 @@ pkgbase = cheat
conflicts = cheat-bash-git
replaces = python-cheat
backup = etc/cheat/conf.yml
- source = cheat-3.10.1.tar.gz::https://github.com/cheat/cheat/archive/3.10.1.tar.gz
+ source = cheat-4.0.0.tar.gz::https://github.com/cheat/cheat/archive/4.0.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 = e87c5352e74d7644f9138e7a56f00872ce73ec1e57dbdc6836a05fee939236d6
+ sha256sums = 19145c93739b7fd93588bf432b8a17b703e6d97e159954e476e9d5f9a99dca1a
sha256sums = efffbe20041efc3d49ffe596ab5abe60a10adf70219c2ddecdf1caf350972212
sha256sums = SKIP
sha256sums = a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499
diff --git a/PKGBUILD b/PKGBUILD
index 8b09f3b564e8..5b0f270c8af4 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.10.1
-pkgrel=4
+pkgver=4.0.0
+pkgrel=1
pkgdesc="Allows you to create and view interactive cheatsheets on the command-line"
arch=('any')
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=('e87c5352e74d7644f9138e7a56f00872ce73ec1e57dbdc6836a05fee939236d6'
+sha256sums=('19145c93739b7fd93588bf432b8a17b703e6d97e159954e476e9d5f9a99dca1a'
'efffbe20041efc3d49ffe596ab5abe60a10adf70219c2ddecdf1caf350972212'
'SKIP'
'a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499')