aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-eyed3/APKBUILD
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-05-12 21:46:55 +0300
committerprspkt <prspkt@protonmail.com>2019-05-12 21:47:50 +0300
commit06c9b856c2007cc3971039a66bd65d8984c56611 (patch)
tree188a349ddf4aa2b80f6b32b180116dc0d20c92ea /community/py3-eyed3/APKBUILD
parentf4e6ce7f7d97814be2dcee35472176fff98b288c (diff)
downloadaports-06c9b856c2007cc3971039a66bd65d8984c56611.tar.bz2
aports-06c9b856c2007cc3971039a66bd65d8984c56611.tar.xz
community/py3-eyed3: fix provides
Diffstat (limited to 'community/py3-eyed3/APKBUILD')
-rw-r--r--community/py3-eyed3/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-eyed3/APKBUILD b/community/py3-eyed3/APKBUILD
index a34c7eb6ad..7b15f19085 100644
--- a/community/py3-eyed3/APKBUILD
+++ b/community/py3-eyed3/APKBUILD
@@ -7,8 +7,8 @@ pkgdesc="ID3 tag editor in Python"
url="http://eyed3.nicfit.net/"
arch="noarch"
license="GPL-3.0-or-later"
-provides="py-eyed3" # for backwards compatibility
-replaces="py-eyed3=$pkgver-r$pkgrel" # for backwards compatibility
+replaces="py-eyed3" # for backwards compatibility
+provides="py-eyed3=$pkgver-r$pkgrel" # for backwards compatibility
depends="python3 py3-magic py3-six"
depends_dev=""
makedepends="py3-setuptools python3-dev"