From d1c3a105b83771bc47a568e58c960a979435e4d2 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 21 Dec 2019 00:26:17 +0000 Subject: system/d*: modernise, fix metadata --- system/docbook-xml/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/docbook-xml/APKBUILD') diff --git a/system/docbook-xml/APKBUILD b/system/docbook-xml/APKBUILD index 0e9c95a06..e00864991 100644 --- a/system/docbook-xml/APKBUILD +++ b/system/docbook-xml/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" options="!check" # Just XML files license="MIT" depends="libxml2-utils" -makedepends= +makedepends="" install="$pkgname.post-install $pkgname.post-upgrade $pkgname.post-deinstall" source="http://www.docbook.org/xml/$pkgver/$pkgname-$pkgver.zip http://www.docbook.org/xml/4.4/$pkgname-4.4.zip @@ -19,7 +19,7 @@ source="http://www.docbook.org/xml/$pkgver/$pkgname-$pkgver.zip " unpack() { - # we unpack the zip's in subdirs in build() + # We unpack the ZIPs during build. : } -- cgit v1.2.3-60-g2f50