summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-11-19 08:14:15 -0700
committerMark Wagie2022-11-19 08:14:15 -0700
commitf073d4b16e3b5f31e81ea1740ab2f41d8eff82e2 (patch)
tree18de2e76b00d9616fa46b75a9980d339cbeea872
parent826ab8bd565d9562f2569d22943bb7f69f17d8ca (diff)
downloadaur-f073d4b16e3b5f31e81ea1740ab2f41d8eff82e2.tar.gz
update cheatsheets
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82623440053f..4115b55f2c27 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.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cheat/cheat
arch = x86_64
arch = arm
@@ -21,7 +21,7 @@ pkgbase = cheat
source = cheat-4.4.0.tar.gz::https://github.com/cheat/cheat/archive/refs/tags/4.4.0.tar.gz
source = chris.pgp
source = conf.yml
- source = git+https://github.com/cheat/cheatsheets.git#commit=a005739f3cd402e015a6129c36e7c2b4911ae657
+ source = git+https://github.com/cheat/cheatsheets.git#commit=1497993c00d498a8bff8ce55e474664d9758a7fe
sha256sums = 8694d75896dcb1dfb91ed95ec37f7fe409ad2bde76e66f80b20be24ee92ae3ec
sha256sums = 6318f816e4c8f2e9c34b8dc1855adeff58c1254809b8aa86c2b39ed155f3d2b6
sha256sums = 7eddb96f22a29b0d4dc1d953cdb047342495230ea3c0cb16f78a1d888e79fa8e
diff --git a/PKGBUILD b/PKGBUILD
index d0a738affcf1..5f16e349b934 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,19 @@
# Contributor: Bogdan <d0xi at inbox dot ru>
pkgname=cheat
pkgver=4.4.0
-pkgrel=1
+pkgrel=2
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"
license=('MIT' 'CC0 1.0 Universal')
-makedepends=('git' 'go' 'pandoc') # 'auth-tarball-from-git'
+#makedepends=('auth-tarball-from-git' 'git' 'go' 'pandoc')
+makedepends=('git' 'go' 'pandoc')
optdepends=('bash-completion: for bash completions'
'fzf: Fuzzy Finder integration for bash-completion')
conflicts=("python-$pkgname")
replaces=("python-$pkgname")
backup=("etc/$pkgname/conf.yml")
-_commit=a005739f3cd402e015a6129c36e7c2b4911ae657
+_commit=1497993c00d498a8bff8ce55e474664d9758a7fe
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz"
'chris.pgp' # Christopher Allen Lane <chris@chris-allen-lane.com>
'conf.yml'