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: fc7379fec107becfe83eb57f868f23fcdaa64316
Message: Add missing dependencies
diff --git a/.SRCINFO b/.SRCINFO
index 51de23b..8293969 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,16 +2,22 @@ generated-by = makedeb
pkgname = woeusb-ng
pkgbase = woeusb-ng
pkgdesc = Simple tool that enables you to create your own USB stick Windows installer
-pkgrel = 1
+pkgrel = 2
pkgver = 0.2.10
url = https://github.com/WoeUSB/WoeUSB-ng
arch = any
conflicts = woeusb
+depends = dosfstools
depends = grub-pc-bin
depends = grub2-common
+depends = ntfs-3g
depends = p7zip-full
+depends = parted
+depends = python3-termcolor
depends = python3-wxgtk4.0
license = GPL3
+optdepends = r!python3-termcolor
provides = woeusb
source = https://github.com/WoeUSB/WoeUSB-ng/archive/refs/tags/v0.2.10.tar.gz
sha256sums = SKIP
+optdepends = r!python3-termcolor
diff --git a/PKGBUILD b/PKGBUILD
index 5c75fc6..d072098 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,25 @@
# Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
pkgname=woeusb-ng
pkgver=0.2.10
-pkgrel=1
+pkgrel=2
pkgdesc='Simple tool that enables you to create your own USB stick Windows installer'
arch=('any')
depends=(
+ 'dosfstools'
'grub-pc-bin'
'grub2-common'
+ 'ntfs-3g'
'p7zip-full'
+ 'parted'
+ 'python3-termcolor'
'python3-wxgtk4.0'
)
-conflicts=('woeusb')
+optdepends=(
+ 'r!python3-termcolor'
+)
+conflicts=(
+ 'woeusb'
+)
provides=('woeusb')
license=('GPL3')
url='https://github.com/WoeUSB/WoeUSB-ng'