summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'