bzip3: update to 1.5.3 + add msys2_references

GitHub repository moved to new URL.
This commit is contained in:
Dirk Stolle 2025-08-14 02:57:55 +02:00
parent 96cefcdc3d
commit da97297a70

View File

@ -3,18 +3,25 @@
_realname=bzip3
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=1.5.2
pkgver=1.5.3
pkgrel=1
pkgdesc='A better and stronger spiritual successor to BZip2 (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://github.com/kspalaiologos/bzip3'
url='https://github.com/iczelia/bzip3'
msys2_changelog_url='https://github.com/iczelia/bzip3/blob/master/NEWS'
msys2_references=(
'anitya: 301351'
'archlinux: bzip3'
'cpe: cpe:2.3:a:bzip3_project:bzip3'
'gentoo: app-arch/bzip3'
)
license=('spdx:LGPL-3.0-or-later OR Apache-2.0')
depends=("${MINGW_PACKAGE_PREFIX}-libwinpthread")
makedepends=("${MINGW_PACKAGE_PREFIX}-autotools"
"${MINGW_PACKAGE_PREFIX}-cc")
source=(https://github.com/kspalaiologos/bzip3/releases/download/${pkgver}/bzip3-${pkgver}.tar.xz)
sha256sums=('58e3887151ba630cefc3cf9c6604ec158ec894eccacdddced6add48b844f4d4b')
source=(https://github.com/iczelia/bzip3/releases/download/${pkgver}/bzip3-${pkgver}.tar.xz)
sha256sums=('58a53d002eb80c6f74c292ddf37d4f53604f6e2126cb3ae2bff738971302aa85')
prepare() {
cd "${srcdir}/${_realname}-${pkgver}"