summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2021-03-10 03:28:57 -0600
committerLuis Martinez2021-03-10 03:28:57 -0600
commit631b99ee04d7a92c0b22254a3f491de7227e7399 (patch)
tree715188aa25cc17456cc7a5a370f8e3096b22986d /PKGBUILD
parent21f3bed10636229e9bbc3f7709f590d687504edb (diff)
downloadaur-as-tree-bin.tar.gz
add provides and conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eeb2aec297c3..2544794f7f18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,8 @@ arch=('x86_64')
url="https://github.com/jez/as-tree"
license=('custom:BOML')
depends=('gcc-libs')
+provides=("$_pkgname")
+conflicts=("$_pkgname")
source=("$_pkgname-$pkgver.zip::$url/releases/download/$pkgver/$_pkgname-$pkgver-linux.zip"
"LICENSE.md")
sha256sums=('adb3fa37c49bb137b772379a4c5e07c3ac9609871cd3058c376e32f9fb9ee434'