diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-18 20:39:10 -0300 |
---|---|---|
committer | TBK <tbk@jjtc.eu> | 2019-05-24 00:53:57 +0200 |
commit | fb0ca05171ce571d2fb9eee4f4d5a9f0d1a7272f (patch) | |
tree | 95d7631940968d464938d1a599198e5409fa1fe6 /testing/fd | |
parent | 7edbf43053707e7ad1a15e950bdbf94e92c9f0a3 (diff) | |
download | aports-fb0ca05171ce571d2fb9eee4f4d5a9f0d1a7272f.tar.bz2 aports-fb0ca05171ce571d2fb9eee4f4d5a9f0d1a7272f.tar.xz |
testing/fd: modernize
Closes: GH-7935
Diffstat (limited to 'testing/fd')
-rw-r--r-- | testing/fd/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/fd/APKBUILD b/testing/fd/APKBUILD index 6143a04c05..e5abaec4e5 100644 --- a/testing/fd/APKBUILD +++ b/testing/fd/APKBUILD @@ -14,7 +14,6 @@ subpackages=" $pkgname-zsh-compltion:zshcomp:noarch $pkgname-fish-completion:fishcomp:noarch" source="$pkgname-$pkgver.tar.gz::https://github.com/sharkdp/fd/archive/v${pkgver}.tar.gz" -builddir="$srcdir/$pkgname-$pkgver" build() { cargo build --release |