summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-08-08 13:43:48 -0600
committerMark Wagie2020-08-08 13:43:48 -0600
commit41d427ca0543a90202ac81f2710500537daef4b6 (patch)
tree77b977d5b5b39b20de7fad949c56f6af2dec46d9
parent56ebeceaee3f0a000ad0a49b87482f9161c41e7d (diff)
downloadaur-41d427ca0543a90202ac81f2710500537daef4b6.tar.gz
updated to 4.0.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aab315fad2cb..8b9d7765cf72 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.2
- pkgrel = 4
+ pkgver = 4.0.3
+ 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.2.tar.gz::https://github.com/cheat/cheat/archive/4.0.2.tar.gz
+ source = cheat-4.0.3.tar.gz::https://github.com/cheat/cheat/archive/4.0.3.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 = 87c832b25794d7acac2fa4bd3389c81819535f32242d5e99284da76a1a86f1f3
+ sha256sums = 8266038022ec0ab75ea8c618f6d8ff2700f570763a9e61070f4935d37bc4ab9d
sha256sums = a0aa691a318219d048107b835fe0e8cddfa734618fc5ccbb800b5bb463e00ea5
sha256sums = SKIP
sha256sums = a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499
diff --git a/PKGBUILD b/PKGBUILD
index b6e7674ccd51..576fdee95221 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.2
-pkgrel=4
+pkgver=4.0.3
+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=('87c832b25794d7acac2fa4bd3389c81819535f32242d5e99284da76a1a86f1f3'
+sha256sums=('8266038022ec0ab75ea8c618f6d8ff2700f570763a9e61070f4935d37bc4ab9d'
'a0aa691a318219d048107b835fe0e8cddfa734618fc5ccbb800b5bb463e00ea5'
'SKIP'
'a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499')