aboutsummaryrefslogtreecommitdiffstats
path: root/community/fzf/APKBUILD
diff options
context:
space:
mode:
authorKevin Daudt <ops@ikke.info>2018-09-18 16:10:46 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-09-19 10:02:58 +0000
commit4d274a5dc9db69042faeb8078758d3e25f4f5f05 (patch)
tree75a1aab9dabb7e55ebd6978cb45d6cd576101d28 /community/fzf/APKBUILD
parenta77a3aeb6077b10b2955c7d15f4c2fb7211c21cd (diff)
downloadaports-4d274a5dc9db69042faeb8078758d3e25f4f5f05.tar.bz2
aports-4d274a5dc9db69042faeb8078758d3e25f4f5f05.tar.xz
community/fzf: enable vetting in tests
d5cfcd38e disabled vetting while running the test suite due to failures because of an update in Go. This has now been fixed upstream, so enable vetting again by removing the relevant patch.
Diffstat (limited to 'community/fzf/APKBUILD')
-rw-r--r--community/fzf/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/community/fzf/APKBUILD b/community/fzf/APKBUILD
index 945f93c5a0..3cb3b3daf4 100644
--- a/community/fzf/APKBUILD
+++ b/community/fzf/APKBUILD
@@ -15,8 +15,7 @@ subpackages="
$pkgname-zsh-completion:zshcomp:noarch
"
source="$pkgname-$pkgver.tar.gz::https://github.com/junegunn/fzf/archive/$pkgver.tar.gz
- no-glide-install.patch
- disable-vet-for-tests.patch"
+ no-glide-install.patch"
builddir="$srcdir/$pkgname-$pkgver"
prepare() {
@@ -75,5 +74,4 @@ zshcomp() {
}
sha512sums="bfdddf40f7051e15b0a0ecc0e0da6ccb9a212473175b2ee37de5b79d745f5e0213b29c0a678eb05bf1d70de91be4addc8d6d1d73b3dd09724ad0078381b9de06 fzf-0.17.4.tar.gz
-daa16985079e3b55ccf5e74dde356e1e13e43865c9809e432b5d272b053f541f1eacd402f3b04957ee855fb8c0ca1820b507d08e408f55dc80004990a949874c no-glide-install.patch
-e58121867dbf06ce8a66ffe77b0a17a572833cc5c94ab73761f631908f8106eed9e0bd69fd0ca47127c64dda43086a4ea908b61daa2e75fa0dc7f5274a6b98cc disable-vet-for-tests.patch"
+daa16985079e3b55ccf5e74dde356e1e13e43865c9809e432b5d272b053f541f1eacd402f3b04957ee855fb8c0ca1820b507d08e408f55dc80004990a949874c no-glide-install.patch"