fix PKGBUILD

This commit is contained in:
Mohammadreza Abdollahzadeh
2022-04-28 08:26:04 +04:30
parent fa9537e4e8
commit 3146abdf9f
2 changed files with 3 additions and 3 deletions

View File

@@ -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.2.1
pkgrel = 1
pkgrel = 2
url = https://github.com/ValdikSS/windows2usb
arch = any
license = Apache

View File

@@ -2,7 +2,7 @@
# Contributor: K900 <me@0upti.me>
pkgname=windows2usb
pkgver=0.2.1
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")
url="https://github.com/ValdikSS/windows2usb"
@@ -16,7 +16,7 @@ sha512sums=('SKIP'
'bfdf696ffc967e93aebdd480b40a585e6d03b5660fd07ab9b06bfad6279e0b7f8e371b3c1d9081779721c1085faf86657bbc9003a7cb35b459f36e68743f3850')
package() {
install -D -t "${pkgdir}/usr/share/${pkgname}/uefi-ntfs.img" -m 644 uefi-ntfs.img
install -D -t "${pkgdir}/usr/share/${pkgname}/" -m 644 uefi-ntfs.img
install -D -t "${pkgdir}/usr/bin/" -m 755 ${pkgname}/${pkgname}
}
# vim: ts=4 sw=4: