summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2018-10-22 08:38:57 -0400
committerJameson Pugh2018-10-22 08:38:57 -0400
commit591b86fa776fa10225c8a68753ad443848675246 (patch)
tree9e6a1d68fac08b8eab108b93fe813415c0d14108
parent9838ff42fffa11eb120575df7a4dbbc7cb14d8ff (diff)
downloadaur-591b86fa776fa10225c8a68753ad443848675246.tar.gz
2.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8ac7646d009..2ed92c5b931b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-cheat
pkgdesc = Cheat allows you to create and view interactive cheatsheets on the command-line.
- pkgver = 2.2.3
+ pkgver = 2.3.1
pkgrel = 1
url = https://github.com/chrisallenlane/cheat
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-cheat
depends = python
depends = python-docopt
optdepends = python-pygments
- source = https://github.com/chrisallenlane/cheat/archive/2.2.3.tar.gz
- sha256sums = adedab2d8047b129e07d67205f5470c120dbf05785f2786520226c412508d9ee
+ source = https://github.com/chrisallenlane/cheat/archive/2.3.1.tar.gz
+ sha256sums = f944612b1d1b97dbe87c6cc3c68932df983482f53a09b0446c318ee7399c865c
pkgname = python-cheat
diff --git a/PKGBUILD b/PKGBUILD
index 7641e8ffa0ed..696a4205adb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jameson Pugh <imntreal@gmail.com>
pkgname=python-cheat
-pkgver=2.2.3
+pkgver=2.3.1
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=('adedab2d8047b129e07d67205f5470c120dbf05785f2786520226c412508d9ee')
+sha256sums=('f944612b1d1b97dbe87c6cc3c68932df983482f53a09b0446c318ee7399c865c')
build() {
cd "$srcdir/cheat-${pkgver}"