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: 1a3dff993d35c48ca013ec81b09651cacceb9106
Message: Fix GRUB dependency to work on any system
diff --git a/.SRCINFO b/.SRCINFO
index ccd8966..5f4d858 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,13 +2,13 @@ generated-by = makedeb
pkgname = woeusb-ng
pkgbase = woeusb-ng
pkgdesc = Simple tool that enables you to create your own USB stick Windows installer
-pkgrel = 3
+pkgrel = 4
pkgver = 0.2.10
url = https://github.com/WoeUSB/WoeUSB-ng
arch = any
conflicts = woeusb
depends = dosfstools
-depends = grub-pc-bin
+depends = grub-pc
depends = grub2-common
depends = ntfs-3g
depends = p7zip-full
diff --git a/PKGBUILD b/PKGBUILD
index 49eb67d..f942c24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
pkgname=woeusb-ng
pkgver=0.2.10
-pkgrel=3
+pkgrel=4
pkgdesc='Simple tool that enables you to create your own USB stick Windows installer'
arch=('any')
depends=(
'dosfstools'
- 'grub-pc-bin'
+ 'grub-pc'
'grub2-common'
'ntfs-3g'
'p7zip-full'