Skip to content
Snippets Groups Projects
Verified Commit a46976d3 authored by Caleb Maclennan's avatar Caleb Maclennan
Browse files

upgpkg: 1.0.0-1

parent 06e1269c
No related branches found
No related tags found
No related merge requests found
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
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment