aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-lit
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2018-03-01 17:03:24 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2018-03-01 17:03:24 +0000
commita6686e6e788eabf5d8fb6275c4460f46784450d2 (patch)
tree27a2157297781b7f8823b516cf03ed01387832dd /testing/py3-lit
parentc33277bb1dcc2231a2b7b009009f1ad584e2e2e4 (diff)
downloadaports-a6686e6e788eabf5d8fb6275c4460f46784450d2.tar.bz2
aports-a6686e6e788eabf5d8fb6275c4460f46784450d2.tar.xz
testing/py3-lit: fix source url
Diffstat (limited to 'testing/py3-lit')
-rw-r--r--testing/py3-lit/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-lit/APKBUILD b/testing/py3-lit/APKBUILD
index 08f18fbe43..41c3322544 100644
--- a/testing/py3-lit/APKBUILD
+++ b/testing/py3-lit/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-lit
pkgver=0.6.0_rc1
_pkgname=lit
-_pkgver=0.6.0rc1
+_pkgver=${pkgver//_}
pkgrel=0
pkgdesc="lit is a tool for executing LLVM and Clang style test suites, summarizing their results, and providing indication of failures."
url="https://pypi.python.org/pypi/lit"
@@ -11,7 +11,7 @@ arch="noarch"
license="BSD-3-Clause NSCA"
makedepends="py3-setuptools"
options="check"
-source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$_pkgver.tar.gz"
builddir="$srcdir/"${pkgname#py3-}-$_pkgver
subpackages="$pkgname:_py3 $pkgname-doc"