summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2019-02-18 09:26:33 -0500
committerJameson Pugh2019-02-18 09:26:33 -0500
commite096b9ed395e2315b0ba0432538b848d0eb4678c (patch)
treef197c4ae2af37b0d353d61ecd1842b3a874e9245
parentc57c54a281c96b495dda361828f03daa68670f3c (diff)
downloadaur-e096b9ed395e2315b0ba0432538b848d0eb4678c.tar.gz
2.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef170df2c7f7..7d8c861c61bf 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.5.0
+ pkgver = 2.5.1
pkgrel = 1
url = https://github.com/chrisallenlane/cheat
arch = any
@@ -13,8 +13,8 @@ pkgbase = python-cheat
optdepends = bash-completion
optdepends = zsh-completions
optdepends = fish
- source = https://github.com/chrisallenlane/cheat/archive/2.5.0.tar.gz
- sha256sums = 154379dc3dadb23e270418754c264e4080aba1a4f621d26b3b4abeed71d1d6c9
+ source = https://github.com/chrisallenlane/cheat/archive/2.5.1.tar.gz
+ sha256sums = 9ae44cfc79478a7ba604871f3253e176f2bf3e1a4e698c9466e58a39d279effd
pkgname = python-cheat
diff --git a/PKGBUILD b/PKGBUILD
index 9cc1d410fa1f..e2cc99e9d2f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jameson Pugh <imntreal@gmail.com>
pkgname=python-cheat
-pkgver=2.5.0
+pkgver=2.5.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=('bash-completion' 'zsh-completions' 'fish')
license=('GPL3')
arch=('any')
source=("https://github.com/chrisallenlane/cheat/archive/${pkgver}.tar.gz")
-sha256sums=('154379dc3dadb23e270418754c264e4080aba1a4f621d26b3b4abeed71d1d6c9')
+sha256sums=('9ae44cfc79478a7ba604871f3253e176f2bf3e1a4e698c9466e58a39d279effd')
build() {
cd "${srcdir}/cheat-${pkgver}"