makedeb
Simple tool that enables you to create your own USB stick Windows installer
Click here to go back to the commit logs for woeusb-ng.
Hash: dfb558626552725bc594725f7458c688310992c5
Message: Add missing dependency
diff --git a/.SRCINFO b/.SRCINFO
index 8293969..ccd8966 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb
pkgname = woeusb-ng
pkgbase = woeusb-ng
pkgdesc = Simple tool that enables you to create your own USB stick Windows installer
-pkgrel = 2
+pkgrel = 3
pkgver = 0.2.10
url = https://github.com/WoeUSB/WoeUSB-ng
arch = any
@@ -13,6 +13,7 @@ depends = grub2-common
depends = ntfs-3g
depends = p7zip-full
depends = parted
+depends = python3-setuptools
depends = python3-termcolor
depends = python3-wxgtk4.0
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index d072098..49eb67d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
pkgname=woeusb-ng
pkgver=0.2.10
-pkgrel=2
+pkgrel=3
pkgdesc='Simple tool that enables you to create your own USB stick Windows installer'
arch=('any')
depends=(
@@ -11,6 +11,7 @@ depends=(
'ntfs-3g'
'p7zip-full'
'parted'
+ 'python3-setuptools'
'python3-termcolor'
'python3-wxgtk4.0'
)