summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSibren Vasse2020-05-28 00:09:50 +0200
committerSibren Vasse2020-05-28 00:09:50 +0200
commitf1b603ab25dcf1d9b23acbe185c523f925b6c1d2 (patch)
tree11fd95a510414df5c910ff73d1cd351945049223
parent749ef514f6c93ffef7a9b40662a7d315692391cb (diff)
downloadaur-f1b603ab25dcf1d9b23acbe185c523f925b6c1d2.tar.gz
Update dependencies
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce5e73cdf3cd..982606e0b2b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index aab41f2595c7..b92ad2945fcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')