git » python-userpath.git » commit f482b3f

upgpkg: 1.5.0-1

author Filipe Laíns
2021-05-16 16:50:35 UTC
committer Filipe Laíns
2021-05-16 16:50:35 UTC
parent 4fa55db6fde7f42c370b3961034e4cf2acff5ca8

upgpkg: 1.5.0-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 26586eb..06cd116 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 _pkgname=userpath
 pkgname=python-$_pkgname
-pkgver=1.4.2
+pkgver=1.5.0
 pkgrel=1
 pkgdesc='Cross-platform tool for adding locations to the user PATH, no elevated privileges required!'
 arch=('any')
@@ -12,7 +12,7 @@ depends=('python' 'python-click' 'python-distro')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('09e6e75244d4364e8a1325f30414b0d5076c1d07a3c369e8164c0e46c753437f9122d00eb14faaed98292881cd78141bab7302fd35831aac4485027df7a18951')
+sha512sums=('9d1cf71ef95f6eba7a14ae77dea5bc993868b5e3655cd993bd0bead1b69fd41fc84429fc31585021026c8a18377b74bc2a9a2d5654bbd57c05063cda21e43d2a')
 
 build() {
   cd $_pkgname-$pkgver