[arch-commits] Commit in python-jinja/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Wed May 19 04:51:27 UTC 2021
Date: Wednesday, May 19, 2021 @ 04:51:26
Author: foutrelis
Revision: 936356
upgpkg: python-jinja 3.0.1-1: new upstream release
Modified:
python-jinja/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-19 04:50:19 UTC (rev 936355)
+++ PKGBUILD 2021-05-19 04:51:26 UTC (rev 936356)
@@ -3,8 +3,8 @@
# Contributor: Peter Baldwin <bald_pete at hotmail.com>
pkgname=python-jinja
-pkgver=3.0.0
-pkgrel=3
+pkgver=3.0.1
+pkgrel=1
pkgdesc="A simple pythonic template language written in Python"
arch=('any')
url="https://palletsprojects.com/p/jinja/"
@@ -13,7 +13,7 @@
optdepends=('python-babel: for i18n support')
checkdepends=('python-pytest')
source=(https://files.pythonhosted.org/packages/source/J/Jinja2/Jinja2-$pkgver.tar.gz)
-sha256sums=('ea8d7dd814ce9df6de6a761ec7f1cac98afe305b8cdc4aaae4e114b8d8ce24c5')
+sha256sums=('703f484b47a6af502e743c9122595cc812b0271f661722403114f71a79d0f5a4')
build() {
cd Jinja2-$pkgver
More information about the arch-commits
mailing list