summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2023-10-15 03:05:08 +0200
committerbegin-theadventure2023-10-15 03:05:08 +0200
commitde2cce574eb495f0c40880369c1559f0e98a9d12 (patch)
treef0035b8ee04158476b6cfe69dcc8b307e9d53bf3
parent803e7e2a277a73c43656c2509672dc4de896ebf1 (diff)
downloadaur-de2cce574eb495f0c40880369c1559f0e98a9d12.tar.gz
Fix install
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc6c9c5694a0..e86d21331f49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ttop-bin
pkgdesc = System monitoring tool with historical data service, triggers and top-like TUI (binary release)
pkgver = 1.2.6
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/inv2004/ttop
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index df76181daf5d..f5ed1294983c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ttop-bin
pkgver=1.2.6
-pkgrel=2
+pkgrel=3
pkgdesc='System monitoring tool with historical data service, triggers and top-like TUI (binary release)'
url="https://github.com/inv2004/ttop"
arch=('x86_64')
@@ -31,5 +31,5 @@ package() {
install -Dm644 LICENSE$pkgver "$pkgdir/usr/share/licenses/ttop/LICENSE"
install -Dm644 ttop.png -t "$pkgdir/usr/share/pixmaps"
install -Dm644 ttop.desktop -t "$pkgdir/usr/share/applications"
- install -Dm755 ttop -t "$pkgdir/usr/bin"
+ install -Dm755 ttop$pkgver "$pkgdir/usr/bin/ttop"
}