summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Bassi2019-01-16 14:23:05 -0800
committerCaleb Bassi2019-01-16 14:23:05 -0800
commitb8e6ebfbce71adf8ad21b9d8702e8ad4f5284f74 (patch)
treef8a9c2a12dbed937406194a2dfb809a8c410dda0 /PKGBUILD
parente4e1a9bb09210f8fc031b7085e98183b60599c62 (diff)
downloadaur-b8e6ebfbce71adf8ad21b9d8702e8ad4f5284f74.tar.gz
Add provides and conflicts entries
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6ba52863f21..709e42389bb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,13 @@
pkgname=gotop
pkgver=1.7.1
-pkgrel=2
+pkgrel=3
pkgdesc='A terminal based graphical activity monitor inspired by gtop and vtop'
arch=(x86_64 i686 arm armv6h armv7h aarch64)
url="https://github.com/cjbassi/gotop"
license=(AGPL3)
+provides=(gotop)
+conflicts=(gotop)
makedepends=(go)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/cjbassi/gotop/archive/${pkgver}.tar.gz")
sha256sums=('0041d36e664870d0b461b80bba4a2fb5120af1030230f09e3e9887a67c117363')