botan: drop noarch for -doc subpkg

This commit is contained in:
Jürgen Buchmüller 2020-10-18 19:12:41 +02:00
parent 42065d68c8
commit ff7894545b

View file

@ -1,7 +1,7 @@
# Template file for 'botan'
pkgname=botan
version=2.16.0
revision=1
revision=2
wrksrc="${pkgname^}-${version}"
build_style=gnu-makefile
pycompile_module="botan.py"
@ -87,7 +87,6 @@ post_install() {
botan-doc_package() {
short_desc+=" - documentation"
archs=noarch
pkg_install() {
vmove usr/share/doc
}