summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2016-12-30 20:58:13 -0500
committerbrent s2016-12-30 20:58:13 -0500
commitb04a6de0b20b1ae0d0e679e37f34562fe8e84489 (patch)
tree79a57e5e8c59d4a83687880c5c20aefe96535559
parent6b237a0bfda3f97ab8659eec7c2c41a07db55c9e (diff)
downloadaur-b04a6de0b20b1ae0d0e679e37f34562fe8e84489.tar.gz
oops
-rw-r--r--.SRCINFO10
-rw-r--r--BDisk-3.00-BETA.tar.bz2.sigbin566 -> 0 bytes
-rw-r--r--BDisk-3.00-BETA.tar.xz.sigbin0 -> 566 bytes
-rw-r--r--PKGBUILD10
4 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 194ad6f62dd3..df1cf98de885 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Dec 31 01:39:37 UTC 2016
+# Sat Dec 31 01:58:13 UTC 2016
pkgbase = bdisk
pkgdesc = An easy liveCD creator built in python. Supports hybrid ISOs/USB, iPXE, and UEFI (undergoing rewrite)
pkgver = 3.00
- pkgrel = 1
+ pkgrel = 2
url = https://bdisk.square-r00t.net
arch = i686
arch = x86_64
@@ -26,9 +26,9 @@ pkgbase = bdisk
optdepends = python-pygpgme: for GPG support
optdepends = python-patch: for ipxe support
optdepends = python-pyopenssl: for iPXE support
- source = https://git.square-r00t.net/BDisk/snapshot/BDisk-3.00-BETA.tar.bz2
- source = BDisk-3.00-BETA.tar.bz2.sig
- sha512sums = ffdfc612891a13b9a82835e4fda6ea5d734bc0bdfa310c81c9ef428c0868f96f77a9ea37b99b55d7bc14b5826e3a80ef1bf6c04704c602a154ed23688667e25c
+ source = https://git.square-r00t.net/BDisk/snapshot/BDisk-3.00-BETA.tar.xz
+ source = BDisk-3.00-BETA.tar.xz.sig
+ sha512sums = f15e59f48b4c248473f5b75839a27fd3a365626731273b0330e8345fa2635eea19895f9ff9fb94f9fecbbec67792706881aca71f086bdb88b7dbe76f8b31a16a
sha512sums = SKIP
pkgname = bdisk
diff --git a/BDisk-3.00-BETA.tar.bz2.sig b/BDisk-3.00-BETA.tar.bz2.sig
deleted file mode 100644
index 71a543b5a019..000000000000
--- a/BDisk-3.00-BETA.tar.bz2.sig
+++ /dev/null
Binary files differ
diff --git a/BDisk-3.00-BETA.tar.xz.sig b/BDisk-3.00-BETA.tar.xz.sig
new file mode 100644
index 000000000000..a1aeecd96d30
--- /dev/null
+++ b/BDisk-3.00-BETA.tar.xz.sig
Binary files differ
diff --git a/PKGBUILD b/PKGBUILD
index 4880a0863101..a52b75457181 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
# News updates for packages can be followed at https://devblog.square-r00t.net
pkgname=bdisk
pkgver=3.00
-pkgrel=1
+pkgrel=2
#_pkgver=${pkgver}
_pkgver=${pkgver}-BETA
pkgdesc="An easy liveCD creator built in python. Supports hybrid ISOs/USB, iPXE, and UEFI (undergoing rewrite)"
@@ -35,9 +35,9 @@ optdepends=('rsync: for rsync syncing'
'python-pygpgme: for GPG support'
'python-patch: for ipxe support'
'python-pyopenssl: for iPXE support')
-source=("https://git.square-r00t.net/${_pkgname}/snapshot/${_pkgname}-${_pkgver}.tar.bz2"
- "${_pkgname}-${_pkgver}.tar.bz2.sig")
-sha512sums=('ffdfc612891a13b9a82835e4fda6ea5d734bc0bdfa310c81c9ef428c0868f96f77a9ea37b99b55d7bc14b5826e3a80ef1bf6c04704c602a154ed23688667e25c'
+source=("https://git.square-r00t.net/${_pkgname}/snapshot/${_pkgname}-${_pkgver}.tar.xz"
+ "${_pkgname}-${_pkgver}.tar.xz.sig")
+sha512sums=('f15e59f48b4c248473f5b75839a27fd3a365626731273b0330e8345fa2635eea19895f9ff9fb94f9fecbbec67792706881aca71f086bdb88b7dbe76f8b31a16a'
'SKIP')
package() {
@@ -49,7 +49,7 @@ package() {
cp -af ${srcdir}/${_pkgname}-${_pkgver}/docs/* ${pkgdir}/usr/share/doc/${pkgname}/.
cp -af ${srcdir}/${_pkgname}-${_pkgver}/examples ${pkgdir}/usr/share/doc/${pkgname}/.
- curl -s -o ${pkgdir}/usr/share/doc/README.html https://bdisk.square-r00t.net/
+ curl -s -o ${pkgdir}/usr/share/doc/${pkgname}/README.html https://bdisk.square-r00t.net/
cp -af ${srcdir}/${_pkgname}-${_pkgver}/overlay ${pkgdir}/var/lib/${pkgname}/.
cp -af ${srcdir}/${_pkgname}-${_pkgver}/extra ${pkgdir}/var/lib/${pkgname}/.
cp -af ${srcdir}/${_pkgname}-${_pkgver}/${pkgname}/* ${pkgdir}/usr/share/${pkgname}/.