Search Criteria
Package Details: woeusb-ng 0.2.12-3
Package Actions
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: | 185 |
Popularity: | 2.11 |
First Submitted: | 2020-07-24 20:28 (UTC) |
Last Updated: | 2023-06-10 12:07 (UTC) |
Dependencies (14)
- dosfstools (dosfstools-gitAUR)
- grub (grub-coreosAUR, grub-xen-gitAUR, grub-luks-keyfileAUR, grub-gitAUR, grub-grubenv-btrfsAUR, grub-libzfsAUR, grub-silentAUR, grub-improved-luks2-gitAUR)
- ntfsprogs (ntfs-3g)
- p7zip (p7zip-full-binAUR, p7zip-natspecAUR, 7zip)
- parted (parted-gitAUR)
- python (python37AUR)
- python-pip
- python-termcolor
- python-wxpython (python-wxpython-gitAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »
fredboy commented on 2020-11-09 08:30 (UTC) (edited on 2020-11-09 08:31 (UTC) by fredboy)
Please, fix upstream link, it points to "https://aur.archlinux.org/packages/woeusb-ng/github.com/WoeUSB/WoeUSB-ng" when you click it.
xiretza commented on 2020-10-19 12:09 (UTC) (edited on 2020-10-19 12:17 (UTC) by xiretza)
Why does this package clone the git repo, then check out the tag, instead of downloading the release tarball (https://github.com/WoeUSB/WoeUSB-ng/archive/v0.2.5.tar.gz)?
Edit: also, the patch file needs to be in
sources=
, must be referenced as "$srcdir/AUR.patch", and patching should happen inprepare()
. Please test-build your packages in a clean chroot to make sure they at least aren't grossly incorrect.Kage-Yami commented on 2020-07-26 12:39 (UTC)
Looks like the
url
in thePKGBUILD
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?
« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »