summarylogtreecommitdiffstats
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
parent535e19d2797e3b2fe282ecf6a46a0f768c01c882 (diff)
downloadaur-95fb6140e9ce326d0fada44e3e37f4c7434da955.tar.gz
Add provides and conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d05e7db18323..cf6121d7f81a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = durt-bin
pkgdesc = Command line tool for calculating the size of files and directories
pkgver = 1.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cauebs/durt
arch = x86_64
license = GPL-3.0
+ provides = durt
+ conflicts = durt
source = durt-bin-1.0.2.tar.gz::https://github.com/cauebs/durt/releases/download/v1.0.2/durt-x86_64-unknown-linux-gnu.tar.gz
sha512sums = 50af802a0b2433ac70f95fc505c72774ae3b4215980b780107c15f68d767e37643c9e2bf24da15a5e3d4dbab339433443ca0ffd45b585363115e373254ae2c0d
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')