diff options
author | prspkt <prspkt@protonmail.com> | 2019-06-09 23:36:34 +0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-06-10 00:34:59 +0300 |
commit | e484b3361324a6862dbdcad04331094918e07d70 (patch) | |
tree | 92d522873e06f4e79aeeefe68d7e144fcda805c7 /testing/py3-sphinxcontrib-phpdomain | |
parent | 8d786b85b1e55c61ea512dd873b176fdf2182521 (diff) | |
download | aports-e484b3361324a6862dbdcad04331094918e07d70.tar.bz2 aports-e484b3361324a6862dbdcad04331094918e07d70.tar.xz |
testing/py3-sphinxcontrib-phpdomain: fix typo
Diffstat (limited to 'testing/py3-sphinxcontrib-phpdomain')
-rw-r--r-- | testing/py3-sphinxcontrib-phpdomain/APKBUILD | 6 |
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 @@ pkgname=py3-sphinxcontrib-phpdomain _pkgname=sphinxcontrib-phpdomain pkgver=0.6.1 -pkgrel=0 +pkgrel=1 pkgdesc="Sphinx phpdomain extension" url="https://pypi.python.org/pypi/sphinxcontrib-phpdomain" arch="noarch" @@ -13,8 +13,8 @@ makedepends="py3-setuptools" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver -replaces=py-sphinxcontrib-phpdomain" # for backwards compatibility -provides=py-sphinxcontrib-phpdomain=$pkgver-r$pkgrel" # for backwards compatibility +replaces="py-sphinxcontrib-phpdomain" # for backwards compatibility +provides="py-sphinxcontrib-phpdomain=$pkgver-r$pkgrel" # for backwards compatibility build() { python3 setup.py build |