summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 9 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a249d697d7c..4d7b37a8a3b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@ validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
# Bug reports can be filed at https://bugs.square-r00t.net/index.php?project=3
# News updates for packages can be followed at https://devblog.square-r00t.net
pkgname=bdisk-git
-pkgver=3.00
-pkgrel=2
+pkgver=3.01
+pkgrel=1
#_pkgver=${pkgver}
pkgdesc="An easy liveCD creator built in python. Supports hybrid ISOs/USB, iPXE, and UEFI"
arch=( 'i686' 'x86_64' )
@@ -18,10 +18,14 @@ depends=('dosfstools'
'dosfstools'
'squashfs-tools'
'python'
- 'python-validators'
+ 'python-git'
+ 'python-humanize'
'python-jinja'
'python-psutil'
- 'python-humanize')
+ 'python-patch'
+ 'python-pygpgme'
+ 'python-pyopenssl'
+ 'python-validators')
#makedepends=( 'python' )
makedepends=()
_pkgname=bdisk
@@ -31,11 +35,7 @@ install=
changelog=
noextract=()
optdepends=('rsync: for rsync syncing'
- 'syslinux: for ipxe support'
- 'python-git: for ipxe and git sync support'
- 'python-pygpgme: for GPG support'
- 'python-patch: for ipxe support'
- 'python-pyopenssl: for iPXE support')
+ 'syslinux: for ipxe support')
source=("${_pkgname}::git+git://git.square-r00t.net/bdisk.git")
sha512sums=('SKIP')
pkgver() {