summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00eee4edd90f..92dc9f16b420 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jameson Pugh <imntreal@gmail.com>
pkgname=python-cheat
-pkgver=2.2.0
+pkgver=2.2.2
pkgrel=1
pkgdesc="Cheat allows you to create and view interactive cheatsheets on the command-line."
url="https://github.com/chrisallenlane/cheat"
@@ -11,7 +11,7 @@ optdepends=('python-pygments')
license=('GPL3')
arch=('any')
source=("https://github.com/chrisallenlane/cheat/archive/${pkgver}.tar.gz")
-sha256sums=('a7860535fbb4156f8bc06d901080fb0eb0ba6526bcf336a80bed8b9355656c79')
+sha256sums=('d898247e4d74e71afbf05943ca1430b3526cd8ec573fe3ee20e73bafcacc0e63')
build() {
cd "$srcdir/cheat-${pkgver}"