summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Javorski2021-05-11 12:39:48 -0700
committerMike Javorski2021-05-11 12:39:48 -0700
commit401492948f3a1b009e26b6b969c03e64f7b817ec (patch)
tree3797fc55b484dfe5ce6fd863d0e7c671775c88ca
parent0655f3907c092fb6e6c8291a42b0d6738fc2ec9a (diff)
downloadaur-python-chevron.tar.gz
Update to latest release v0.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba0dbdcb1814..93ed758811a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-chevron
pkgdesc = A python implementation of the mustache templating language.
- pkgver = 0.13.1
+ pkgver = 0.14.0
pkgrel = 1
url = https://github.com/noahmorrison/chevron
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-chevron
provides = chevron
conflicts = chevron
options = !emptydirs
- source = https://files.pythonhosted.org/packages/source/c/chevron/chevron-0.13.1.tar.gz
- sha256sums = f95054a8b303268ebf3efd6bdfc8c1b428d3fc92327913b4e236d062ec61c989
+ source = https://files.pythonhosted.org/packages/source/c/chevron/chevron-0.14.0.tar.gz
+ sha256sums = 87613aafdf6d77b6a90ff073165a61ae5086e21ad49057aa0e53681601800ebf
pkgname = python-chevron
diff --git a/PKGBUILD b/PKGBUILD
index cd6cbc8b1e16..4f61dcfc3f03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mike Javorski (javmorin) <mike.javorski gmail com>
pkgname=python-chevron
_name=${pkgname#python-}
-pkgver=0.13.1
+pkgver=0.14.0
pkgrel=1
pkgdesc='A python implementation of the mustache templating language.'
arch=('any')
@@ -13,7 +13,7 @@ depends=('python')
makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('f95054a8b303268ebf3efd6bdfc8c1b428d3fc92327913b4e236d062ec61c989')
+sha256sums=('87613aafdf6d77b6a90ff073165a61ae5086e21ad49057aa0e53681601800ebf')
package() {
cd "$srcdir/$_name-$pkgver"