From 19faa85b4bdbfd5f0573d302a3f146b6c4fab51f Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 19 Jun 2022 09:49:20 +0200 Subject: [PATCH] some libdeflate rebuilds the static lib had ABI breaks --- mingw-w64-htslib/PKGBUILD | 2 +- mingw-w64-libtiff/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-htslib/PKGBUILD b/mingw-w64-htslib/PKGBUILD index b21b24b8ca..345c7d8837 100644 --- a/mingw-w64-htslib/PKGBUILD +++ b/mingw-w64-htslib/PKGBUILD @@ -4,7 +4,7 @@ _realname=htslib pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=1.15.1 -pkgrel=1 +pkgrel=2 pkgdesc="library for high-throughput sequencing data formats" arch=('any') mingw_arch=('mingw64' 'ucrt64') diff --git a/mingw-w64-libtiff/PKGBUILD b/mingw-w64-libtiff/PKGBUILD index 8c5e3a4703..a7e319f6b3 100644 --- a/mingw-w64-libtiff/PKGBUILD +++ b/mingw-w64-libtiff/PKGBUILD @@ -5,7 +5,7 @@ _realname=libtiff pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=4.4.0 -pkgrel=1 +pkgrel=2 pkgdesc="Library for manipulation of TIFF images (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')