Skip to content

Instantly share code, notes, and snippets.

@peterhoeg
Created January 25, 2016 05:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterhoeg/9af91fc878386eb4d631 to your computer and use it in GitHub Desktop.
Save peterhoeg/9af91fc878386eb4d631 to your computer and use it in GitHub Desktop.
diff --git a/.SRCINFO b/.SRCINFO
index d06bcbe..bb224af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jan 13 13:48:23 UTC 2016
+# Mon Jan 25 05:55:11 UTC 2016
pkgbase = winusb
pkgdesc = Simple tool to create a usb stick installer for Windows (Vista and above)
pkgver = 1.0.11
- pkgrel = 3
+ pkgrel = 4
url = http://en.congelli.eu/prog_info_winusb.html
arch = i686
arch = x86_64
@@ -16,8 +16,10 @@ pkgbase = winusb
depends = parted
source = ftp://ftp.ru.debian.org/gentoo-distfiles/distfiles/winusb-1.0.11.tar.gz
source = findFile.patch
+ source = forceBios.patch
sha512sums = 4d60aa440b811d6fb0a5bb71155f689f767e976572736c324040651b77bfc58d883a98e95afdef63c3cd97b3a49027a059e8e70ebb1d23ba830d7251ac72ae42
sha512sums = 9138201df82ac3f256d3f461f6acfcba708bacfda75f623dc7c7f80bdfd08436404a9bb722f90ead548f0fc4e371d6b612d924ae218a3035418f0229955cd79e
+ sha512sums = c4d4fa4ead15af9d41ccd4e2b3cd8bd0424c1ffbab7b373de62b1c17c1cb079c10ea6f2e25e41724f1c6da683a84110bc275c78c603a1611ef831a204f3d7ed8
pkgname = winusb
diff --git a/PKGBUILD b/PKGBUILD
index 7ab7593..bb77750 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=winusb
pkgver=1.0.11
-pkgrel=3
+pkgrel=4
pkgdesc='Simple tool to create a usb stick installer for Windows (Vista and above)'
arch=('i686' 'x86_64')
url="http://en.congelli.eu/prog_info_winusb.html"
@@ -10,13 +10,16 @@ license=('GPL3')
depends=('wxgtk' 'grub' 'ntfs-3g' 'gksu' 'parted')
makedepends=('diffutils')
source=("ftp://ftp.ru.debian.org/gentoo-distfiles/distfiles/${pkgname}-${pkgver}.tar.gz"
- 'findFile.patch')
+ 'findFile.patch'
+ 'forceBios.patch')
sha512sums=('4d60aa440b811d6fb0a5bb71155f689f767e976572736c324040651b77bfc58d883a98e95afdef63c3cd97b3a49027a059e8e70ebb1d23ba830d7251ac72ae42'
- '9138201df82ac3f256d3f461f6acfcba708bacfda75f623dc7c7f80bdfd08436404a9bb722f90ead548f0fc4e371d6b612d924ae218a3035418f0229955cd79e')
+ '9138201df82ac3f256d3f461f6acfcba708bacfda75f623dc7c7f80bdfd08436404a9bb722f90ead548f0fc4e371d6b612d924ae218a3035418f0229955cd79e'
+ 'c4d4fa4ead15af9d41ccd4e2b3cd8bd0424c1ffbab7b373de62b1c17c1cb079c10ea6f2e25e41724f1c6da683a84110bc275c78c603a1611ef831a204f3d7ed8')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -Np1 -i "${srcdir}/findFile.patch"
+ patch -Np1 -i "${srcdir}/forceBios.patch"
}
build() {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment