[arch-commits] Commit in python-nine/trunk (PKGBUILD)
Thore Bödecker
foxxx0 at archlinux.org
Wed Apr 22 11:59:17 UTC 2020
Date: Wednesday, April 22, 2020 @ 11:59:17
Author: foxxx0
Revision: 617642
upgpkg: python-nine 1.1.0-1: update to upstream release 1.1.0
Modified:
python-nine/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-22 11:56:22 UTC (rev 617641)
+++ PKGBUILD 2020-04-22 11:59:17 UTC (rev 617642)
@@ -3,8 +3,8 @@
pkgbase='python-nine'
_pkgbase="${pkgbase#python-}"
pkgname=('python-nine')
-pkgver=1.0.0
-pkgrel=7
+pkgver=1.1.0
+pkgrel=1
arch=('any')
pkgdesc="Python 3/2 compatibility library, allowing to add py2 compat to py3 code"
url="https://github.com/nandoflorestan/nine/"
@@ -12,7 +12,7 @@
depends=('python')
makedepends=('python-setuptools')
source=("https://github.com/nandoflorestan/nine/archive/v${pkgver}.tar.gz")
-sha512sums=('371f7d9dbfd14bc0f81c9c734e8c3f133e3ccd8a3571d0ef2edbc9532a8d0c47cf29ceaa8bcd9e095e098e547abc329a787e43ba3bf6b0f99b8df0a89755cd52')
+sha512sums=('b445cd1f324a0d2045081226fb650eebd8dbc86942faff204c19fffc022f0190fc04abec563b107cb860202d29f08c132056b1098495471fdfda104e57878828')
check() {
cd "${srcdir}/${_pkgbase}-${pkgver}"
More information about the arch-commits
mailing list