aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/py-markdown/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-markdown/APKBUILD b/community/py-markdown/APKBUILD
index 78b75fb6c3..452280956e 100644
--- a/community/py-markdown/APKBUILD
+++ b/community/py-markdown/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py-markdown
_pkgname=Markdown
pkgver=2.6.6
-pkgrel=0
+pkgrel=1
pkgdesc="A Python implementation of Markdown"
url="http://pythonhosted.org/Markdown/"
arch="noarch"
@@ -12,7 +12,7 @@ depends=""
depends_dev=""
makedepends="python2-dev py-setuptools python3-dev"
install=""
-subpackages="py3-$_pkgname:_py3 py2-$_pkgname:_py2"
+subpackages="py3-${pkgname/py-/}:_py3 py2-${pkgname/py-/}:_py2"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver