aboutsummaryrefslogtreecommitdiffstats
path: root/testing/man-db
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-03-11 15:24:28 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2018-03-11 15:38:47 +0100
commit311414bfdb3416732d09fdcff8159f4b7ee57154 (patch)
tree494d68a8dfb628c1687c0b8e81327213370a6967 /testing/man-db
parent2639de0c691eb33bac651714ee19cdd90e0716cf (diff)
testing/man-db: remove $triggers from $source
Other aports like main/busybox also do not have $triggers in $source.
Diffstat (limited to 'testing/man-db')
-rw-r--r--testing/man-db/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/man-db/APKBUILD b/testing/man-db/APKBUILD
index c766f48809e..713f0ae1dda 100644
--- a/testing/man-db/APKBUILD
+++ b/testing/man-db/APKBUILD
@@ -10,8 +10,7 @@ license="GPL-2.0-or-later"
depends="groff less"
makedepends="db-dev gettext-dev libpipeline-dev zlib-dev"
subpackages="$pkgname-lang $pkgname-doc"
-source="http://download.savannah.nongnu.org/releases/man-db/man-db-$pkgver.tar.xz
- man-db.trigger"
+source="http://download.savannah.nongnu.org/releases/man-db/man-db-$pkgver.tar.xz"
triggers="man-db.trigger=/usr/share/man"
build() {