summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube2017-09-25 21:02:09 +0200
committerMichael Straube2017-09-25 21:02:09 +0200
commit91078c052b639e571bb6744d71d6206b5597e4c7 (patch)
treea42da8f4fa08cd8d24d461779e35754fdaa78b97
parent0d5380c1684d5906d9ae01652c26675dbe5d1bb2 (diff)
downloadaur-91078c052b639e571bb6744d71d6206b5597e4c7.tar.gz
Update to 4.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ae8d9b45962..a270f001ca7a 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.3.2
+ pkgver = 4.4.0
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.3.2.tar.gz::https://github.com/joeyespo/grip/archive/v4.3.2.tar.gz
- sha256sums = c39c91764e1674718e185f7dec12b70347ca5ba845eeb67e996a9e9fd8710bbe
+ source = python-grip-4.4.0.tar.gz::https://github.com/joeyespo/grip/archive/v4.4.0.tar.gz
+ sha256sums = fc0a46635b3bd305f9de7e65cf5dcc675a76fdd06abc7112f59a9b2ffe3bbfcc
pkgname = python-grip
diff --git a/PKGBUILD b/PKGBUILD
index 24c33dec5a78..ad606b99fa33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Straube <straubem@gmx.de>
pkgname=python-grip
-pkgver=4.3.2
+pkgver=4.4.0
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=('c39c91764e1674718e185f7dec12b70347ca5ba845eeb67e996a9e9fd8710bbe')
+sha256sums=('fc0a46635b3bd305f9de7e65cf5dcc675a76fdd06abc7112f59a9b2ffe3bbfcc')
package() {
cd grip-$pkgver