[arch-commits] Commit in python-paste/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Jun 4 16:35:52 UTC 2020
Date: Thursday, June 4, 2020 @ 16:35:51
Author: felixonmars
Revision: 638972
upgpkg: python-paste 3.4.1-1
Modified:
python-paste/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-06-04 16:35:43 UTC (rev 638971)
+++ PKGBUILD 2020-06-04 16:35:51 UTC (rev 638972)
@@ -3,8 +3,8 @@
# Contributor: Cilyan Olowen <gaknar at gmail.com>
pkgname=python-paste
-pkgver=3.4.0
-pkgrel=2
+pkgver=3.4.1
+pkgrel=1
pkgdesc="Tools for using a Web Server Gateway Interface stack"
arch=('any')
url="http://pythonpaste.org/index.html"
@@ -14,7 +14,7 @@
makedepends=('python-setuptools' 'python-six')
checkdepends=('python-pytest-runner' 'python-flup')
source=("https://files.pythonhosted.org/packages/source/P/Paste/Paste-${pkgver}.tar.gz")
-sha512sums=('fbe0d1f39d8147846b3a30f18e6776c31eb5bcd8f461c0bf7afc35533c65c2ddf74263807be1b73b76c49cd6cc73c210a37ca651ef1f34e727ccf0687478085a')
+sha512sums=('90b6bd33e83fde70691be6206ad1de653603900b88fade79f6960df22bb84c6e82c9b6f4ddc11406f4e206273a2b5591b81ca034f8f42a3e993b85b16d07e3f0')
build() {
cd "$srcdir"/Paste-$pkgver
More information about the arch-commits
mailing list