aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-markdown
diff options
context:
space:
mode:
Diffstat (limited to 'community/py-markdown')
-rw-r--r--community/py-markdown/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/py-markdown/APKBUILD b/community/py-markdown/APKBUILD
index 8c93fe6378..45b0d87e0c 100644
--- a/community/py-markdown/APKBUILD
+++ b/community/py-markdown/APKBUILD
@@ -5,10 +5,9 @@ _pkgname=Markdown
pkgver=3.1
pkgrel=0
pkgdesc="A Python implementation of Markdown"
-url="http://pythonhosted.org/Markdown/"
+url="https://python-markdown.github.io/"
arch="noarch"
-license="BSD"
-depends=""
+license="BSD-3-Clause"
makedepends="python2-dev py-setuptools python3-dev"
subpackages="py3-${pkgname#py-}:_py3 py2-${pkgname#py-}:_py2"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"