diff --git a/srcpkgs/iniparser/template b/srcpkgs/iniparser/template index 63eb336c7ea..a780d47dbdd 100644 --- a/srcpkgs/iniparser/template +++ b/srcpkgs/iniparser/template @@ -1,7 +1,7 @@ # Template file for 'iniparser' pkgname=iniparser version=4.1 -revision=2 +revision=3 build_style=gnu-makefile hostmakedepends="doxygen chrpath" short_desc="Free stand-alone ini file parsing library" @@ -58,14 +58,12 @@ iniparser-devel_package() { } iniparser-doc_package() { short_desc+=" - documentation" - archs=noarch pkg_install() { vmove usr/share/doc/iniparser } } iniparser-example_package() { short_desc+=" - example code" - archs=noarch pkg_install() { vmove usr/share/iniparser/example }