git » python-userpath.git » commit 23a9356

upgpkg: 1.4.1-1

author Filipe Laíns
2020-09-12 22:59:43 UTC
committer Filipe Laíns
2020-09-12 22:59:43 UTC
parent 10453520fead7d0851f09b7a3c538738c0af0339

upgpkg: 1.4.1-1

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 21ffb3b..2946234 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
 
 _pkgname=userpath
 pkgname=python-$_pkgname
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.4.1
+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=('e7ad8e855f4ebd908aa774f0e726e1de5a84b162789a9e6ddfed18518f40c762dd817a787e79f260be41f4b1ddbf763d1764de2f3b3c087348b39f66b106f156')
+sha512sums=('9455479a90676da6995bead94f1aa4dab7c68a5fcb9a325c2975177271a7347143acfa0020d3c669bcb77646b546f5ea80d27affa94d98eb0ece8a16565ecf8f')
 
 build() {
   cd $_pkgname-$pkgver