summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2017-05-06 06:55:32 -0400
committerbrent s2017-05-06 06:55:32 -0400
commit223e0713cf576223cb47039caf01d21048522258 (patch)
treec1a5497b6d25444b3dfa9628cfc58c992ebaf6e7
parent51bd02e695b563114fc0f970b1428a98477bd76e (diff)
downloadaur-223e0713cf576223cb47039caf01d21048522258.tar.gz
bump to stable 3.03
-rw-r--r--.SRCINFO10
-rw-r--r--BDisk-3.03-BETA.tar.xz.sigbin566 -> 0 bytes
-rw-r--r--BDisk-3.03.tar.xz.sigbin0 -> 566 bytes
-rw-r--r--PKGBUILD6
4 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc937688e4d9..4e7744dcf87b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Apr 12 16:18:53 UTC 2017
+# Sat May 6 10:55:32 UTC 2017
pkgbase = bdisk
pkgdesc = An easy liveCD creator built in python. Supports hybrid ISOs/USB, iPXE, and UEFI.
pkgver = 3.03
- pkgrel = 1
+ pkgrel = 2
url = https://bdisk.square-r00t.net
arch = i686
arch = x86_64
@@ -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.03-BETA.tar.xz
- source = BDisk-3.03-BETA.tar.xz.sig
- sha512sums = c39ca8f0f399e01c60e49ad1725314609490973f6eaa282087faea8243df3205436603b2c9043b6c7b49198ac1928e8ca65bb6d6fe23b3c050e55eeb55086e55
+ source = https://git.square-r00t.net/BDisk/snapshot/BDisk-3.03.tar.xz
+ source = BDisk-3.03.tar.xz.sig
+ sha512sums = 7d1505d88166538e377f86c4c5e3c431fb23325c1a88b91dd20c57faef6ab192d5ff86f76fc50a3493fe9892ea677350e8a4e722d17f910f5e439b14cd0c507c
sha512sums = SKIP
pkgname = bdisk
diff --git a/BDisk-3.03-BETA.tar.xz.sig b/BDisk-3.03-BETA.tar.xz.sig
deleted file mode 100644
index 6f27b28b8f04..000000000000
--- a/BDisk-3.03-BETA.tar.xz.sig
+++ /dev/null
Binary files differ
diff --git a/BDisk-3.03.tar.xz.sig b/BDisk-3.03.tar.xz.sig
new file mode 100644
index 000000000000..decaf72b268d
--- /dev/null
+++ b/BDisk-3.03.tar.xz.sig
Binary files differ
diff --git a/PKGBUILD b/PKGBUILD
index f0a36498ec29..4b4080e10010 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@ validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
# News updates for packages can be followed at https://devblog.square-r00t.net
pkgname=bdisk
pkgver=3.03
-pkgrel=1
+pkgrel=2
_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=('c39ca8f0f399e01c60e49ad1725314609490973f6eaa282087faea8243df3205436603b2c9043b6c7b49198ac1928e8ca65bb6d6fe23b3c050e55eeb55086e55'
+sha512sums=('7d1505d88166538e377f86c4c5e3c431fb23325c1a88b91dd20c57faef6ab192d5ff86f76fc50a3493fe9892ea677350e8a4e722d17f910f5e439b14cd0c507c'
'SKIP')
package() {