Date: Sunday, February 24, 2019 @ 23:17:40 Author: felixonmars Revision: 435621
upgpkg: python-cmd2 0.9.10-1 Modified: python-cmd2/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-24 23:16:23 UTC (rev 435620) +++ PKGBUILD 2019-02-24 23:17:40 UTC (rev 435621) @@ -2,7 +2,7 @@ # Contributor: Daniel Wallace <danielwallace at gtmanfred dot com> pkgname=python-cmd2 -pkgver=0.9.9 +pkgver=0.9.10 pkgrel=1 pkgdesc="A tool for building interactive command line apps" arch=('any') @@ -12,7 +12,7 @@ makedepends=('python-setuptools-scm') checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'python-pytest-mock' 'vi') source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz") -sha512sums=('93da8719030b48616de6e7fbc3827fa3e45213ed9fb4b2e3a2bf199f3a5dad592b597b1c18b9d54acef635613e9759d089bec06f605946b680445eda3fbc0a99') +sha512sums=('0fdc9558a4f9788d42c8154a033acb0f9fa6e3b4877c86d05e8365e5706706e7ca232a24f07e4e815b423a993f37344d9611a8d372dc1ce8c9fa5284bf25bab2') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver