From 4d3553d9b4b8d97d49d9ef2ef1655a2c53673596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Komar=C4=8Devi=C4=87?= Date: Tue, 6 Oct 2020 15:13:43 +0200 Subject: [PATCH] libaec: swap patch order --- ...ld-tests-off.patch => 0001-build-tests-off.patch} | 0 mingw-w64-libaec/PKGBUILD | 12 ++++++------ 2 files changed, 6 insertions(+), 6 deletions(-) rename mingw-w64-libaec/{0002-build-tests-off.patch => 0001-build-tests-off.patch} (100%) diff --git a/mingw-w64-libaec/0002-build-tests-off.patch b/mingw-w64-libaec/0001-build-tests-off.patch similarity index 100% rename from mingw-w64-libaec/0002-build-tests-off.patch rename to mingw-w64-libaec/0001-build-tests-off.patch diff --git a/mingw-w64-libaec/PKGBUILD b/mingw-w64-libaec/PKGBUILD index dc5402155b..6621e98591 100644 --- a/mingw-w64-libaec/PKGBUILD +++ b/mingw-w64-libaec/PKGBUILD @@ -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() {