aboutsummaryrefslogtreecommitdiffstats
path: root/community/sn0int
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2020-01-26 11:53:49 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2020-01-26 11:53:49 +0100
commitbedf136c545d6ebd0377b27ad1fceb484a832647 (patch)
treeccdaa1eabdb4a8a37b1481d5d983d654211230f7 /community/sn0int
parent99d5645b064f9ee581705d0e2881e3e52256d727 (diff)
downloadaports-bedf136c545d6ebd0377b27ad1fceb484a832647.tar.bz2
aports-bedf136c545d6ebd0377b27ad1fceb484a832647.tar.xz
community/sn0int: do not set SPHINXBUILD explicitly
Previously phy3-sphinx only provided sphinx-build-3, not sphinx-build. Fortunately, this changed recently. This change does not include a pkgrel bump as it should result in the same package.
Diffstat (limited to 'community/sn0int')
-rw-r--r--community/sn0int/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/sn0int/APKBUILD b/community/sn0int/APKBUILD
index cd5f673d43..6872ade448 100644
--- a/community/sn0int/APKBUILD
+++ b/community/sn0int/APKBUILD
@@ -29,7 +29,7 @@ build() {
"target/release/sn0int" completions zsh > completions/_sn0int
"target/release/sn0int" completions fish > completions/sn0int.fish
- make -C docs man SPHINXBUILD=sphinx-build-3
+ make -C docs man
}
check() {