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: 22d633b89d8655dbabdeb7c39f97bc5cb24ac98d
Message: updating dependencies
diff --git a/.SRCINFO b/.SRCINFO
index bca1779..95f5cef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ventoy
pkgdesc = A new multiboot USB solution
pkgver = 1.0.06
- pkgrel = 1
+ pkgrel = 2
url = http://www.ventoy.net/
arch = x86_64
arch = i686
license = GPL3
depends = bash
- depends = fdisk
+ depends = util-linux
provides = ventoy
conflicts = ventoy
source = https://github.com/ventoy/Ventoy/releases/download/v1.0.06/ventoy-1.0.06-linux.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 93c9adf..e678acd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: DuckSoft <realducksoft at gmail dot com>
pkgname=ventoy
_pkgname=ventoy
-pkgrel=1
+pkgrel=2
pkgver=1.0.06
pkgdesc='A new multiboot USB solution'
arch=('x86_64' 'i686')
provides=(ventoy)
conflicts=(ventoy)
-depends=('bash' 'fdisk')
+depends=('bash' 'util-linux')
license=('GPL3')
url='http://www.ventoy.net/'
source=("https://github.com/ventoy/Ventoy/releases/download/v1.0.06/ventoy-$pkgver-linux.tar.gz")