summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCauê Baasch de Souza2021-10-04 22:02:56 -0300
committerCauê Baasch de Souza2021-10-04 22:02:56 -0300
commit95fb6140e9ce326d0fada44e3e37f4c7434da955 (patch)
tree09b88df23e5525a0d68dfac65b20e7a65301d190 /PKGBUILD
parent535e19d2797e3b2fe282ecf6a46a0f768c01c882 (diff)
downloadaur-95fb6140e9ce326d0fada44e3e37f4c7434da955.tar.gz
Add provides and conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 476092cb581f..3a22c0c2d984 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,10 @@
# Maintainer: Cauê Baasch de Souza <cauebs@pm.me>
pkgname=durt-bin
pkgver=1.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Command line tool for calculating the size of files and directories"
+provides=('durt')
+conflicts=('durt')
arch=('x86_64')
url="https://github.com/cauebs/durt"
license=('GPL-3.0')