summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbrent s2017-10-01 11:53:30 -0400
committerbrent s2017-10-01 11:53:30 -0400
commit66ba95a4f6959183cdf2efa55506588acb916e57 (patch)
tree8df44a806c93ba47957fb1f08c146cec0eab48f9 /PKGBUILD
parent6ac054f66067d6b0f9a029a9a8a413862420d43c (diff)
downloadaur-66ba95a4f6959183cdf2efa55506588acb916e57.tar.gz
missing dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9783cc0f0696..0398cd8f8de0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,19 +4,19 @@ validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
# News updates for packages can be followed at https://devblog.square-r00t.net
pkgname=bdisk
pkgver=3.07
-pkgrel=1
+pkgrel=2
_pkgver=${pkgver}
#_pkgver=${pkgver}-BETA
pkgdesc="An easy liveCD creator built in python. Supports hybrid ISOs/USB, iPXE, and UEFI."
arch=( 'i686' 'x86_64' )
url="https://bdisk.square-r00t.net"
license=( 'GPL3' )
-depends=('dosfstools'
+depends=('cdrtools'
+ 'dosfstools'
'gcc-multilib'
'gcc-libs-multilib'
'git'
'libisoburn'
- 'dosfstools'
'squashfs-tools'
'python'
'python-gitpython'