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: f97c6cd7f5af5a4357bcd9ffcdb5dd154d044907

Message: revert aarch64

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 7f605eb..e1565fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = ventoy-bin
 	install = ventoy.install
 	arch = i686
 	arch = x86_64
-	arch = aarch64
 	license = GPL3
 	depends = bash
 	depends = util-linux
diff --git a/PKGBUILD b/PKGBUILD
index 58f45f0..fe281ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=1.0.52
 pkgrel=3
 pkgdesc='A new multiboot USB solution (Binary)'
 url='http://www.ventoy.net/'
-arch=('i686' 'x86_64' 'aarch64')
+arch=('i686' 'x86_64')
 license=('GPL3')
 depends=('bash' 'util-linux' 'xz' 'dosfstools' 'lib32-glibc')
 provides=("${pkgname%-bin}")