author | Filipe Laíns
<lains@archlinux.org> 2021-06-22 18:44:23 UTC |
committer | Filipe Laíns
<lains@archlinux.org> 2021-06-22 18:44:23 UTC |
parent | f482b3f815b7c9dc4c25e7f066994d9561e352b3 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 06cd116..42fb534 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=userpath pkgname=python-$_pkgname -pkgver=1.5.0 +pkgver=1.6.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=('9d1cf71ef95f6eba7a14ae77dea5bc993868b5e3655cd993bd0bead1b69fd41fc84429fc31585021026c8a18377b74bc2a9a2d5654bbd57c05063cda21e43d2a') +sha512sums=('13e101b1596641b8e199e222bb877c7a630d384c060a0b22b01348b4aa21b9dedcf22f162c6df2f17b50b26aaabf279b7d6ef04e310b7e738c5b4318c5f14740') build() { cd $_pkgname-$pkgver