This package obviously conflicts with woeusb-git, so I added it to the provides and conflicts arrays. Technically, woeusb-git is suppossed to conflict with woeusb. [1] That is why the conflicts/provides arrays were empty. On the other hand, woeusb-git is far more popular at the moment, so I updated these arrays anyway. [1] https://wiki.archlinux.org/index.php/PKGBUILD#conflicts
23 lines
588 B
Plaintext
23 lines
588 B
Plaintext
pkgbase = woeusb
|
|
pkgdesc = A Linux program to create Windows USB stick installer from a real Windows DVD or an image
|
|
pkgver = 3.2.1
|
|
pkgrel = 2
|
|
url = https://github.com/slacka/WoeUSB
|
|
arch = x86_64
|
|
license = GPL3
|
|
makedepends = git
|
|
depends = wxgtk2
|
|
depends = grub
|
|
depends = dosfstools
|
|
depends = parted
|
|
depends = wget
|
|
depends = ntfs-3g
|
|
optdepends = gksu
|
|
provides = woeusb-git
|
|
conflicts = woeusb-git
|
|
source = woeusb-3.2.1::https://github.com/slacka/WoeUSB/archive/v3.2.1.tar.gz
|
|
sha256sums = 4016e79892524a29d855fecb7027a680844ae71aff95baf766dce64771c2b930
|
|
|
|
pkgname = woeusb
|
|
|