summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2023-10-13 16:27:32 +0200
committerbegin-theadventure2023-10-13 16:27:32 +0200
commit98231183de56ec1828928425b03ed085f0960c92 (patch)
treee00d4bd2a0cf53d130adf554f298896fdbba2b55
parentdc8f4ebf65899ed1522a06a7f0446ccdd07b92a8 (diff)
downloadaur-98231183de56ec1828928425b03ed085f0960c92.tar.gz
conflicts provides
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12d73f7e744e..fc9d01dc06c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = ttop-bin
pkgdesc = System monitoring tool with historical data service, triggers and top-like TUI (binary release)
pkgver = 1.2.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/inv2004/ttop
arch = x86_64
license = MIT
+ provides = ttop
+ conflicts = ttop
source = https://github.com/inv2004/ttop/releases/download/v1.2.5/ttop
source = https://github.com/inv2004/ttop/raw/v1.2.5/LICENSE
source = ttop.png::https://user-images.githubusercontent.com/4949069/265200595-6a41ff81-6263-4ea7-a3a8-cf3f44227610.png
diff --git a/PKGBUILD b/PKGBUILD
index e65eed1d725f..35e021559eda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,13 @@
pkgname=ttop-bin
pkgver=1.2.5
-pkgrel=1
+pkgrel=2
pkgdesc='System monitoring tool with historical data service, triggers and top-like TUI (binary release)'
url="https://github.com/inv2004/ttop"
arch=('x86_64')
license=('MIT')
+conflicts=(ttop)
+provides=(ttop)
source=("$url/releases/download/v$pkgver/ttop"
"$url/raw/v$pkgver/LICENSE"
"ttop.png::https://user-images.githubusercontent.com/4949069/265200595-6a41ff81-6263-4ea7-a3a8-cf3f44227610.png")