Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / dust
Commits: 8979676f by Caleb Maclennan at 2024-01-10T09:43:48+03:00 upgpkg: 0.9.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,14 @@ +pkgbase = dust + pkgdesc = A more intuitive version of du in rust + pkgver = 0.9.0 + pkgrel = 1 + url = https://github.com/bootandy/dust + arch = x86_64 + license = Apache + makedepends = git + makedepends = rust + depends = gcc-libs + source = dust::git+https://github.com/bootandy/dust#commit=fead40b6283255173345e3742c22e74f3dd30673 + b2sums = SKIP + +pkgname = dust ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ # Contributor: Knut Ahlers <knut at ahlers dot me> pkgname=dust -pkgver=0.8.6 -_commit='b8aab2df979004d13c84006e378297af10e20777' +pkgver=0.9.0 +_commit='fead40b6283255173345e3742c22e74f3dd30673' pkgrel=1 pkgdesc='A more intuitive version of du in rust' arch=('x86_64') @@ -18,7 +18,7 @@ b2sums=('SKIP') prepare() { cd "$pkgname" - cargo fetch --locked --target "$CARCH-unknown-linux-gnu" + cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')" } _pkgver() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dust/-/commit/8979676fe06f8521a9b091fe471b4ed41f97eb4b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dust/-/commit/8979676fe06f8521a9b091fe471b4ed41f97eb4b You're receiving this email because of your account on gitlab.archlinux.org.