summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-08-05 09:23:03 -0600
committerMark Wagie2022-08-05 09:23:03 -0600
commit9445d9512b1b2967a11d1f30702334f67345ee0c (patch)
tree86340ad08389016df31c328349d7feed2354d513
parent1a5f2920f7b1af247fe404c56527c90c42b68deb (diff)
downloadaur-9445d9512b1b2967a11d1f30702334f67345ee0c.tar.gz
4.2.7
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40e3aa3edbce..81ecc310b3c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = cheat
pkgdesc = Allows you to create and view interactive cheatsheets on the command-line
- pkgver = 4.2.6
+ pkgver = 4.2.7
pkgrel = 1
url = https://github.com/cheat/cheat
- arch = i686
arch = x86_64
arch = arm
arch = armv6h
arch = armv7h
+ arch = aarch64
license = MIT
license = CC0 1.0 Universal
makedepends = auth-tarball-from-git
@@ -19,12 +19,12 @@ pkgbase = cheat
conflicts = python-cheat
replaces = python-cheat
backup = etc/cheat/conf.yml
- source = cheat-4.2.6.tar.gz::https://github.com/cheat/cheat/archive/refs/tags/4.2.6.tar.gz
+ source = cheat-4.2.7.tar.gz::https://github.com/cheat/cheat/archive/refs/tags/4.2.7.tar.gz
source = chris.pgp
source = conf.yml
source = git+https://github.com/cheat/cheatsheets.git#commit=4b9940506bc5bcb6563780f9cc883b64328d0440
- source = cheatsheets-4.2.6-LICENSE::https://raw.githubusercontent.com/cheat/cheatsheets/master/.github/LICENSE.txt
- sha256sums = 597b6fbfe09fa3db232ede9053dded7c3a0fca0bb7a32fbcdca956eb4c94ef46
+ source = cheatsheets-4.2.7-LICENSE::https://raw.githubusercontent.com/cheat/cheatsheets/master/.github/LICENSE.txt
+ sha256sums = 124ddb6aeefdd954bbb8ab71c6da35a7c75cfabda55c437b0f00a10bfde50084
sha256sums = 6318f816e4c8f2e9c34b8dc1855adeff58c1254809b8aa86c2b39ed155f3d2b6
sha256sums = 7d530961f1896016d23e9009c4c6210214f35588e95e17675be4a41578f52a3c
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3a57f165faf1..34fd263db0bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Co-Maintainer: Joost Bremmer <contact at madeofmagicandwires dot online>
# Contributor: Bogdan <d0xi at inbox dot ru>
pkgname=cheat
-pkgver=4.2.6
+pkgver=4.2.7
pkgrel=1
pkgdesc="Allows you to create and view interactive cheatsheets on the command-line"
-arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
+arch=('x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/cheat/cheat"
license=('MIT' 'CC0 1.0 Universal')
makedepends=('auth-tarball-from-git' 'git' 'go' 'pandoc')
@@ -20,7 +20,7 @@ source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz"
'conf.yml'
"git+https://github.com/cheat/cheatsheets.git#commit=$_commit"
"cheatsheets-$pkgver-LICENSE::https://raw.githubusercontent.com/cheat/cheatsheets/master/.github/LICENSE.txt")
-sha256sums=('597b6fbfe09fa3db232ede9053dded7c3a0fca0bb7a32fbcdca956eb4c94ef46'
+sha256sums=('124ddb6aeefdd954bbb8ab71c6da35a7c75cfabda55c437b0f00a10bfde50084'
'6318f816e4c8f2e9c34b8dc1855adeff58c1254809b8aa86c2b39ed155f3d2b6'
'7d530961f1896016d23e9009c4c6210214f35588e95e17675be4a41578f52a3c'
'SKIP'