summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2022-07-10 20:34:14 -0400
committerKevin MacMartin2022-07-10 20:34:14 -0400
commit49518a2826f983de8cf02f7b076c4bfd530315c2 (patch)
tree055519c4adc544518f6507f500c54cc3d7e870c5
parentd873dd2e8a3f258ab12c1af2581215f509d92dbf (diff)
downloadaur-cheat-bash-git.tar.gz
Update to 20220709.r43.73f133d
-rw-r--r--.SRCINFO5
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD2
3 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a4720ac0edc..c1014f0f81e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Nov 7 03:19:05 UTC 2018
pkgbase = cheat-bash-git
pkgdesc = A Bash reimplementation of a command line tool to create and view interactive cheatsheets
- pkgver = 20180918.r41.51a68c4
+ pkgver = 20220709.r43.73f133d
pkgrel = 1
url = https://github.com/jahendrie/cheat
arch = any
@@ -14,4 +12,3 @@ pkgbase = cheat-bash-git
sha512sums = SKIP
pkgname = cheat-bash-git
-
diff --git a/.gitignore b/.gitignore
index 1e01d2897a7d..2a872e99b17a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-*.pkg.tar.xz
+*.pkg.tar*
pkg
src
cheat
diff --git a/PKGBUILD b/PKGBUILD
index fbf3240bb383..34caf5e00989 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=cheat
pkgname=$_pkgname-bash-git
-pkgver=20180918.r41.51a68c4
+pkgver=20220709.r43.73f133d
pkgrel=1
pkgdesc='A Bash reimplementation of a command line tool to create and view interactive cheatsheets'
url='https://github.com/jahendrie/cheat'