Skip to content

Commit

Permalink
xz: update to 5.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Nov 2, 2023
1 parent ebf3231 commit 9aba65d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions mingw-w64-xz/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,23 @@
_realname=xz
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=5.4.4
pkgver=5.4.5
pkgrel=1
pkgdesc="Library and command line tools for XZ and LZMA compressed files (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
msys2_references=(
'archlinux: xz'
)
msys2_repository_url="https://github.com/tukaani-project/xz/"
url="https://tukaani.org/xz"
# TODO: check situation with getopt_long mentioned in COPYING for possible
# removal of LGPL from this field
license=(partial:'PublicDomain' partial:'LGPL2.1+' partial:'GPL2+')
makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-autotools")
depends=("${MINGW_PACKAGE_PREFIX}-gettext")
source=("https://tukaani.org/xz/${_realname}-${pkgver}.tar.xz"{,.sig})
sha256sums=('705d0d96e94e1840e64dec75fc8d5832d34f6649833bec1ced9c3e08cf88132e'
sha256sums=('da9dec6c12cf2ecf269c31ab65b5de18e8e52b96f35d5bcd08c12b43e6878803'
'SKIP')
validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620' # Lasse Collin <[email protected]>
'22D465F2B4C173803B20C6DE59FCF207FEA7F445') # Jia Tan <[email protected]>
Expand Down

0 comments on commit 9aba65d

Please sign in to comment.