Package Details: woeusb-ng 0.2.12-3

Git Clone URL: https://aur.archlinux.org/woeusb-ng.git (read-only, click to copy)
Package Base: woeusb-ng
Description: Simple tool that enable you to create your own usb stick with Windows installer.
Upstream URL: https://github.com/WoeUSB/WoeUSB-ng
Keywords: Windows WoeUSB WoeUSB-ng
Licenses: GPL3
Conflicts: woeusb, woeusb-git
Provides: woeusb
Submitter: Waxy
Maintainer: barbuk
Last Packager: barbuk
Votes: 183
Popularity: 2.07
First Submitted: 2020-07-24 20:28 (UTC)
Last Updated: 2023-06-10 12:07 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

Kage-Yami commented on 2020-07-26 12:39 (UTC)

Looks like the url in the PKGBUILD is being treated as a relative URL and so is trying to go somewhere on aur.archlinux.org, instead of the GitHub repository.

aminvakil commented on 2020-03-26 10:50 (UTC)

@himanshuxd

https://wiki.archlinux.org/index.php/VCS_package_guidelines#Guidelines

Because the sources are not static, skip the checksum in md5sums=() by adding 'SKIP'.

himanshuxd commented on 2020-03-25 20:57 (UTC)

md5sums=('SKIP')

Why?

^

DragonX256 commented on 2019-04-17 08:27 (UTC)

@damian101 stop making git-packages OOD. This package updates to the latest commit of source code repository. That basically means what package always be updated.

DragonX256 commented on 2019-03-27 17:22 (UTC)

@pappl It's described in official VCS Package Guidelines: Because the sources are not static, skip the checksum in md5sums=() by adding 'SKIP'.

pappl commented on 2019-03-27 17:07 (UTC)

md5sums=('SKIP')

Why?