Skip to content

Commit

Permalink
rust-analyzer: update 20241111
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny authored Nov 13, 2024
1 parent 23db411 commit 273cea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-rust-analyzer/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=rust-analyzer
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
_pkgver=2024-10-28
_pkgver=2024-11-11
pkgver=${_pkgver//-}
pkgrel=1
pkgdesc="A Rust compiler front-end for IDEs (mingw-w64)"
Expand All @@ -16,7 +16,7 @@ conflicts=("${MINGW_PACKAGE_PREFIX}-rust<1.80.0-2")
depends=("${MINGW_PACKAGE_PREFIX}-rust-src")
makedepends=('git')
source=("git+${msys2_repository_url}.git#tag=${_pkgver}")
sha256sums=('dc340f0656e41c1772ddd0ec603c32119a71c6cb29b2f4e34aea5a2a151d017e')
sha256sums=('f2be308874471e24da70f04fd4379238ee1da6e07d9f59d0056fbe0b378f4d4d')

prepare() {
cd "${_realname}"
Expand Down

0 comments on commit 273cea9

Please sign in to comment.