Search Criteria
Package Details: woeusb-ng 0.2.7-2
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: | |
Conflicts: | |
Provides: | |
Submitter: | Waxy |
Maintainer: | Waxy |
Last Packager: | Waxy |
Votes: | 132 |
Popularity: | 0.90 |
First Submitted: | 2020-07-24 20:28 |
Last Updated: | 2021-02-06 19:43 |
Dependencies (11)
- dosfstools (dosfstools-git)
- grub (trustedgrub2-git, grub-f2fs, trustedgrub2, grub-linux-default, grub-coreos, grub-luks-keyfile, grub-blscfg, grub-git, grub-xen-git, grub-silent, grub-libzfs)
- ntfs-3g (ntfs-3g-fuse, ufsd-pro-dkms, ntfs-3g-ar)
- p7zip (p7zip-natspec, p7zip-jinfeihan57-git)
- parted (parted-git, libparted)
- python (python-dbg)
- python-pip
- python-termcolor (python-termcolor-git)
- python-wxpython
- xdg-utils (mimi-git, sx-open, busking-git, xdg-utils-git, linopen, xdg-utils-terminal-true-git, xdg-utils-mimeo, xdg-utils-handlr, xdg-utils-slock, mimi-bachoseven-git, mimejs-git)
- python-setuptools (make)
Latest Comments
1 2 3 4 5 6 Next › Last »
ZorinArch commented on 2021-02-07 09:06
Hi, Please add
Categories=Utility;
toWoeUSB-ng.desktop
tioguda commented on 2021-02-06 18:10
You forgot to add com.github.woeusb.woeusb-ng.policy as a source, and you need to correct the path for it.
gregmuellegger commented on 2020-12-23 12:00
On run, it reported that
termcolor
is missing:After installing ´community/python-termcolor` it worked as expected. So maybe this lists is missing a hard dependency specification?
Or its a bug in the code as the first message indicates that termcolor is optional.
hashworks commented on 2020-12-23 11:03
Won't build in a chroot env:
Waxy commented on 2020-11-10 20:44
Thank you.
xiretza commented on 2020-11-10 19:52
You need to update
.SRCINFO
.Waxy commented on 2020-11-10 18:53
I've updated the url, but url on the page is still the same, I hope that it will update the displayed link soon.
fredboy commented on 2020-11-09 08:30
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
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
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.