Skip to content

Commit

Permalink
rust: update to 1.68.1
Browse files Browse the repository at this point in the history
removes 0013-revert-lib-host-symlink.patch
which is fixed by rust-lang/rust#109111
  • Loading branch information
filnet committed Mar 24, 2023
1 parent 38d4fd0 commit d4bc597
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions mingw-w64-rust/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
"${MINGW_PACKAGE_PREFIX}-rust-docs")
pkgver=1.68.0
pkgver=1.68.1
pkgrel=1
pkgdesc="Systems programming language focused on safety, speed and concurrency (mingw-w64)"
arch=('any')
Expand Down Expand Up @@ -40,18 +40,16 @@ source=("https://static.rust-lang.org/dist/${_realname}c-${pkgver}-src.tar.gz"{,
"0007-clang-subsystem.patch"
"0008-disable-self-contained.patch"
"0011-disable-uac-for-installer.patch"
"0012-revert-install-llvm-tools.patch"
"0013-revert-lib-host-symlink.patch")
sha256sums=('eaf4d8b19f23a232a4770fb53ab5e7acdedec11da1d02b0e5d491ca92ca96d62'
"0012-revert-install-llvm-tools.patch")
sha256sums=('ccb051df5701d4c588e3d0558f83e73e7eea0a9b165dab3e39dd2db8a6a25d03'
'SKIP'
'7cb1773c288ffb1c1e751edc49b1890c84bf9c362742bc5225d19d474edb73a0'
'36c531c73a2c12b3e66aa22526a404c3f770f1ab7e0e76c55af6fcc1a17e46fe'
'c4e5ffeef84296d39c3e3e8f807fc8b33ce786b1e4edb21eef26b053586aca27'
'0784c4cb3d205ff233e61c89ce2a298b7ad2f68234b13854612d83e085fed569'
'a214cd8394ab7416fd170c7fa05daf701a5357d38e4e54149370e6efff208e50'
'e72ee077cd62bfc24c592a12ca27242d24ee14237d414c7e8fc4004bf8b031b8'
'7122afd200518a39e4ff84cd6366bebd0e432970bb0215bdf669c7088df70794'
'c06c2542ac243bbb6feec6248ac282b1ad146c8668e38b2d101967e3a62c878d')
'7122afd200518a39e4ff84cd6366bebd0e432970bb0215bdf669c7088df70794')
validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE' # Rust Language (Tag and Release Signing Key) <rust-key@rust-lang.org>
'474E22316ABF4785A88C6E8EA2C794A986419D8A' # Tom Stellard <tstellar@redhat.com>
'B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg <hans@chromium.org>
Expand Down Expand Up @@ -92,8 +90,7 @@ prepare() {
0004-unbundle-gcc.patch \
0005-win32-config.patch \
0008-disable-self-contained.patch \
0012-revert-install-llvm-tools.patch \
0013-revert-lib-host-symlink.patch
0012-revert-install-llvm-tools.patch

if [[ $MINGW_PACKAGE_PREFIX == *-clang-i686 || $MINGW_PACKAGE_PREFIX == *-clang-x86_64 ]]; then
apply_patch_with_msg \
Expand Down

0 comments on commit d4bc597

Please sign in to comment.