[arch-commits] Commit in python-genshi/trunk (PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Fri Nov 13 12:22:24 UTC 2020
Date: Friday, November 13, 2020 @ 12:22:24
Author: eschwartz
Revision: 753894
upgpkg: python-genshi 0.7.4-1: upstream release
Modified:
python-genshi/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-13 12:18:32 UTC (rev 753893)
+++ PKGBUILD 2020-11-13 12:22:24 UTC (rev 753894)
@@ -1,8 +1,8 @@
# Maintainer : Eli Schwartz <eschwartz at archlinux.org>
pkgname=python-genshi
-pkgver=0.7.3
-pkgrel=2
+pkgver=0.7.4
+pkgrel=1
pkgdesc="Python toolkit for stream-based generation of output for the web."
arch=('x86_64')
url="https://genshi.edgewall.org/"
@@ -10,7 +10,7 @@
depends=('python')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/edgewall/genshi/archive/${pkgver}.tar.gz")
-sha256sums=('6b6992618069d9535ec5ee42087ab04846e6df9bba8283157843ceb516ca85b5')
+sha256sums=('864d7dc47635950809639b13ad5d604984702fca335565636284cc6af478f454')
build() {
cd "${srcdir}"/genshi-${pkgver}
More information about the arch-commits
mailing list