summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d623f65debe..432acd8d0c9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,9 @@ arch=(any)
url="https://nyx.torproject.org/"
license=(GPL3)
depends=('python-setuptools' 'stem>=1.6.0')
-source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz
- https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz.asc)
+_pypiname=${pkgname^?}
+source=(https://files.pythonhosted.org/packages/source/${_pypiname::1}/${_pypiname}/${pkgname}-${pkgver}.tar.gz
+ https://files.pythonhosted.org/packages/source/${_pypiname::1}/${_pypiname}/${pkgname}-${pkgver}.tar.gz.asc)
md5sums=('14dbd97e35ffcedbe7fd7124a21b3e5e'
'SKIP')
validpgpkeys=('68278CC5DD2D1E85C4E45AD90445B7AB9ABBEEC6')