makedeb
An utility to directly boot image files without reformating the USB
Click here to go back to the commit logs for ventoy-bin.
Hash: 2dc0df1dabd8bb84b2f4c586f40044020176f8bb
Message: moving into ventoy-bin
we cannot reproduce the build steps, so just use bin
diff --git a/.SRCINFO b/.SRCINFO
index 512258d..7907512 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
-pkgbase = ventoy
- pkgdesc = A new multiboot USB solution
+pkgbase = ventoy-bin
+ pkgdesc = A new multiboot USB solution (Binary)
pkgver = 1.0.10
pkgrel = 1
url = http://www.ventoy.net/
@@ -8,10 +8,12 @@ pkgbase = ventoy
license = GPL3
depends = bash
depends = util-linux
+ provides = ventoy
+ conflicts = ventoy
source = https://github.com/ventoy/Ventoy/releases/download/v1.0.10/ventoy-1.0.10-linux.tar.gz
source = ventoy
sha512sums = 6cbb955edb8daaf9c6395488798fbf6bb3be2b0f195b08a3ad0ca77ace4c296fb15ae4f6277c55249029a27c141aef93f7bd78c12693b0621467ef2af9679581
sha512sums = 27fef4c8e254863896888cf3e77a39ed377100effc69a4518fe55038069c7c1e8b56f1a79d47d969eda8e5bd90920e93b34dd361aac67be948266d1e7b238dcd
-pkgname = ventoy
+pkgname = ventoy-bin
diff --git a/PKGBUILD b/PKGBUILD
index c833957..2e710f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,12 @@
# Maintainer: DuckSoft <realducksoft at gmail dot com>
# Contributor: KokaKiwi <kokakiwi+aur@kokakiwi.net>
-pkgname=ventoy
+pkgname=ventoy-bin
+provides=(ventoy)
+conflicts=(ventoy)
pkgver=1.0.10
pkgrel=1
-pkgdesc='A new multiboot USB solution'
+pkgdesc='A new multiboot USB solution (Binary)'
url='http://www.ventoy.net/'
arch=('i686' 'x86_64')
license=('GPL3')