summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2024-03-26 21:43:33 +0100
committerbegin-theadventure2024-03-26 21:43:33 +0100
commitf73cf8cc0b9c0b24c9efde74493d9e1089d6b829 (patch)
tree19ef97f0df19d6712eeeca79c230b23a4ea888d7
parenta862c0fe129faa5885054873fca40b40615ff602 (diff)
downloadaur-f73cf8cc0b9c0b24c9efde74493d9e1089d6b829.tar.gz
1.4.4
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD12
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a11bd7e7ac3e..4cd1f35450c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = ttop-bin
pkgdesc = System monitoring tool with historical data service, triggers and top-like TUI (binary release)
- pkgver = 1.4.2
+ pkgver = 1.4.4
pkgrel = 1
url = https://github.com/inv2004/ttop
arch = x86_64
license = MIT
provides = ttop
conflicts = ttop
- source = ttop1.4.2::https://github.com/inv2004/ttop/releases/download/v1.4.2/ttop
- source = LICENSE2023::https://github.com/inv2004/ttop/raw/v1.4.2/LICENSE
- source = README1.4.2.md::https://github.com/inv2004/ttop/raw/v1.4.2/README.md
- source = ttop.png::https://user-images.githubusercontent.com/4949069/265200595-6a41ff81-6263-4ea7-a3a8-cf3f44227610.png
- sha256sums = f7c27b9f0904ea80d8426e1bd10f7cf1a316d1564d77c2d0a21a94420344e73b
+ source = ttop1.4.4::https://github.com/inv2004/ttop/releases/download/v1.4.4/ttop
+ source = LICENSE2023::https://github.com/inv2004/ttop/raw/v1.4.4/LICENSE
+ source = README1.4.4.md::https://github.com/inv2004/ttop/raw/v1.4.4/README.md
+ source = https://github.com/inv2004/ttop/raw/main/.github/images/screen.png
+ sha256sums = 89c7ac7f59d12252a540db82c1c741c3c840035e7fd797972b5104d00386c080
sha256sums = d02b237a4b7b295eea657a27274b6d6ed08695807006562d7252398e34f59079
- sha256sums = 63cd96fb8962c2e59a0a3dea25dced32cef8597664e53bdeba9033b4d7cf7960
- sha256sums = 2ac1c78513b363d4c5817493c878a863552657347c5ddf5dfd2d8e6286cedab6
+ sha256sums = 2a8e481fa846fcc5623f721a4aba8d9b7afee2ff2eaed8234a06107f77ac4d9d
+ sha256sums = 9746ec96a19dddb22eb8165825c70be3abcf8ff43e44301ef0ad9fc88fa98075
pkgname = ttop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 19daf9367aa1..7cd2370f9017 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: begin-theadventure <begin-thecontact.ncncb at dralias dot com>
pkgname=ttop-bin
-pkgver=1.4.2
+pkgver=1.4.4
pkgrel=1
pkgdesc='System monitoring tool with historical data service, triggers and top-like TUI (binary release)'
url="https://github.com/inv2004/ttop"
@@ -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"
- "ttop.png::https://user-images.githubusercontent.com/4949069/265200595-6a41ff81-6263-4ea7-a3a8-cf3f44227610.png")
-sha256sums=('f7c27b9f0904ea80d8426e1bd10f7cf1a316d1564d77c2d0a21a94420344e73b'
+ "https://github.com/inv2004/ttop/raw/main/.github/images/screen.png")
+sha256sums=('89c7ac7f59d12252a540db82c1c741c3c840035e7fd797972b5104d00386c080'
'd02b237a4b7b295eea657a27274b6d6ed08695807006562d7252398e34f59079'
- '63cd96fb8962c2e59a0a3dea25dced32cef8597664e53bdeba9033b4d7cf7960'
- '2ac1c78513b363d4c5817493c878a863552657347c5ddf5dfd2d8e6286cedab6')
+ '2a8e481fa846fcc5623f721a4aba8d9b7afee2ff2eaed8234a06107f77ac4d9d'
+ '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 ttop.png -t "$pkgdir/usr/share/pixmaps"
+ install -Dm644 screen.png "$pkgdir/usr/share/pixmaps/ttop.png"
install -Dm644 ttop.desktop -t "$pkgdir/usr/share/applications"
install -Dm755 ttop$pkgver "$pkgdir/usr/bin/ttop"
}