Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
dust
Commits:
a46976d3 by Caleb Maclennan at 2024-03-26T01:57:10+03:00
upgpkg: 1.0.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 = 0.9.0
- pkgrel = 2
+ pkgver = 1.0.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=v0.9.0
- sha256sums =
a7abd4d9f10beb72dbb6b45ca7fe7be1d3bc7cf276d9cf71c0eb4d7e96e63538
+ source = dust::git+https://github.com/bootandy/dust#tag=v1.0.0
+ sha256sums =
9a4a338116d7c0078524ecc490a02ec28b6c77bb9081b7518fb76c7494a5957f
pkgname = dust
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Knut Ahlers <knut at ahlers dot me>
pkgname=dust
-pkgver=0.9.0
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
pkgdesc='A more intuitive version of du in rust'
arch=('x86_64')
url='https://github.com/bootandy/dust'
@@ -12,7 +12,7 @@ license=('Apache-2.0')
depends=('gcc-libs' 'glibc')
makedepends=('cargo' 'git')
source=("$pkgname::git+$url#tag=v$pkgver")
-sha256sums=('a7abd4d9f10beb72dbb6b45ca7fe7be1d3bc7cf276d9cf71c0eb4d7e96e63538')
+sha256sums=('9a4a338116d7c0078524ecc490a02ec28b6c77bb9081b7518fb76c7494a5957f')
prepare() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dust/-/commit/a46976d3aa5cb611411571df5e394ccae29f63e1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dust/-/commit/a46976d3aa5cb611411571df5e394ccae29f63e1
You're receiving this email because of your account on gitlab.archlinux.org.