From eff54a85b2444ed62fc87e3f45246c0b33b00735 Mon Sep 17 00:00:00 2001 From: ffy00 Date: Tue, 22 Jun 2021 18:40:24 +0000 Subject: [PATCH] upgpkg: python-pipx 0.16.3-1 git-svn-id: file:///srv/repos/svn-community/svn@966874 9fca08f4-af9d-4005-b8df-a31f2cc04f65 --- trunk/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD index 171d0ff94926..99b7d84f3281 100644 --- a/trunk/PKGBUILD +++ b/trunk/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=pipx pkgname=python-$_pkgname -pkgver=0.16.2.1 +pkgver=0.16.3 pkgrel=1 pkgdesc='Install and Run Python Applications in Isolated Environments' arch=('any') @@ -12,7 +12,7 @@ depends=('python' 'python-userpath' 'python-argcomplete' 'python-colorama' 'pyth makedepends=('python-setuptools') checkdepends=('python-tox' 'python-pytest') source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") -sha512sums=('cbdf86168ac64a4641adf9c2bf9309e494a1285e4c4fb6502cd01766b0dedec2c898adf9d534e4cc32a5d89e8916d2bba02584337ef257a67ebe31b4e7a7effc') +sha512sums=('eaa40fddc90ec89c3ccb233f1fc782cece4638238f955ce9fa1acda203e8a21f3ab081bb005dfbd5d13cc88c61e1fa08756875234d22835f3d9082490621c2d8') build() { cd $_pkgname-$pkgver