makedeb


ventoy-bin 1.0.99-0


An utility to directly boot image files without reformating the USB

Click here to go back to the commit logs for ventoy-bin.

Commit:


Hash: a4a880d606a747c9f8ef90b27c230e21256eea89

Message: add missing deps

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 8aade18..3cbd812 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = ventoy-bin
 	pkgdesc = A new multiboot USB solution (Binary)
 	pkgver = 1.0.21
-	pkgrel = 1
+	pkgrel = 2
 	url = http://www.ventoy.net/
 	arch = i686
 	arch = x86_64
@@ -10,6 +10,8 @@ pkgbase = ventoy-bin
 	depends = util-linux
 	depends = xz
 	depends = exfat-utils
+	depends = dosfstools
+	depends = lib32-glibc
 	provides = ventoy
 	conflicts = ventoy
 	source = https://github.com/ventoy/Ventoy/releases/download/v1.0.21/ventoy-1.0.21-linux.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 1fbe506..f14dfd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
 
 pkgname=ventoy-bin
 pkgver=1.0.21
-pkgrel=1
+pkgrel=2
 pkgdesc='A new multiboot USB solution (Binary)'
 url='http://www.ventoy.net/'
 arch=('i686' 'x86_64')
 license=('GPL3')
-depends=('bash' 'util-linux' 'xz' 'exfat-utils')
+depends=('bash' 'util-linux' 'xz' 'exfat-utils' 'dosfstools' 'lib32-glibc')
 provides=("${pkgname%-bin}")
 conflicts=("${pkgname%-bin}")
 source=("https://github.com/ventoy/Ventoy/releases/download/v${pkgver}/${pkgname%-bin}-${pkgver}-linux.tar.gz"