Date: Sunday, August 23, 2020 @ 21:54:16 Author: felixonmars Revision: 687298
upgpkg: python-inflection 0.5.1-1 Modified: python-inflection/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-23 21:54:15 UTC (rev 687297) +++ PKGBUILD 2020-08-23 21:54:16 UTC (rev 687298) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-inflection -pkgver=0.5.0 +pkgver=0.5.1 pkgrel=1 pkgdesc="A port of Ruby on Rails inflector to Python" url="https://github.com/jpvanhal/inflection" @@ -11,7 +11,7 @@ makedepends=('python-setuptools') checkdepends=('python-pytest-runner') source=("$pkgname-$pkgver.tar.gz::https://github.com/jpvanhal/inflection/archive/$pkgver.tar.gz") -sha512sums=('65acd5f51071a6ff4073a741102507a93e6a373a49676cc8f84778eb365705c8c58e8314426512f027243d11ce984115970358368de6c1b2f13692971f199e50') +sha512sums=('a976cf40a79921f55fbf45b56febb59c6be9e840aac80213ab26915afe4699d96b99888a88e215f26af39497e8cfbe501a38ecf910b6c89d8c4edbf4e176406b') build() { cd inflection-$pkgver
