Skip to content

Commit

Permalink
ruff: update to 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny committed Apr 2, 2024
1 parent ced3d3c commit 5b6f985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-ruff/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _realname=ruff
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
"${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.3.4
pkgver=0.3.5
pkgrel=1
pkgdesc="An extremely fast Python linter, written in Rust (mingw-w64)"
arch=('any')
Expand All @@ -22,7 +22,7 @@ makedepends=(
options=('!strip')
source=("${url}/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz"
"001-fix-building-with-gcc.patch")
sha256sums=('2354027cf56ab289bf3d498ea2f80707ef28b47765a50ea951270c325875a58e'
sha256sums=('44ec048e84335eaafb435c50edec83dbd1cd818fad4fe41d9c6e12a9837f0484'
'a266b1594ab3280525d7bce5adb91026c1e183696a4586255d4a0fcd008d41c2')
noextract=("${_realname}-${pkgver}.tar.gz")

Expand Down

0 comments on commit 5b6f985

Please sign in to comment.