aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-06-09 23:36:34 +0300
committerprspkt <prspkt@protonmail.com>2019-06-10 00:34:59 +0300
commite484b3361324a6862dbdcad04331094918e07d70 (patch)
tree92d522873e06f4e79aeeefe68d7e144fcda805c7
parent8d786b85b1e55c61ea512dd873b176fdf2182521 (diff)
downloadalpine_aports-e484b3361324a6862dbdcad04331094918e07d70.tar.bz2
alpine_aports-e484b3361324a6862dbdcad04331094918e07d70.tar.xz
alpine_aports-e484b3361324a6862dbdcad04331094918e07d70.zip
testing/py3-sphinxcontrib-phpdomain: fix typo
-rw-r--r--testing/py3-sphinxcontrib-phpdomain/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-sphinxcontrib-phpdomain/APKBUILD b/testing/py3-sphinxcontrib-phpdomain/APKBUILD
index 18c1627893..3bb78c0c40 100644
--- a/testing/py3-sphinxcontrib-phpdomain/APKBUILD
+++ b/testing/py3-sphinxcontrib-phpdomain/APKBUILD
@@ -3,7 +3,7 @@
3pkgname=py3-sphinxcontrib-phpdomain 3pkgname=py3-sphinxcontrib-phpdomain
4_pkgname=sphinxcontrib-phpdomain 4_pkgname=sphinxcontrib-phpdomain
5pkgver=0.6.1 5pkgver=0.6.1
6pkgrel=0 6pkgrel=1
7pkgdesc="Sphinx phpdomain extension" 7pkgdesc="Sphinx phpdomain extension"
8url="https://pypi.python.org/pypi/sphinxcontrib-phpdomain" 8url="https://pypi.python.org/pypi/sphinxcontrib-phpdomain"
9arch="noarch" 9arch="noarch"
@@ -13,8 +13,8 @@ makedepends="py3-setuptools"
13source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" 13source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
14builddir="$srcdir"/$_pkgname-$pkgver 14builddir="$srcdir"/$_pkgname-$pkgver
15 15
16replaces=py-sphinxcontrib-phpdomain" # for backwards compatibility 16replaces="py-sphinxcontrib-phpdomain" # for backwards compatibility
17provides=py-sphinxcontrib-phpdomain=$pkgver-r$pkgrel" # for backwards compatibility 17provides="py-sphinxcontrib-phpdomain=$pkgver-r$pkgrel" # for backwards compatibility
18 18
19build() { 19build() {
20 python3 setup.py build 20 python3 setup.py build