From ebc8f128630b8d7015196d43cb2b94143bd172f2 Mon Sep 17 00:00:00 2001 From: K900 Date: Wed, 19 Aug 2020 10:08:38 +0300 Subject: [PATCH] 0.1.6-2: add conflicts=windows2usb-git --- .SRCINFO | 3 ++- PKGBUILD | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index b9a7908..94245bc 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index ea41aea..186fc41 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: K900 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"