summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpancho horrillo2022-04-17 07:43:10 +0200
committerpancho horrillo2022-04-17 07:43:10 +0200
commit056abe96fa351816becab16c8a5b3a8b8a415851 (patch)
tree76a5a22338b8c694a14096a6cb05400c07a21ab9
parent074f02b3822637337c10ad3ec0e541d1b87b18c1 (diff)
downloadaur-python-grip.tar.gz
Bump to 4.6.1
Thanks to @OliverLew for the heads-up!
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d18b7298c6ff..7f8bc9e3b2d7 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.6.0
+ pkgver = 4.6.1
pkgrel = 1
url = https://github.com/joeyespo/grip
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-grip
depends = python-path-and-address
depends = python-pygments
depends = python-requests
- source = python-grip-4.6.0.tar.gz::https://github.com/joeyespo/grip/archive/v4.6.0.tar.gz
- sha256sums = a0f7cf2e740f8b2a122e274e533ad480b6308f9c477abc17e6ed8f5fc0f947be
+ source = python-grip-4.6.1.tar.gz::https://github.com/joeyespo/grip/archive/v4.6.1.tar.gz
+ sha256sums = 6bc3883f63395c566101187bc1f1d103641c99913b7122f942d56e108e649d83
pkgname = python-grip
diff --git a/PKGBUILD b/PKGBUILD
index 39d2b9c675d3..d3a4193175c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Clayton Craft <clayton at craftyguy dot net>
pkgname=python-grip
-pkgver=4.6.0
+pkgver=4.6.1
pkgrel=1
pkgdesc="Preview GitHub Markdown files like Readme locally before committing them"
arch=('any')
@@ -12,7 +12,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=('a0f7cf2e740f8b2a122e274e533ad480b6308f9c477abc17e6ed8f5fc0f947be')
+sha256sums=('6bc3883f63395c566101187bc1f1d103641c99913b7122f942d56e108e649d83')
package() {
cd grip-$pkgver