diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-27 19:09:23 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-27 19:09:23 +0100 |
commit | 13e0f66d0fe779bb3f244142146724663d0c19f1 (patch) | |
tree | f24d8421dc7acd169ef517b00201143523edec81 /community/py3-eyed3 | |
parent | 20b4d7a46db48a0162b66f2d49d33895b4e75ce4 (diff) | |
download | aports-13e0f66d0fe779bb3f244142146724663d0c19f1.tar.bz2 aports-13e0f66d0fe779bb3f244142146724663d0c19f1.tar.xz |
community/py3-eyed3: fix url=
Diffstat (limited to 'community/py3-eyed3')
-rw-r--r-- | community/py3-eyed3/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-eyed3/APKBUILD b/community/py3-eyed3/APKBUILD index cac8f9a7eb..68946683c5 100644 --- a/community/py3-eyed3/APKBUILD +++ b/community/py3-eyed3/APKBUILD @@ -2,9 +2,9 @@ pkgname=py3-eyed3 _pkgname=eyeD3 pkgver=0.8.11 -pkgrel=0 +pkgrel=1 pkgdesc="ID3 tag editor in Python" -url="http://eyed3.nicfit.net/" +url="https://eyed3.nicfit.net/" arch="noarch" license="GPL-3.0-or-later" replaces="py-eyed3" # for backwards compatibility |