Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
dust


Commits:
42304e98 by Caleb Maclennan at 2024-07-17T11:36:08+03:00
upgpkg: 1.1.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = dust
        pkgdesc = A more intuitive version of du in rust
-       pkgver = 1.0.0
-       pkgrel = 3
+       pkgver = 1.1.0
+       pkgrel = 1
        url = https://github.com/bootandy/dust
        arch = x86_64
        license = Apache-2.0
@@ -9,7 +9,7 @@ pkgbase = dust
        makedepends = git
        depends = gcc-libs
        depends = glibc
-       source = dust::git+https://github.com/bootandy/dust#tag=v1.0.0
-       sha256sums = 
9a4a338116d7c0078524ecc490a02ec28b6c77bb9081b7518fb76c7494a5957f
+       source = dust::git+https://github.com/bootandy/dust#tag=v1.1.0
+       sha256sums = 
e330374b1f572e21cf0feaba1f2370360e39b1f17f4f4898366f1d84f8c774a0
 
 pkgname = dust


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
 # Contributor: Knut Ahlers <knut at ahlers dot me>
 
 pkgname=dust
-pkgver=1.0.0
-pkgrel=3
+pkgver=1.1.0
+pkgrel=1
 pkgdesc='A more intuitive version of du in rust'
 arch=('x86_64')
 url='https://github.com/bootandy/dust'
@@ -12,11 +12,13 @@ license=('Apache-2.0')
 depends=('gcc-libs' 'glibc')
 makedepends=('cargo' 'git')
 source=("$pkgname::git+$url#tag=v$pkgver")
-sha256sums=('9a4a338116d7c0078524ecc490a02ec28b6c77bb9081b7518fb76c7494a5957f')
+sha256sums=('e330374b1f572e21cf0feaba1f2370360e39b1f17f4f4898366f1d84f8c774a0')
 
 prepare() {
   cd "$pkgname"
 
+  # Upstream lockfile out of sync, https://github.com/bootandy/dust/issues/418
+  sed -i -e '306s/1.0.0/1.1.0/' Cargo.lock
   cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dust/-/commit/42304e989d3f373c0c47bb839f4fc7f1187d10da

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dust/-/commit/42304e989d3f373c0c47bb839f4fc7f1187d10da
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to