author | Filipe Laíns
<lains@archlinux.org> 2020-07-15 13:43:21 UTC |
committer | Filipe Laíns
<lains@archlinux.org> 2020-07-15 13:43:21 UTC |
parent | 74429c078f75e28c43f63c83b65dba33d7495461 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 0cdcc36..21ffb3b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,12 +3,12 @@ _pkgname=userpath pkgname=python-$_pkgname pkgver=1.3.0 -pkgrel=1 +pkgrel=2 pkgdesc='Cross-platform tool for adding locations to the user PATH, no elevated privileges required!' arch=('any') url='https://github.com/ofek/userpath' license=('MIT' 'Apache') -depends=('python' 'python-click') +depends=('python' 'python-click' 'python-distro') makedepends=('python-setuptools') checkdepends=('python-pytest-runner') source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")