summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Xu (Hello71)2018-03-28 18:30:02 -0400
committerAlex Xu (Hello71)2018-03-28 18:30:02 -0400
commit4f65dcc81afe227d2c245bac7a36fbcc38b9567c (patch)
treeed0df6f708e5c2653089640f4babeac55c41e565 /PKGBUILD
parent77c3f76ce777e58f4607d33f0cabc297b01bf38d (diff)
downloadaur-nyx.tar.gz
because stupid
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')