summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClayton Craft2018-04-05 09:15:22 -0700
committerClayton Craft2018-04-05 09:15:22 -0700
commitbee879da60a8b14df7398d0ad1ce8a373e7fa368 (patch)
tree1ceaa64cd8f8876dc987a8ab0292516c0e5003d5
parentc01ea70e5d43d0430077ab20212778bb44e477cf (diff)
downloadaur-bee879da60a8b14df7398d0ad1ce8a373e7fa368.tar.gz
Update to 4.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a270f001ca7a..48c525ebb1c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-grip
pkgdesc = Preview GitHub Markdown files like Readme locally before committing them
- pkgver = 4.4.0
+ pkgver = 4.5.2
pkgrel = 1
url = https://github.com/joeyespo/grip
arch = any
@@ -13,8 +13,8 @@ pkgbase = python-grip
depends = python-path-and-address
depends = python-pygments
depends = python-requests
- source = python-grip-4.4.0.tar.gz::https://github.com/joeyespo/grip/archive/v4.4.0.tar.gz
- sha256sums = fc0a46635b3bd305f9de7e65cf5dcc675a76fdd06abc7112f59a9b2ffe3bbfcc
+ source = python-grip-4.5.2.tar.gz::https://github.com/joeyespo/grip/archive/v4.5.2.tar.gz
+ sha256sums = bdf8949f33470e9ef9e3f09596b72cda968116ff32f0280baabe837c2ad1b29b
pkgname = python-grip
diff --git a/PKGBUILD b/PKGBUILD
index ec705c558ce0..940f597552db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer:
+# Maintainer: Clayton Craft <clayton at craftyguy dot net>
pkgname=python-grip
-pkgver=4.4.0
+pkgver=4.5.2
pkgrel=1
pkgdesc="Preview GitHub Markdown files like Readme locally before committing them"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python' 'python-docopt' 'python-flask' 'python-markdown'
'python-path-and-address' 'python-pygments' 'python-requests')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/joeyespo/grip/archive/v$pkgver.tar.gz")
-sha256sums=('fc0a46635b3bd305f9de7e65cf5dcc675a76fdd06abc7112f59a9b2ffe3bbfcc')
+sha256sums=('bdf8949f33470e9ef9e3f09596b72cda968116ff32f0280baabe837c2ad1b29b')
package() {
cd grip-$pkgver