File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
_realname=rufus
4
4
pkgbase=mingw-w64-${_realname}
5
5
pkgname=" ${MINGW_PACKAGE_PREFIX} -${_realname} "
6
- pkgver=4.6
6
+ pkgver=4.7
7
7
pkgrel=1
8
8
pkgdesc=" The Reliable USB Formatting Utility (mingw-w64)"
9
9
arch=(' any' )
@@ -14,7 +14,7 @@ license=('spdx:GPL-3.0-or-later')
14
14
makedepends=(" ${MINGW_PACKAGE_PREFIX} -autotools"
15
15
" ${MINGW_PACKAGE_PREFIX} -cc" )
16
16
source=(" ${msys2_repository_url} /archive/v${pkgver} /${_realname} -${pkgver} .tar.gz" )
17
- sha256sums=(' 4cec02a5f1400d7b5b5696fcd0eb90615d9d913f0ead2680d6d9411ee23875cf ' )
17
+ sha256sums=(' a1782230b7cc980155cd7e00c69054b7a0a9a2e39d8ffadabf14299d3b51ea0c ' )
18
18
19
19
build () {
20
20
mkdir -p " build-${MSYSTEM} " && cd " build-${MSYSTEM} "
@@ -24,7 +24,7 @@ build() {
24
24
--enable-silent-rules \
25
25
--disable-debug
26
26
27
- make
27
+ make -j1
28
28
}
29
29
30
30
package () {
You can’t perform that action at this time.
0 commit comments