summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c42c3c9d6626..9770703a341d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,18 @@ validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
# News updates for packages can be followed at https://devblog.square-r00t.net
pkgname=bdisk-git
pkgver=3.04
-pkgrel=1
+pkgrel=2
#_pkgver=${pkgver}
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'