summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi2019-01-16 14:23:05 -0800
committerCaleb Bassi2019-01-16 14:23:05 -0800
commitb8e6ebfbce71adf8ad21b9d8702e8ad4f5284f74 (patch)
treef8a9c2a12dbed937406194a2dfb809a8c410dda0
parente4e1a9bb09210f8fc031b7085e98183b60599c62 (diff)
downloadaur-b8e6ebfbce71adf8ad21b9d8702e8ad4f5284f74.tar.gz
Add provides and conflicts entries
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e9f67d3fb26..338dcc1a5117 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gotop
pkgdesc = A terminal based graphical activity monitor inspired by gtop and vtop
pkgver = 1.7.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/cjbassi/gotop
arch = x86_64
arch = i686
@@ -11,6 +11,8 @@ pkgbase = gotop
arch = aarch64
license = AGPL3
makedepends = go
+ provides = gotop
+ conflicts = gotop
source = gotop-1.7.1.tar.gz::https://github.com/cjbassi/gotop/archive/1.7.1.tar.gz
sha256sums = 0041d36e664870d0b461b80bba4a2fb5120af1030230f09e3e9887a67c117363
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')