summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDenis Sheremet2020-03-17 11:43:45 +0500
committerDenis Sheremet2020-03-17 11:43:45 +0500
commit28919aab95aa5f20a7706cc8445d3b741bddbd3f (patch)
treebbaacf725a6855ea14c207e9be72a68aae50d348 /PKGBUILD
parent8b7dd43e6fd23bd4339b934e77acca8dc9993cc8 (diff)
downloadaur-28919aab95aa5f20a7706cc8445d3b741bddbd3f.tar.gz
added 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 8b804d6e69b3..747148bef333 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,14 @@
pkgname=zenith-git
pkgver=r174.cbe523d
-pkgrel=1
+pkgrel=2
pkgdesc='In terminal graphical metrics for your *nix system written in Rust'
arch=('x86_64')
url='https://github.com/bvaisvil/zenith'
license=('MIT')
depends=()
makedepends=('rust')
+provides=('zenith')
+conflicts=('zenith' 'zenith-bin')
source=("git+https://github.com/bvaisvil/zenith.git")
md5sums=("SKIP")