summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-08-10 08:20:02 -0600
committerMark Wagie2022-08-10 08:20:02 -0600
commit960a258a816caab8e46c11b2aad3a946e5e69796 (patch)
tree7ee7ff81a0da9a00c455f0243abf2d2c2ee8a935
parentfb503c9419823ebc8a4c5b2c2c1c4f9a9839734a (diff)
downloadaur-960a258a816caab8e46c11b2aad3a946e5e69796.tar.gz
update cheatsheets
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36fac89a4444..fc33d7ed0d6f 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.3.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/cheat/cheat
arch = x86_64
arch = arm
@@ -22,7 +22,7 @@ pkgbase = cheat
source = cheat-4.3.1.tar.gz::https://github.com/cheat/cheat/archive/refs/tags/4.3.1.tar.gz
source = chris.pgp
source = conf.yml
- source = git+https://github.com/cheat/cheatsheets.git#commit=df5970738603bf613366b18a5d87d93fb127eb16
+ source = git+https://github.com/cheat/cheatsheets.git#commit=fffe3c471a27e86e95d98fa1ed142577748c3e08
source = cheatsheets-4.3.1-LICENSE::https://raw.githubusercontent.com/cheat/cheatsheets/master/.github/LICENSE.txt
sha256sums = 10011b4dd8e66976decd7f3252e3221cb2c5a290740648ac3a70f3b20bac3109
sha256sums = 6318f816e4c8f2e9c34b8dc1855adeff58c1254809b8aa86c2b39ed155f3d2b6
diff --git a/PKGBUILD b/PKGBUILD
index 17f5679afb0f..40791141e077 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Bogdan <d0xi at inbox dot ru>
pkgname=cheat
pkgver=4.3.1
-pkgrel=2
+pkgrel=3
pkgdesc="Allows you to create and view interactive cheatsheets on the command-line"
arch=('x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/cheat/cheat"
@@ -14,7 +14,7 @@ optdepends=('bash-completion: for bash completions'
conflicts=("python-$pkgname")
replaces=("python-$pkgname")
backup=("etc/$pkgname/conf.yml")
-_commit=df5970738603bf613366b18a5d87d93fb127eb16
+_commit=fffe3c471a27e86e95d98fa1ed142577748c3e08
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz"
'chris.pgp' # Christopher Allen Lane <chris@chris-allen-lane.com>
'conf.yml'
@@ -31,7 +31,7 @@ prepare() {
auth-tarball-from-git --keyring ../chris.pgp \
--tag "$pkgver" --prefix "$pkgname-$pkgver" \
- https://github.com/cheat/cheat.git ../$pkgname-$pkgver.tar.gz
+ https://github.com/cheat/cheat.git ../"$pkgname-$pkgver.tar.gz"
export GOPATH="$srcdir/gopath"
go mod vendor