user/znapzend: add missing wget depend
This commit is contained in:
parent
44ef8f9adc
commit
f5847baa35
1 changed files with 2 additions and 2 deletions
|
@ -9,9 +9,9 @@ arch='all'
|
||||||
url="http://www.znapzend.org/"
|
url="http://www.znapzend.org/"
|
||||||
license='GPL'
|
license='GPL'
|
||||||
depends='perl zfs mbuffer'
|
depends='perl zfs mbuffer'
|
||||||
makedepends='perl-dev'
|
makedepends='perl-dev wget'
|
||||||
source="https://github.com/oetiker/znapzend/releases/download/v$pkgver/znapzend-$pkgver.tar.gz"
|
source="https://github.com/oetiker/znapzend/releases/download/v$pkgver/znapzend-$pkgver.tar.gz"
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc $pkgname-openrc"
|
||||||
options=!check
|
options=!check
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue