Skip to content

Commit

Permalink
dust: update to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny authored and Biswa96 committed Jan 10, 2024
1 parent 65f8f7b commit 8ec8eb1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions mingw-w64-dust/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,26 @@
_realname=dust
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.8.6
pkgrel=2
pkgver=0.9.0
pkgrel=1
pkgdesc="A more intuitive version of du in rust (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://github.com/bootandy/dust'
license=(spdx:Apache-2.0)
makedepends=(
"${MINGW_PACKAGE_PREFIX}-rust"
msys2_references=(
'archlinux: dust'
)
license=('spdx:Apache-2.0')
makedepends=("${MINGW_PACKAGE_PREFIX}-rust")
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")
source=("${url}/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz"
"ntapi-link-ntdll-arm64.patch")
sha256sums=('feede818e814011207c5bfeaf06dd9fc95825c59ab70942aa9b9314791c5d6b6'
sha256sums=('70efd66e662fcd93bbc6cf2f8c3104a1de7e52090f709e9040a34bdc7c72ea9c'
'4a6a64884fd7e3da96b1df71adfe12fc909cd85470eb382d6282f5e2b5645fe1')

prepare() {
cd "${srcdir}/${_realname}-${pkgver}"
${MINGW_PREFIX}/bin/cargo update -p [email protected] --precise 0.48.1

cargo vendor \
--locked \
--versioned-dirs
Expand All @@ -39,7 +40,6 @@ END
}

build() {
cd "${srcdir}"
cp -r ${_realname}-${pkgver} build-${MSYSTEM}
cd build-${MSYSTEM}
${MINGW_PREFIX}/bin/cargo build \
Expand Down

0 comments on commit 8ec8eb1

Please sign in to comment.