summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2017-10-14 15:35:30 -0400
committerJameson Pugh2017-10-14 15:35:30 -0400
commit47c04a5450da538f9f1a29faed5a21f011d95449 (patch)
tree346cb8419d0a30d2678b68d3b706ff881713db39
parent4a0a0e4ff16cad25ea4ac1a68b1933f0275bf925 (diff)
downloadaur-47c04a5450da538f9f1a29faed5a21f011d95449.tar.gz
2.2.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index faaf467640b1..5e25d1c970fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jul 7 19:13:57 UTC 2017
+# Sat Oct 14 19:35:23 UTC 2017
pkgbase = python-cheat
pkgdesc = Cheat allows you to create and view interactive cheatsheets on the command-line.
- pkgver = 2.2.0
+ pkgver = 2.2.2
pkgrel = 1
url = https://github.com/chrisallenlane/cheat
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-cheat
depends = python
depends = python-docopt
optdepends = python-pygments
- source = https://github.com/chrisallenlane/cheat/archive/2.2.0.tar.gz
- sha256sums = a7860535fbb4156f8bc06d901080fb0eb0ba6526bcf336a80bed8b9355656c79
+ source = https://github.com/chrisallenlane/cheat/archive/2.2.2.tar.gz
+ sha256sums = d898247e4d74e71afbf05943ca1430b3526cd8ec573fe3ee20e73bafcacc0e63
pkgname = python-cheat
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}"