summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD3
3 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47b6575c3cfc..7778e978863a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,8 @@ pkgbase = woeusb-git
depends = dosfstools
depends = parted
depends = wget
+ depends = ntfs-3g
+ depends = gksu
provides = woeusb
source = git+https://github.com/slacka/WoeUSB.git
md5sums = SKIP
diff --git a/.gitignore b/.gitignore
index 3eda0926f78f..4204106952e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
pkg/
src/
WoeUSB/
+*.pkg.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index e3e0e06b2c94..9a5a9c89b6d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ arch=('x86_64')
url="https://github.com/slacka/WoeUSB"
license=('GPL3')
groups=()
-depends=('wxgtk2' 'grub' 'wxgtk-common' 'dosfstools' 'parted' 'wget')
+depends=('wxgtk2' 'grub' 'wxgtk-common' 'dosfstools'
+ 'parted' 'wget' 'ntfs-3g' 'gksu')
makedepends=('git')
provides=("woeusb")
conflicts=("")