python-Markups: python3 subpkg is noarch too.
This commit is contained in:
parent
270a9aa85d
commit
29dd06ab41
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-Markups'
|
||||
pkgname=python-Markups
|
||||
version=0.4
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="Markups-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-distribute python3-distribute"
|
||||
|
@ -18,6 +18,7 @@ distfiles="http://pypi.python.org/packages/source/M/Markups/Markups-${version}.t
|
|||
checksum=3c33a19200a224b9c320e48557ec29e13dbe8094c6670da2851b75d6657950b8
|
||||
|
||||
python3-Markups_package() {
|
||||
noarch=yes
|
||||
depends="python3"
|
||||
short_desc="${short_desc//python2/python3}"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue