summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-05-24 23:41:30 -0500
committerLuis Martinez2021-05-24 23:41:30 -0500
commite9f39cda8610c2bc24bfdf80bbb06c1f40b4ab47 (patch)
treec4a38fee271bc6defbd9d0ca90f9a9e09c6f9b80
parenta891c7b18db303357dfd5b1ed1e6cf4f80fb138c (diff)
downloadaur-e9f39cda8610c2bc24bfdf80bbb06c1f40b4ab47.tar.gz
add provides and conflicts
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7898f45f5e82..7a7c71b2e9bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = dutree-git
pkgdesc = A tool to analyze file system usage written in Rust
- pkgver = 0.2.16.r2.g83fc255
- pkgrel = 1
+ pkgver = 0.2.18.r0.g44e877d
+ pkgrel = 2
url = https://github.com/nachoparker/dutree
arch = x86_64
license = GPL3
makedepends = git
makedepends = cargo
depends = gcc-libs
+ provides = dutree
+ conflicts = dutree
source = dutree-git::git+https://github.com/nachoparker/dutree
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 551051a4290a..2ee4cab7340e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,18 @@
-# Maintainer: lmartinez
+# Maintainer: Luis Martinez <luis dot martinez at tuta dot io>
# Contributor: Wesley Moore <wes@wezm.net>
pkgname=dutree-git
_pkgname=${pkgname%-git}
-pkgver=0.2.16.r2.g83fc255
-pkgrel=1
+pkgver=0.2.18.r0.g44e877d
+pkgrel=2
pkgdesc='A tool to analyze file system usage written in Rust'
arch=('x86_64')
url='https://github.com/nachoparker/dutree'
license=('GPL3')
depends=('gcc-libs')
makedepends=('git' 'cargo')
+provides=("$_pkgname")
+conflicts=("$_pkgname")
source=("$pkgname::git+$url")
sha256sums=('SKIP')