diff options
author | prspkt <prspkt@protonmail.com> | 2019-06-14 19:45:26 +0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-06-14 19:45:26 +0300 |
commit | 5c80a89db33bb296f122c88942c13c7548b06f21 (patch) | |
tree | 8f2fcc8f496188852f181156ec7d9927a7e1ad9b /testing/py3-pyphen | |
parent | 2ff87f28c7ea66422316b402b6036d06af35acee (diff) | |
download | aports-5c80a89db33bb296f122c88942c13c7548b06f21.tar.bz2 aports-5c80a89db33bb296f122c88942c13c7548b06f21.tar.xz |
testing/py3-pyphen: fix provides
Diffstat (limited to 'testing/py3-pyphen')
-rw-r--r-- | testing/py3-pyphen/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-pyphen/APKBUILD b/testing/py3-pyphen/APKBUILD index 3be824f42e..a2ba75c187 100644 --- a/testing/py3-pyphen/APKBUILD +++ b/testing/py3-pyphen/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-pyphen _pkgname=Pyphen pkgver=0.9.5 -pkgrel=2 +pkgrel=3 pkgdesc="python-based dictionary hyphenator library" url="https://www.pyphen.org" arch="noarch" @@ -15,7 +15,7 @@ source="$_pkgname-$pkgver.tar.gz::https://github.com/Kozea/Pyphen/archive/$pkgve builddir="$srcdir/$_pkgname-$pkgver" replaces="py-pyphen" # Backwards compatibility -replaces="py-pyphen=$pkgver-r$pkgrel" # Backwards compatibility +provides="py-pyphen=$pkgver-r$pkgrel" # Backwards compatibility build() { python3 setup.py build |