diff options
Diffstat (limited to 'testing')
-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 |