Package Details: ventoy 1.1.05-1

Git Clone URL: https://aur.archlinux.org/ventoy.git (read-only, click to copy)
Package Base: ventoy
Description: A new bootable USB solution
Upstream URL: https://www.ventoy.net/
Licenses: GPL-3.0-or-later
Conflicts: ventoy-bin
Submitter: Toolybird
Maintainer: Toolybird
Last Packager: Toolybird
Votes: 38
Popularity: 3.52
First Submitted: 2023-02-17 20:09 (UTC)
Last Updated: 2025-02-25 03:12 (UTC)

Required by (0)

Sources (22)

Latest Comments

1 2 3 4 Next › Last »

tuxayo commented on 2025-02-12 04:09 (UTC)

@niluzz The usual various advantages of having a package from a repo vs a binary that one has to think about to update and then go getting it.

Plus with Ventoy, there is an especially bad problem of precompiled binaries in the upstream repo https://github.com/ventoy/Ventoy/issues/2795

And our amazing packager here (Toolybird) has done a lot of work to manage to build from source as much a possible or those binaries. But still, part of the binaries have no indication of version and compile options :(

niluzz commented on 2025-02-06 00:42 (UTC)

What is the advantage of installing Ventoy here in the AUR repository? It is possible to download directly from github, extract and run the GUI file, and update the pendrive.

Toolybird commented on 2025-01-13 20:38 (UTC)

Fixed. Savannah cannot be relied upon to maintain stable patch checksums (the same as GitHub).

Neurognostic commented on 2025-01-13 19:29 (UTC)

ventoy-grub-fix-build-with-binutils-2.36.patch sha256sum changed again.

---
 .SRCINFO | 2 +-
 PKGBUILD | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index da096b5..069597b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -67,7 +67,7 @@ pkgbase = ventoy
    source = wimboot-binutils-2.42-fix.patch
    sha256sums = 2557ccdeaf8b0e517087afb63f65c4e2a32ef3f15bd196b7f828d93d586ca7b9
    sha256sums = e5292496995ad42dabe843a0192cf2a2c502e7ffcc7479398232b10a472df77d
-   sha256sums = 789851a70038c9ed2db61181cd1c20243b41b246a8efe77f2af8a41fb22a52c9
+   sha256sums = db2a9018392a3984d1e1e649bde0ffc19c90fa4d96b9fd2d4caaf9c1ca2af68b
    sha256sums = 5ee49d23d376aeea24269f7605fcaa7fbd326c04cda4e31b8eb7fa15a540ef44
    sha256sums = c6f691aa91afbaab811a369fe729f61d8e5b58bb5ad79a45446c9ee849c1a60b
    sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 093e07b..ed47212 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -56,7 +56,7 @@ _busybox_ver=1.32.0             # (Jun 2020) old! FIXME
 _crypt_ver=1.7.5                # (Apr 2017) old! FIXME for veritysetup
 _lunzip_ver=1.11                # (Jan 2019) old! FIXME
 _wimboot_ver=2.7.3              # (Apr 2021) old! FIXME
-pkgrel=3
+pkgrel=4
 pkgdesc="A new bootable USB solution"
 arch=(x86_64)
 url="https://www.ventoy.net/"
@@ -135,7 +135,7 @@ noextract=(
 )
 sha256sums=('2557ccdeaf8b0e517087afb63f65c4e2a32ef3f15bd196b7f828d93d586ca7b9'
             'e5292496995ad42dabe843a0192cf2a2c502e7ffcc7479398232b10a472df77d'
-            '789851a70038c9ed2db61181cd1c20243b41b246a8efe77f2af8a41fb22a52c9'
+            'db2a9018392a3984d1e1e649bde0ffc19c90fa4d96b9fd2d4caaf9c1ca2af68b'
             '5ee49d23d376aeea24269f7605fcaa7fbd326c04cda4e31b8eb7fa15a540ef44'
             'c6f691aa91afbaab811a369fe729f61d8e5b58bb5ad79a45446c9ee849c1a60b'
             'SKIP' # Cannot rely on GitHub to maintain a stable patch checksum
-- 
2.48.0

atlimar commented on 2025-01-13 09:46 (UTC) (edited on 2025-01-13 09:47 (UTC) by atlimar)

installing this package from scratch still errors, I don't know how to run "updpkgsums" when installing from AUR via paru. First time I install, so I presume I can't have an old patch version lying around to delete.

==> ERROR: One or more files did not pass the validity check! error: failed to download sources for 'ventoy-1.0.99-3': error: packages failed to build: ventoy-1.0.99-3

earlybird commented on 2025-01-09 07:37 (UTC) (edited on 2025-01-09 07:42 (UTC) by earlybird)

Type "updpkgsums" and it will be ok

working pkgbuild - https://pastebin.com/uGydKEc6

Toolybird commented on 2024-11-08 23:14 (UTC)

The checksum for ventoy-grub-fix-build-with-binutils-2.36.patch changed due to savannah.gnu.org updating their cgit version. It's already fixed with this commit. If you are getting a validation failure, you have the old version of the patch lying around. Just delete it.

ugjka commented on 2024-11-08 16:59 (UTC)

==> Validating source files with sha256sums... ventoy-1.0.99.tar.gz ... Passed grub-2.04.tar.xz ... Passed ventoy-grub-fix-build-with-binutils-2.36.patch ... FAILED [...]

niluzz commented on 2024-11-06 16:57 (UTC)

quase 1h de compilação, doidera total

dreieck commented on 2024-11-03 17:55 (UTC)

Source checksum verification for ventoy-grub-fix-build-with-binutils-2.36.patch fails:

==> Validating source files with sha256sums...
    ventoy-1.0.99.tar.gz ... Passed
    grub-2.04.tar.xz ... Passed
    ventoy-grub-fix-build-with-binutils-2.36.patch ... FAILED
[...]

Regards!