alpineiso: add wget to depends
This commit is contained in:
parent
e4934791ea
commit
c80050bae9
1 changed files with 2 additions and 1 deletions
3
PKGBUILD
3
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: LinuxSquare <linuxscripting.sh(at)gmail.com>
|
# Maintainer: LinuxSquare <linuxscripting.sh(at)gmail.com>
|
||||||
pkgname=alpineiso
|
pkgname=alpineiso
|
||||||
pkgver=0.0.2
|
pkgver=0.0.2
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="A shell cli tool, to create custom Alpine Linux ISO's"
|
pkgdesc="A shell cli tool, to create custom Alpine Linux ISO's"
|
||||||
arch=("any")
|
arch=("any")
|
||||||
url="https://codeberg.org/LinuxSquare/alpineiso"
|
url="https://codeberg.org/LinuxSquare/alpineiso"
|
||||||
|
@ -14,6 +14,7 @@ depends=(
|
||||||
"unzip"
|
"unzip"
|
||||||
"binutils"
|
"binutils"
|
||||||
"grub"
|
"grub"
|
||||||
|
"wget"
|
||||||
)
|
)
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://codeberg.org/LinuxSquare/alpineiso/archive/v${pkgver}.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::https://codeberg.org/LinuxSquare/alpineiso/archive/v${pkgver}.tar.gz")
|
||||||
sha256sums=('f3da49df87f89cd52f94520fb801cdfaecaf144a4b95ecc1d3de007eca4a6ca9')
|
sha256sums=('f3da49df87f89cd52f94520fb801cdfaecaf144a4b95ecc1d3de007eca4a6ca9')
|
||||||
|
|
Loading…
Reference in a new issue