diff options
author | brent s | 2017-02-05 14:29:48 -0500 |
---|---|---|
committer | brent s | 2017-02-05 14:31:22 -0500 |
commit | 9ab585917b2d558c857a0ef02c7e6f901bb91975 (patch) | |
tree | e9211c325a5659e934c16ee861a981296ed4d7a5 | |
parent | 70fbdf9a1744b2141764a5aea7d0bfa0957f065e (diff) | |
download | aur-9ab585917b2d558c857a0ef02c7e6f901bb91975.tar.gz |
updating to 3.01
-rw-r--r-- | .SRCINFO | 22 | ||||
-rw-r--r-- | BDisk-3.01.tar.xz.sig | bin | 0 -> 566 bytes | |||
-rw-r--r-- | PKGBUILD | 18 |
3 files changed, 20 insertions, 20 deletions
@@ -1,9 +1,9 @@ # Generated by mksrcinfo v8 -# Thu Jan 19 02:01:51 UTC 2017 +# Sun Feb 5 19:31:22 UTC 2017 pkgbase = bdisk pkgdesc = An easy liveCD creator built in python. Supports hybrid ISOs/USB, iPXE, and UEFI. - pkgver = 3.00 - pkgrel = 5 + pkgver = 3.01 + pkgrel = 1 url = https://bdisk.square-r00t.net arch = i686 arch = x86_64 @@ -16,19 +16,19 @@ pkgbase = bdisk depends = dosfstools depends = squashfs-tools depends = python - depends = python-validators + depends = python-git + depends = python-humanize depends = python-jinja depends = python-psutil - depends = python-humanize + depends = python-patch + depends = python-pygpgme + depends = python-pyopenssl + depends = python-validators optdepends = rsync: for rsync syncing optdepends = syslinux: for ipxe support - optdepends = python-git: for ipxe and git sync support - optdepends = python-pygpgme: for GPG support - optdepends = python-patch: for ipxe support - optdepends = python-pyopenssl: for iPXE support conflicts = bdisk-git - source = https://git.square-r00t.net/BDisk/snapshot/BDisk-3.00.tar.xz - source = BDisk-3.00.tar.xz.sig + source = https://git.square-r00t.net/BDisk/snapshot/BDisk-3.01.tar.xz + source = BDisk-3.01.tar.xz.sig sha512sums = 34f0f05712749f5fa9c32ed1df30a4b02a92add25d95297848095c6575a0e5a8f01b510a9be9f54a03618e2de7315196cbc599f85a1f0c95276e864e97515799 sha512sums = SKIP diff --git a/BDisk-3.01.tar.xz.sig b/BDisk-3.01.tar.xz.sig Binary files differnew file mode 100644 index 000000000000..e7227c508813 --- /dev/null +++ b/BDisk-3.01.tar.xz.sig @@ -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 -pkgver=3.00 -pkgrel=5 +pkgver=3.01 +pkgrel=1 _pkgver=${pkgver} #_pkgver=${pkgver}-BETA pkgdesc="An easy liveCD creator built in python. Supports hybrid ISOs/USB, iPXE, and UEFI." @@ -19,10 +19,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=() conflicts=('bdisk-git') @@ -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=("https://git.square-r00t.net/${_pkgname}/snapshot/${_pkgname}-${_pkgver}.tar.xz" "${_pkgname}-${_pkgver}.tar.xz.sig") sha512sums=('34f0f05712749f5fa9c32ed1df30a4b02a92add25d95297848095c6575a0e5a8f01b510a9be9f54a03618e2de7315196cbc599f85a1f0c95276e864e97515799' |