summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2023-10-15 02:40:18 +0200
committerbegin-theadventure2023-10-15 02:40:18 +0200
commit803e7e2a277a73c43656c2509672dc4de896ebf1 (patch)
tree080bf7ba649a6c1eb5fcab959006d4c727ecf6b9
parented97b4547f49901a1ec58b173393ceb7ae1085ce (diff)
downloadaur-803e7e2a277a73c43656c2509672dc4de896ebf1.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 6c8b56bbb8fe..dc6c9c5694a0 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 = 1
+ pkgrel = 2
url = https://github.com/inv2004/ttop
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 27ce8b75a055..df76181daf5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ttop-bin
pkgver=1.2.6
-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')
@@ -28,7 +28,7 @@ Comment=System monitoring tool with historical data service, triggers and top-li
}
package() {
- install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/ttop"
+ 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"