Skip to content

Commit

Permalink
rust-analyzer: update to 20240923
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny authored Sep 24, 2024
1 parent 99f2adb commit f47229e
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-09-16
_pkgver=2024-09-23
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=('4eeb66a8000cde9dd5bc77fba0f99e1f07f9800708d8dcee602adc21593a60dd')
sha256sums=('56c5b5dd8a222cbb92904c5d58730924208c2b3a4fbceeb85014e7bf4fd27d1a')

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

0 comments on commit f47229e

Please sign in to comment.