diff options
author | Sibren Vasse | 2020-05-28 00:09:50 +0200 |
---|---|---|
committer | Sibren Vasse | 2020-05-28 00:09:50 +0200 |
commit | f1b603ab25dcf1d9b23acbe185c523f925b6c1d2 (patch) | |
tree | 11fd95a510414df5c910ff73d1cd351945049223 | |
parent | 749ef514f6c93ffef7a9b40662a7d315692391cb (diff) | |
download | aur-f1b603ab25dcf1d9b23acbe185c523f925b6c1d2.tar.gz |
Update dependencies
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 8 insertions, 7 deletions
@@ -1,22 +1,24 @@ pkgbase = bootiso pkgdesc = A bash script to securely create a bootable USB device from one ISO file. pkgver = 4.1.0 - pkgrel = 2 + pkgrel = 3 url = https://github.com/jsamr/bootiso arch = any license = GPL3 depends = wimlib depends = syslinux + depends = glibc + depends = ncurses + depends = util-linux depends = bash depends = coreutils - depends = util-linux + depends = binutils depends = findutils depends = jq depends = sed depends = grep depends = file depends = gawk - depends = mtools depends = rsync depends = curl depends = tar @@ -1,14 +1,13 @@ # Maintainer: Sibren Vasse <arch@sibrenvasse.nl> pkgname=bootiso pkgver=4.1.0 -pkgrel=2 +pkgrel=3 pkgdesc="A bash script to securely create a bootable USB device from one ISO file." arch=('any') url="https://github.com/jsamr/bootiso" license=('GPL3') -depends=('wimlib' 'syslinux' 'bash' 'coreutils' 'util-linux' - 'findutils' 'jq' 'sed' 'grep' 'file' 'gawk' 'mtools' - 'rsync' 'curl' 'tar' 'bc' +depends=('wimlib' 'syslinux' 'glibc' 'ncurses' 'util-linux' 'bash' 'coreutils' + 'binutils' 'findutils' 'jq' 'sed' 'grep' 'file' 'gawk' 'rsync' 'curl' 'tar' 'bc' 'e2fsprogs' 'dosfstools' 'ntfs-3g') source=("https://github.com/jsamr/$pkgname/archive/v$pkgver.tar.gz") sha256sums=('0a81f18ce356ec823f64b9235b4c1c1d5067a6f7f25175e74a7279078ecf81b1') |