diff options
author | brent s | 2017-04-12 12:18:53 -0400 |
---|---|---|
committer | brent s | 2017-04-12 12:18:53 -0400 |
commit | 51bd02e695b563114fc0f970b1428a98477bd76e (patch) | |
tree | ac7dcf49e4ca7e094ce5bffa5768575262638b83 | |
parent | 807a83b2441f3eb2d5edec22294df8e94971215c (diff) | |
download | aur-51bd02e695b563114fc0f970b1428a98477bd76e.tar.gz |
i hate tagging beta releases, but there were some serious bugs
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | BDisk-3.02.tar.xz.sig | bin | 566 -> 0 bytes | |||
-rw-r--r-- | BDisk-3.03-BETA.tar.xz.sig | bin | 0 -> 566 bytes | |||
-rw-r--r-- | PKGBUILD | 6 |
4 files changed, 8 insertions, 8 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Tue Mar 7 23:52:40 UTC 2017 +# Wed Apr 12 16:18:53 UTC 2017 pkgbase = bdisk pkgdesc = An easy liveCD creator built in python. Supports hybrid ISOs/USB, iPXE, and UEFI. - pkgver = 3.02 + pkgver = 3.03 pkgrel = 1 url = https://bdisk.square-r00t.net arch = i686 @@ -27,9 +27,9 @@ pkgbase = bdisk optdepends = rsync: for rsync syncing optdepends = syslinux: for ipxe support conflicts = bdisk-git - source = https://git.square-r00t.net/BDisk/snapshot/BDisk-3.02.tar.xz - source = BDisk-3.02.tar.xz.sig - sha512sums = bf566e594a2ad3e488fef7cfa6832d4ba857d8129b0c00fe3a096e9fbb85e92c268368a201f12f22571312923393b2174e11f9c9e347df5c8682d5b355da0d8b + source = https://git.square-r00t.net/BDisk/snapshot/BDisk-3.03-BETA.tar.xz + source = BDisk-3.03-BETA.tar.xz.sig + sha512sums = c39ca8f0f399e01c60e49ad1725314609490973f6eaa282087faea8243df3205436603b2c9043b6c7b49198ac1928e8ca65bb6d6fe23b3c050e55eeb55086e55 sha512sums = SKIP pkgname = bdisk diff --git a/BDisk-3.02.tar.xz.sig b/BDisk-3.02.tar.xz.sig Binary files differdeleted file mode 100644 index 679d1a36db68..000000000000 --- a/BDisk-3.02.tar.xz.sig +++ /dev/null diff --git a/BDisk-3.03-BETA.tar.xz.sig b/BDisk-3.03-BETA.tar.xz.sig Binary files differnew file mode 100644 index 000000000000..6f27b28b8f04 --- /dev/null +++ b/BDisk-3.03-BETA.tar.xz.sig @@ -3,10 +3,10 @@ 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.02 +pkgver=3.03 pkgrel=1 _pkgver=${pkgver} -#_pkgver=${pkgver}-BETA +_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" @@ -38,7 +38,7 @@ optdepends=('rsync: for rsync syncing' 'syslinux: for ipxe support') source=("https://git.square-r00t.net/${_pkgname}/snapshot/${_pkgname}-${_pkgver}.tar.xz" "${_pkgname}-${_pkgver}.tar.xz.sig") -sha512sums=('bf566e594a2ad3e488fef7cfa6832d4ba857d8129b0c00fe3a096e9fbb85e92c268368a201f12f22571312923393b2174e11f9c9e347df5c8682d5b355da0d8b' +sha512sums=('c39ca8f0f399e01c60e49ad1725314609490973f6eaa282087faea8243df3205436603b2c9043b6c7b49198ac1928e8ca65bb6d6fe23b3c050e55eeb55086e55' 'SKIP') package() { |