summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBarbUk2023-06-10 14:07:48 +0200
committerBarbUk2023-06-10 14:07:48 +0200
commit7ec301831d8e6c28a9fb795fbfbb9e2de9689b92 (patch)
tree9a08ee50009ac8d5dbb47793210f767a9cb4fdcc /PKGBUILD
parent5e504b50a16d6a3dc96ead251c1343a2991bb6b1 (diff)
downloadaur-woeusb-ng.tar.gz
Replace ntfs-3g by ntfsprogs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a731bbf64aa5..870ea21e7765 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jakub SzymaƄski <jakubmateusz@poczta.onet.pl>
pkgname=woeusb-ng
pkgver=0.2.12
-pkgrel=2
+pkgrel=3
pkgdesc="Simple tool that enable you to create your own usb stick with Windows installer."
arch=('any')
url="https://github.com/WoeUSB/WoeUSB-ng"
@@ -9,7 +9,7 @@ license=('GPL3')
depends=(
'parted'
'dosfstools'
- 'ntfs-3g'
+ 'ntfsprogs'
'grub'
'p7zip'
'python'