summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2024-05-12 02:14:20 +0200
committerbegin-theadventure2024-05-12 02:14:20 +0200
commit625e7cfa8529f5041f2db3b34fb89846b912416b (patch)
tree382487fcd086fb96901299a003877f077dd99f7d
parentc59b7a7b6fdb20e18ca6483f0c05f8cc7576fa67 (diff)
downloadaur-625e7cfa8529f5041f2db3b34fb89846b912416b.tar.gz
sum fix
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2beb89cf962a..7b32e5f1366e 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.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/inv2004/ttop
arch = x86_64
license = MIT
@@ -10,10 +10,10 @@ pkgbase = ttop-bin
source = ttop1.5.0::https://github.com/inv2004/ttop/releases/download/v1.5.0/ttop
source = LICENSE2023::https://github.com/inv2004/ttop/raw/v1.5.0/LICENSE
source = README1.5.0.md::https://github.com/inv2004/ttop/raw/v1.5.0/README.md
- source = https://github.com/inv2004/ttop/raw/v1.5.0/.github/images/screen.png
+ source = screen1.5.0.png::https://github.com/inv2004/ttop/raw/v1.5.0/.github/images/screen.png
sha256sums = 1b725380538fcc4a22356eba7f3a084d247ebf79af00012dd2cdab41b2401624
sha256sums = d02b237a4b7b295eea657a27274b6d6ed08695807006562d7252398e34f59079
sha256sums = 2a8e481fa846fcc5623f721a4aba8d9b7afee2ff2eaed8234a06107f77ac4d9d
- sha256sums = 9debd882651a68296e54d89c012be37834ddaa926ba34bf7e4eb29ae6998c28c
+ sha256sums = 9746ec96a19dddb22eb8165825c70be3abcf8ff43e44301ef0ad9fc88fa98075
pkgname = ttop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7fea1dc50d75..a7736e5be090 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ttop-bin
pkgver=1.5.0
-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"
license=('MIT')
@@ -12,11 +12,11 @@ conflicts=("ttop")
source=("ttop$pkgver::$url/releases/download/v$pkgver/ttop"
"LICENSE2023::$url/raw/v$pkgver/LICENSE"
"README$pkgver.md::$url/raw/v$pkgver/README.md"
- "$url/raw/v$pkgver/.github/images/screen.png")
+ "screen$pkgver.png::$url/raw/v$pkgver/.github/images/screen.png")
sha256sums=('1b725380538fcc4a22356eba7f3a084d247ebf79af00012dd2cdab41b2401624'
'd02b237a4b7b295eea657a27274b6d6ed08695807006562d7252398e34f59079'
'2a8e481fa846fcc5623f721a4aba8d9b7afee2ff2eaed8234a06107f77ac4d9d'
- '9debd882651a68296e54d89c012be37834ddaa926ba34bf7e4eb29ae6998c28c')
+ '9746ec96a19dddb22eb8165825c70be3abcf8ff43e44301ef0ad9fc88fa98075')
prepare() {
# Shortcut
@@ -32,7 +32,7 @@ Comment=System monitoring tool with historical data service, triggers and top-li
package() {
install -Dm644 LICENSE2023 "$pkgdir/usr/share/licenses/ttop/LICENSE"
install -Dm644 README$pkgver.md "$pkgdir/usr/share/doc/ttop/README.md"
- install -Dm644 screen.png "$pkgdir/usr/share/pixmaps/ttop.png"
+ install -Dm644 screen$pkgver.png "$pkgdir/usr/share/pixmaps/ttop.png"
install -Dm644 ttop.desktop -t "$pkgdir/usr/share/applications"
install -Dm755 ttop$pkgver "$pkgdir/usr/bin/ttop"
}