0.1.6-2: add conflicts=windows2usb-git
This commit is contained in:
3
.SRCINFO
3
.SRCINFO
@@ -1,7 +1,7 @@
|
||||
pkgbase = windows2usb
|
||||
pkgdesc = Windows 7/8/8.1/10 ISO to Flash Drive burning utility for Linux (MBR/GPT, BIOS/UEFI, FAT32/NTFS)
|
||||
pkgver = 0.1.6
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/ValdikSS/windows2usb
|
||||
arch = any
|
||||
license = Apache
|
||||
@@ -12,6 +12,7 @@ pkgbase = windows2usb
|
||||
depends = util-linux
|
||||
depends = p7zip
|
||||
depends = ms-sys
|
||||
conflicts = windows2usb-git
|
||||
source = git+https://github.com/ValdikSS/windows2usb.git#tag=0.1.6
|
||||
source = https://github.com/pbatard/rufus/raw/master/res/uefi/uefi-ntfs.img
|
||||
sha512sums = SKIP
|
||||
|
4
PKGBUILD
4
PKGBUILD
@@ -1,7 +1,7 @@
|
||||
# Maintainer: K900 <me@0upti.me>
|
||||
pkgname=windows2usb
|
||||
pkgver=0.1.6
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
|
||||
pkgdesc="Windows 7/8/8.1/10 ISO to Flash Drive burning utility for Linux (MBR/GPT, BIOS/UEFI, FAT32/NTFS)"
|
||||
arch=("any")
|
||||
@@ -10,6 +10,8 @@ license=("Apache")
|
||||
|
||||
depends=("bash" "awk" "ntfs-3g" "dosfstools" "util-linux" "p7zip" "ms-sys")
|
||||
|
||||
conflicts=("windows2usb-git")
|
||||
|
||||
source=(
|
||||
"git+https://github.com/ValdikSS/windows2usb.git#tag=${pkgver}"
|
||||
"https://github.com/pbatard/rufus/raw/master/res/uefi/uefi-ntfs.img"
|
||||
|
Reference in New Issue
Block a user