summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2022-12-14 06:59:53 +0330
committerMohammadreza Abdollahzadeh2022-12-14 06:59:53 +0330
commitef77657d582ac4297c081c0a3056a09ca21ab371 (patch)
treef5dd70a6c06f90f4bf761eaf9ac7ffe430435578
parent1d73eea86f4f0b3de1b484699a7c62a1944e51ec (diff)
downloadaur-windows2usb-git.tar.gz
upgpkg: windows2usb-git 0.2.4.r0.g68de917-1
upstream release
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43ba090b8ef5..0255b2a5c7ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = windows2usb-git
- pkgdesc = Windows 7/8/8.1/10 ISO to Flash Drive burning utility for Linux (MBR/GPT, BIOS/UEFI, FAT32/NTFS) - git version
- pkgver = 0.2.1.r0.g9f855fa
- pkgrel = 2
+ pkgdesc = Windows 7/8/8.1/10/11 ISO to Flash Drive burning utility for Linux (MBR/GPT, BIOS/UEFI, FAT32/NTFS) - git version
+ pkgver = 0.2.4.r0.g68de917
+ pkgrel = 1
url = https://github.com/ValdikSS/windows2usb
arch = any
- license = Apache
+ license = Apache-2
makedepends = git
depends = bash
depends = awk
@@ -15,9 +15,9 @@ pkgbase = windows2usb-git
depends = ms-sys
provides = windows2usb
conflicts = windows2usb
- source = windows2usb::git+https://github.com/ValdikSS/windows2usb.git
+ source = windows2usb::git+https://github.com/ValdikSS/windows2usb
source = https://github.com/pbatard/rufus/raw/master/res/uefi/uefi-ntfs.img
sha256sums = SKIP
- sha256sums = 5c7e7aa34261b17ebc82885dab44ce4af0c2397fef9d406a1063f5329b287751
+ sha256sums = 3d15257c21956efc566db9b11eb1b9f1fe176b379457c5689c90ed74c5fa00de
pkgname = windows2usb-git
diff --git a/PKGBUILD b/PKGBUILD
index df8fb95d706b..d74b61004f12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,20 @@
# Contributor: Frederic Bezies <fredbezies at gmail dot com>
# Contributor: K900 <me@0upti.me>
pkgname=windows2usb-git
-pkgver=0.2.1.r0.g9f855fa
-pkgrel=2
-pkgdesc="Windows 7/8/8.1/10 ISO to Flash Drive burning utility for Linux (MBR/GPT, BIOS/UEFI, FAT32/NTFS) - git version"
+pkgver=0.2.4.r0.g68de917
+pkgrel=1
+pkgdesc="Windows 7/8/8.1/10/11 ISO to Flash Drive burning utility for Linux (MBR/GPT, BIOS/UEFI, FAT32/NTFS) - git version"
arch=("any")
url="https://github.com/ValdikSS/windows2usb"
-license=("Apache")
+license=("Apache-2")
depends=("bash" "awk" "ntfs-3g" "dosfstools" "util-linux" "p7zip" "ms-sys")
makedepends=("git")
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=("${pkgname%-git}::git+${url}.git"
+source=("${pkgname%-git}::git+${url}"
"https://github.com/pbatard/rufus/raw/master/res/uefi/uefi-ntfs.img")
sha256sums=('SKIP'
- '5c7e7aa34261b17ebc82885dab44ce4af0c2397fef9d406a1063f5329b287751')
+ '3d15257c21956efc566db9b11eb1b9f1fe176b379457c5689c90ed74c5fa00de')
pkgver() {
cd "${pkgname%-git}"