aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/eyed3/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/eyed3/APKBUILD b/community/eyed3/APKBUILD
index 11c03fc5ae1..e2249aa038a 100644
--- a/community/eyed3/APKBUILD
+++ b/community/eyed3/APKBUILD
@@ -3,12 +3,12 @@
pkgname=eyed3
_pkgname=eyeD3
pkgver=0.9.5
-pkgrel=1
+pkgrel=2
pkgdesc="ID3 tag editor in Python"
url="https://eyed3.nicfit.net/"
arch="noarch"
license="GPL-3.0-or-later"
-depends="python3 py3-magic py3-six py3-setuptools"
+depends="python3 py3-magic py3-six py3-setuptools py3-deprecation py3-filetype"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver