summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15c05207a373..0cd71497110c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-userpath
pkgdesc = Cross-platform tool for adding locations to the user PATH, no elevated privileges required!
pkgver = 1.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ofek/userpath
arch = any
license = MIT
@@ -9,6 +9,7 @@ pkgbase = python-userpath
makedepends = python
makedepends = python-setuptools
depends = python-click
+ depends = python-distro
options = !emptydirs
source = https://files.pythonhosted.org/packages/source/u/userpath/userpath-1.3.0.tar.gz
sha256sums = dd0b8ba650732c614c5e6b709e51be321c596566422d99a443d545401a965468
diff --git a/PKGBUILD b/PKGBUILD
index 9f29ef10c602..affb4d9eb63d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,14 @@ _sha256sum=dd0b8ba650732c614c5e6b709e51be321c596566422d99a443d545401a965468
pkgname=python-userpath
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-click'
+ 'python-distro'
)
makedepends=('python' 'python-setuptools')
options=(!emptydirs)