git » python-userpath.git » commit 4fa55db

upgpkg: 1.4.2-1

author Filipe Laíns
2021-02-17 21:58:21 UTC
committer Filipe Laíns
2021-02-17 21:58:21 UTC
parent b08f829b5e55925e8523bfe2d88d869545e2f133

upgpkg: 1.4.2-1

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index df11879..26586eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
 
 _pkgname=userpath
 pkgname=python-$_pkgname
-pkgver=1.4.1
-pkgrel=3
+pkgver=1.4.2
+pkgrel=1
 pkgdesc='Cross-platform tool for adding locations to the user PATH, no elevated privileges required!'
 arch=('any')
 url='https://github.com/ofek/userpath'
@@ -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=('9455479a90676da6995bead94f1aa4dab7c68a5fcb9a325c2975177271a7347143acfa0020d3c669bcb77646b546f5ea80d27affa94d98eb0ece8a16565ecf8f')
+sha512sums=('09e6e75244d4364e8a1325f30414b0d5076c1d07a3c369e8164c0e46c753437f9122d00eb14faaed98292881cd78141bab7302fd35831aac4485027df7a18951')
 
 build() {
   cd $_pkgname-$pkgver