diff options
author | Aaron Ball <nullspoon@oper.io> | 2023-04-27 14:24:56 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2023-04-27 14:24:56 -0600 |
commit | 708fa6b6b6507e16f6624f7e456815689c4dc9f2 (patch) | |
tree | ddcd36220079be901d729b7aded997f53a2224c8 /python3-markdown/Pkgfile | |
parent | 3369bd5faf03866aa83442bad8a30c2b66e8c8dc (diff) | |
download | crux-ports-web-708fa6b6b6507e16f6624f7e456815689c4dc9f2.tar.gz crux-ports-web-708fa6b6b6507e16f6624f7e456815689c4dc9f2.tar.xz |
python3-markdown:fix name issue
Diffstat (limited to 'python3-markdown/Pkgfile')
-rw-r--r-- | python3-markdown/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python3-markdown/Pkgfile b/python3-markdown/Pkgfile index 95cdf55..da184ad 100644 --- a/python3-markdown/Pkgfile +++ b/python3-markdown/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: Aaron Ball, nullspoon at oper dot io # Depends on: python3-importlib-metadata python3-build python3-installer python3-setuptools python3-wheel -name=python-markdown +name=python3-markdown version=3.4.3 release=1 source=("https://files.pythonhosted.org/packages/source/M/Markdown/Markdown-${version}.tar.gz") |