summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-08-21 10:07:01 +0900
committerBenjamin Chrétien2015-08-21 10:07:01 +0900
commit8bbe94a785270482cd93aa058a20dccd4622b7ed (patch)
treeaf113899a5dfdd1ea456565858e13f62506cef57
parentfcc3112487ccef38cb2e4365ca9169bb1e73dfc9 (diff)
downloadaur-8bbe94a785270482cd93aa058a20dccd4622b7ed.tar.gz
Update to version 2.1.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e39e8549ac1..6faf73d623b3 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.1.10
+ pkgver = 2.1.13
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://pypi.python.org/packages/source/c/cheat/cheat-2.1.10.tar.gz
- md5sums = 381384e9601d099af3614fecd808e5f6
+ source = https://pypi.python.org/packages/source/c/cheat/cheat-2.1.13.tar.gz
+ sha256sums = 50cd157b4e63f44bcc4707df76b8ec87290446422fa19e645f54f4fbd0f80225
pkgname = python-cheat
diff --git a/PKGBUILD b/PKGBUILD
index 9d40bbcf755c..c449213b3507 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Automatically generated by pip2arch on 2015-01-27
pkgname=python-cheat
-pkgver=2.1.10
+pkgver=2.1.13
pkgrel=1
pkgdesc="Cheat allows you to create and view interactive cheatsheets on the command-line."
url="https://github.com/chrisallenlane/cheat"
@@ -10,7 +10,7 @@ optdepends=('python-pygments')
license=('GPL3')
arch=('any')
source=("https://pypi.python.org/packages/source/c/cheat/cheat-${pkgver}.tar.gz")
-md5sums=('381384e9601d099af3614fecd808e5f6')
+sha256sums=('50cd157b4e63f44bcc4707df76b8ec87290446422fa19e645f54f4fbd0f80225')
build() {
cd "$srcdir/cheat-${pkgver}"