libaec: swap patch order

This commit is contained in:
Miloš Komarčević
2020-10-06 15:13:43 +02:00
parent a925f4360f
commit 4d3553d9b4
2 changed files with 6 additions and 6 deletions

View File

@@ -17,16 +17,16 @@ replaces=("${MINGW_PACKAGE_PREFIX}-szip")
options=('staticlibs' 'strip')
_md5=ea0b7d197a950b0c110da8dfdecbb71f
source=("${url}/uploads/${_md5}/${_realname}-${pkgver}.tar.gz"
"0001-fix-static-build.patch"::"${url}/-/commit/0c7c88e63771d7d7286b5dd7d027160140df012f.diff"
"0002-build-tests-off.patch")
"0001-build-tests-off.patch"
"0002-fix-static-build.patch"::"${url}/-/commit/0c7c88e63771d7d7286b5dd7d027160140df012f.diff")
sha256sums=('f2b1b232083bd8beaf8a54a024225de3dd72a673a9bcdf8c3ba96c39483f4309'
'b72f577427442b7bfc443ee9fcda1e4fd07a61be8b15d8cc13def0037d01a7e5'
'eb6193e1b717d480d9dfbaa116afdad57640386734dc41fda6c9a2053540e02b')
'eb6193e1b717d480d9dfbaa116afdad57640386734dc41fda6c9a2053540e02b'
'b72f577427442b7bfc443ee9fcda1e4fd07a61be8b15d8cc13def0037d01a7e5')
prepare() {
cd "${srcdir}/${_realname}-${pkgver}"
patch -p1 -i ${srcdir}/0001-fix-static-build.patch
patch -p1 -i ${srcdir}/0002-build-tests-off.patch
patch -p1 -i ${srcdir}/0001-build-tests-off.patch
patch -p1 -i ${srcdir}/0002-fix-static-build.patch
}
build() {