summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2018-06-28 14:07:44 -0400
committerJameson Pugh2018-06-28 14:07:44 -0400
commit9838ff42fffa11eb120575df7a4dbbc7cb14d8ff (patch)
tree3a1a1005242ad82465c583613baa9fccf474cbbf
parent47c04a5450da538f9f1a29faed5a21f011d95449 (diff)
downloadaur-9838ff42fffa11eb120575df7a4dbbc7cb14d8ff.tar.gz
2.2.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e25d1c970fd..c8ac7646d009 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# 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.2
+ pkgver = 2.2.3
pkgrel = 1
url = https://github.com/chrisallenlane/cheat
arch = any
@@ -11,8 +9,8 @@ pkgbase = python-cheat
depends = python
depends = python-docopt
optdepends = python-pygments
- source = https://github.com/chrisallenlane/cheat/archive/2.2.2.tar.gz
- sha256sums = d898247e4d74e71afbf05943ca1430b3526cd8ec573fe3ee20e73bafcacc0e63
+ source = https://github.com/chrisallenlane/cheat/archive/2.2.3.tar.gz
+ sha256sums = adedab2d8047b129e07d67205f5470c120dbf05785f2786520226c412508d9ee
pkgname = python-cheat
diff --git a/PKGBUILD b/PKGBUILD
index 92dc9f16b420..7641e8ffa0ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jameson Pugh <imntreal@gmail.com>
pkgname=python-cheat
-pkgver=2.2.2
+pkgver=2.2.3
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=('d898247e4d74e71afbf05943ca1430b3526cd8ec573fe3ee20e73bafcacc0e63')
+sha256sums=('adedab2d8047b129e07d67205f5470c120dbf05785f2786520226c412508d9ee')
build() {
cd "$srcdir/cheat-${pkgver}"